What problem does it solve?
This Skill automates the creation of structured .code-task.md files from natural-language descriptions or PDD plans, reducing friction between ideation and implementation.
Core Features & Use Cases
- Auto-detect input mode: accepts plain descriptions or PDD plans and selects the appropriate task-generation flow.
- Code Task Formatting: outputs files following the Code Task Format, including YAML frontmatter and the structured task body.
- PDD-driven workflows: supports stepwise task breakdown (step01, step02, etc.) and links to design/references for traceability.
- Plan-to-Implementation Link: ensures each task includes a Given-When-Then acceptance criteria and an implementation plan.
- Designer-friendly outputs: templates compatible with Ralph integration and CI pipelines.
Quick Start
Provide a concise description or path to a PDD plan to generate a full set of code-task files. For example: "Generate tasks from the description: 'Create a function to validate user input and unit-test coverage'." Or, "Generate tasks from plan.md at specs/user-authentication/plan.md and create step01..."