What problem does it solve?
This Skill coordinates completing a tracker-defined sprint worth of engineering tasks while enforcing dependency order, persisting sprint state for recovery, and producing a completion report.
Core Features & Use Cases
- Dependency-ordered sprint execution: Builds a task dependency graph from tracker “is blocked by” links and executes tasks in a topologically sorted order.
- Stateful execution with recovery: Stores sprint state in the tracker Epic description and can resume after context loss by reading tracker Epic/task comments.
- Quality-gated development workflow: Dispatches the appropriate developer agent per task prefix and runs simplification, quality gates, review, and (when applicable) integration QA before marking completion.
What problem does it solve?
- Use case: After running /design-feature to generate a structured sprint in the tracker, use /dev-sprint to execute all sprint tasks in the correct order, commit changes in the right branches, and update the Epic with sprint completion + AC satisfaction.
Quick Start
Use wa:dev-sprint after /design-feature by running the command: /dev-sprint WA-100