一键导入
task-breakdown
Activate when breaking down implementation plans into detailed task lists with agent contexts, acceptance criteria, and status tracking
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Activate when breaking down implementation plans into detailed task lists with agent contexts, acceptance criteria, and status tracking
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Activate when creating or modifying Claude Code agents with proper architecture patterns, tool selection, and extended context integration
Activate when analyzing code quality through linting, formatting, testing, coverage analysis, and maintainability metrics
Activate when creating or modifying Claude Code slash commands with proper frontmatter, Task invocation patterns, and TodoWrite integration
Activate when creating comprehensive documentation including README files, API docs, user guides, and developer guides
Activate when creating detailed implementation plans with phases, tasks, dependencies, and resource allocation for software projects
Activate when analyzing codebases to understand project structure, technology stack, dependencies, and development workflows
| name | task-breakdown |
| description | Activate when breaking down implementation plans into detailed task lists with agent contexts, acceptance criteria, and status tracking |
| license | MIT |
Guide for creating detailed task lists and specialized agent contexts from implementation plans, enabling efficient parallel execution with clear acceptance criteria.
Activate when:
## Task: [Task Name]
**ID**: [Phase].[Task Number]
**Priority**: High/Medium/Low
**Complexity**: Simple/Medium/Complex
### Description
[Detailed description of what needs to be implemented]
### Acceptance Criteria
- [ ] [Specific, testable requirement 1]
- [ ] [Specific, testable requirement 2]
- [ ] [Specific, testable requirement 3]
### Dependencies
- **Prerequisite Tasks**: [Tasks that must be completed first]
- **External Dependencies**: [Third-party services, approvals]
### Deliverables
- [Specific code files, configurations]
- [Test cases and validation results]
project/
├── phase1/
│ ├── claude.md (phase coordination)
│ ├── phase_status.md (phase progress)
│ ├── tasks.md (task list)
│ ├── task1/
│ │ ├── claude.md (task context)
│ │ └── status.md (task progress)
│ └── task2/
│ ├── claude.md (task context)
│ └── status.md (task progress)
├── phase2/
│ └── [similar structure]
└── shared/
└── utilities/
└── claude.md (shared context)
Create sub-tasks when:
Every task directory MUST contain:
Every phase directory MUST contain: