Task decomposition
Skill a5c-ai/babysitter/library/methodologies/ccpm/skills/task-decomposition
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestrationFrom the repository description
npx -y skills add a5c-ai/babysitter --skill task-decompositionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, 274 tokens by cl100k_base, as published. Nobody here has run it
Task Decomposition
Break epics into parallelizable tasks with acceptance criteria, effort estimates, and dependency graphs.
Agent
Task Analyst - task-analyst
Workflow
- Analyze epic and identify 4-5 parallel work streams
- Decompose each stream into concrete tasks (parallel)
- Set acceptance criteria in Given/When/Then format
- Estimate effort (S/M/L/XL) and set parallelization flags
- Build cross-stream dependency graph
- Validate coverage against PRD user stories
- Fill gaps with additional tasks if needed
- Write task files to .claude/epics/<featureName>/<N>.md
Inputs
projectName- Project namefeatureName- Feature identifierepic- Epic from Phase 2prd- PRD from Phase 1parallelAgents- Max parallel agents (default: 5)
Outputs
- Task list with acceptance criteria and effort estimates
- Work stream definitions
- Dependency graph with execution waves
- Coverage report with PRD traceability
Process Files
ccpm-task-decomposition.js- Standalone decompositionccpm-orchestrator.js- Phase 3 of full lifecycle
What ships with it: 1 file
249 B alongside SKILL.md
- README.md249 B