What problem does it solve?
Translating ambiguous product requirements into a clear, executable sequence of tasks is time-consuming and error-prone. This skill provides a structured approach to planning software work, ensuring every step is well-scoped, testable, and ready for handoff to subagents or teammates.
Core Features & Use Cases
- Structured plan templates: Defines a consistent header and task format to guide implementation.
- Bite-sized tasks: Breaks work into 2-5 minute steps with precise file changes and tests.
- TDD-driven workflow: Emphasizes writing failing tests first, then minimal code to pass, followed by verification.
- Delegation to subagents: Facilitates task distribution and progress tracking across agents, teams, or copilots.
- Documentation and commits: Encourages frequent commits and thorough documentation as tasks are completed.
Use Case: A team is adding a new feature and wants a plan that details which files to touch, what tests to write, and how to verify each step.
Quick Start
Create a new feature plan by breaking the work into bite-sized tasks, each with clear steps and a minimal code change.