What problem does it solve?
Feature plans often capture requirements but still leave developers without a clear set of TDD-focused tasks, so writing tests becomes guesswork and momentum stalls. The generate-tasks skill partners with the developer to translate the plan into explicit test scenarios, scope boundaries, and task specs that stay embedded in the same document.
Core Features & Use Cases
- Plan-based test planning: Summarizes the PLAN-*.md feature output, digs into requirements, edge cases, and error expectations, and drafts a detailed test plan before any implementation begins.
- Embedded task specs: Appends tasks directly inside the plan document so the TDD agent sees requirements and implementation steps without chasing multiple files.
- Use Case: After the plan-feature skill finishes a new authentication flow, ask generate-tasks to craft the test plan and task breakdown that feed directly into the tdd skill.
Quick Start
Turn the PLAN-auth-login-flow.md feature plan into TDD-ready task specs with embedded test scenarios.