What problem does it solve?
This Skill provides a structured framework to break down complex commands into smaller, manageable tasks, ensuring clarity and efficient execution by AI agents.
Core Features & Use Cases
- Hierarchical Task Decomposition: Organizes tasks into Epic, Feature, and Task levels.
- INVEST Criteria Adherence: Ensures tasks are Independent, Negotiable, Valuable, Estimable, Small, and Testable.
- Bloom's Taxonomy & Persona Mapping: Assigns appropriate cognitive levels and agent personas (researcher, implementer, architect, QA) to tasks.
- Parallel Execution Guidance: Defines criteria for grouping tasks into waves for parallel processing.
- Use Case: When given a high-level command like "Refactor the user authentication module," this Skill will break it down into specific, actionable tasks such as "Analyze existing authentication flow," "Design new JWT-based authentication schema," "Implement JWT token generation and validation," and "Write unit tests for new authentication endpoints."
Quick Start
Use the breakdown-plan skill to decompose the command "Implement a new caching layer for the product catalog API".