task-decomposition
Installation
SKILL.md
Task Decomposition
Decompose high-level objectives into manageable, testable sub-tasks.
Session Start Protocol: Identify parallelizable work and spawn task agents immediately at the start of a session to maximize efficiency.
When to Use
- Complex requests with multiple components
- Multi-phase projects requiring coordination
- Tasks benefiting from parallel execution
Framework
1. Requirements Analysis
Extract: Primary objective, implicit requirements, constraints, success criteria.