What problem does it solve?
This Skill coordinates the full execution of a sprint so an agent can turn a phase brief into working code, tests, documentation, and a review-ready pull request without losing track of orchestration rules.
Core Features & Use Cases
- Sprint-driven implementation: Reads the sprint prompt, identifies acceptance criteria, and implements the requested scope incrementally.
- Testing and regression discipline: Requires failing tests first, produces mandated TEST-RESULTS and REGRESSION-GUIDE artifacts, and preserves prior-phase invariants.
- Cross-session orchestration: Manages status updates, signal handling, branch-shape differences, staging validation, and PR creation in long-running phased projects.
- Use case: A Claude Code sprint agent receives a branch-specific prompt, builds the feature, validates it in staging, documents the outcome, and opens a properly scoped PR.
Quick Start
Use the implementing-as-sprint skill to read the sprint brief, implement the requested scope, validate the changes, and prepare the required testing artifacts.