What problem does it solve?
This Skill eliminates the tedious, manual work of project planning, which often leads to vague tasks and untestable requirements. It ensures every task has clear, verifiable acceptance criteria, saving you hours of rework and confusion.
Core Features & Use Cases
- Intelligent Task Breakdown: Automatically breaks down feature specifications or bug reports into manageable, estimated tasks.
- Test-First Acceptance Criteria: Generates at least two testable acceptance criteria for every task, ensuring clarity and quality from the start.
- Dependency Mapping: Identifies task and file dependencies, revealing critical paths and parallelization opportunities for efficient execution.
- Use Case: You have a new feature specification. Instead of spending days manually breaking it down, use this Skill to instantly generate a detailed
plan.md with tasks, testable ACs, and a dependency graph, ready for implementation.
Quick Start
To create a plan from an existing feature specification:
Ensure your spec.md is in specs/<feature-id>/spec.md
Then, simply invoke the skill:
/plan specs/my-new-feature/spec.md