スキル一覧に戻る
ak-eyther

task-breakdown

by ak-eyther

A project to copy paste the entire settings

0🍴 0📅 2026年1月6日
GitHubで見るManusで実行

SKILL.md


name: task-breakdown description: Break complex features into delegatable tasks with clear ownership and dependencies. Use for feature planning phase. allowed-tools:

  • TodoWrite
  • Read

Task Breakdown

Process

1. Decompose Feature

Feature: User Authentication
↓
Tasks:
1. Design: Login UI (@varsha-2.0)
2. Architecture: Auth flow (@vidya-2.0)
3. Backend: Auth API (@anand-2.0)
4. Frontend: Login form (@hitesh-2.0)
5. Testing: E2E auth tests (@harshit-2.0)
6. Deployment: Deploy to staging (@shawar-2.0)

2. Define Dependencies

Task 1 (Design) → Must complete before Task 4 (Frontend)
Task 2 (Architecture) → Must complete before Task 3 (Backend)
Task 3, 4 → Must complete before Task 5 (Testing)
Task 5 → Must complete before Task 6 (Deployment)

3. Assign Ownership

Each task has clear owner:
- @varsha-2.0: Design (1 task)
- @vidya-2.0: Architecture (1 task)
- @anand-2.0: Backend (1 task)
- @hitesh-2.0: Frontend (1 task)
- @harshit-2.0: Testing (1 task)
- @shawar-2.0: Deployment (1 task)

4. Update Communication Board

## 📋 In Progress
- **[AUTH-001]** Login UI design – @varsha-2.0 🔄
- **[AUTH-002]** Auth flow architecture – @vidya-2.0 🔄

## 📝 Backlog
- **[AUTH-003]** Auth API backend – @anand-2.0 (blocked by AUTH-002)
- **[AUTH-004]** Login form frontend – @hitesh-2.0 (blocked by AUTH-001)

Output Template

## Task Breakdown: [Feature Name]

### Tasks
1. **[TASK-ID]** Description
   - Owner: @agent-name
   - Dependencies: [TASK-IDs]
   - Estimate: S/M/L

### Parallel Execution
- Tasks 1, 2 can run in parallel
- Task 3, 4 blocked by Task 2

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です