What problem does it solve?
Developers often start new features or refactors without a clear, step‑by‑step process, leading to missed reviews, insufficient testing, and unmanaged releases. This Skill provides a structured sprint cycle that ensures every phase—from thinking to monitoring—is executed deliberately with Copilot CLI.
Core Features & Use Cases
- Think – Frames the problem and validates assumptions before any code is written.
- Plan – Generates a detailed, multi‑section implementation plan in Copilot’s Plan Mode.
- Build – Executes the plan autonomously using Autopilot Mode, optionally in parallel with the fleet command.
- Review – Triggers an AI‑powered code review that highlights logic, security, and performance issues.
- Test – Runs the test suite and verifies new tests pass, ensuring regression‑free changes.
- Ship – Creates a pull request locally or delegates PR creation to a cloud agent.
- Monitor – Sets up a post‑ship canary or smoke verification to observe release health.
Ideal for implementing new features, large refactors, or any multi‑file development task that benefits from systematic planning, automated execution, and continuous validation.
Quick Start
Run the sprint-workflow skill to guide a new feature from idea through monitoring in a single coordinated session.