What problem does it solve?
This skill solves the problem of feeling overwhelmed by large, ambiguous development work when you have a clear project specification. It eliminates guesswork about where to start, prevents scope creep, and ensures all team members and AI agents have a shared understanding of what needs to be built and in what order.
Core Features & Use Cases
- Structured Task Breakdown: Splits specs into small, single-responsibility tasks with clear acceptance criteria, so every piece of work has a defined "done" state.
- Dependency & Ordering Logic: Maps dependencies between components to order tasks correctly, avoiding blockers and ensuring the system stays functional at every implementation step.
- Parallelization Guidance: Identifies which tasks can be run simultaneously across multiple agents or sessions to speed up development, and which must be done sequentially.
- Use Case: For example, if you have a spec for a task management app, this skill breaks the work into vertical slices like user signup, task creation, and task listing, each with their own acceptance criteria, ordered so foundational components are built before dependent ones.
Quick Start
Use the planning-and-task-breakdown skill to turn your approved project spec into a structured, actionable task list with clear acceptance criteria, dependency ordering, and verification checkpoints.