Activate when breaking down implementation plans into detailed task lists with agent contexts, acceptance criteria, and status tracking
Breaks down implementation plans into detailed task lists with agent contexts, acceptance criteria, and status tracking for parallel execution.
npx claudepluginhub vinnie357/claudioThis skill inherits all available tools. When active, it can use any tool Claude has access to.
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:
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.