What problem does it solve?
Planner-driven task decomposition removes the manual, error-prone work of translating design and requirements documents into granular, trackable implementation tasks and ensures consistent task registration in the project's native task system.
Core Features & Use Cases
- Automatic Task Generation: Parses design.md and requirements.md to generate a prioritized list of implementation tasks.
- Native Task Registration: Registers each item using TaskCreate so tasks appear in the project's task tracker without manual entry.
- Validation and Guidance: Verifies presence of plan/design.md or plan/requirements.md and instructs the user to run the design step if required; reports when all TaskCreate registrations complete.
- Use Case: After completing architecture design, run this Skill to produce executable tasks for engineers and populate the task system before coding begins.
Quick Start
Decompose the project's design and register all resulting tasks into the native task system using TaskCreate.