What problem does it solve?
Developers often struggle to start new tasks without a clear, repeatable workflow. This Skill provides a skeleton-first development workflow that guides you from task intake to implementation, testing, and traceability, reducing cognitive load and context switching.
Core Features & Use Cases
- Skeleton generation: create interface and test skeletons aligned to the task and requirements.
- Layered TDD guidance: enforce red-green-refactor loops across core logic, interfaces, UI, and infrastructure as appropriate.
- Traceability & collaboration: attach requirements and test mappings to code scaffolds and facilitate progress tracking with /devdocs-sync.
- Use Case: When starting T-25, run this workflow to generate skeletons, plan tests, and set up traceability before writing code.
Quick Start
Start a task by saying "execute task T-XX" or "start T-XX" to trigger the workflow and generate the initial skeletons and tests for the task.