What problem does it solve?
This Skill identifies and quantifies scope creep by comparing the original planned scope against the current implementation and work-in-progress, preventing unnoticed bloat and helping teams make data-driven cut or defer decisions.
Core Features & Use Cases
- Baseline discovery: Locates the original plan document for a feature, sprint, or milestone and validates its presence before analysis.
- Current-state analysis: Scans the repository, reads git history, and inspects TODO/FIXME markers and active sprint plans to assemble what has been implemented or added.
- Comparison, scoring, and recommendations: Produces a structured report listing additions and removals, computes a bloat score and verdict (PASS / CONCERNS / FAIL), and recommends cuts, deferrals, or escalation steps for producers.
- Use Cases: Sprint retrospectives, pre-release scope audits, feature-triage sessions, and producer decision support.
Quick Start
Run scope-check for sprint-3 to compare the original plan with current work and receive a quantified verdict and recommended cuts.