Контроль разрастания задач в спринте

productivity

scope-check is a Claude Code skill that detects scope creep in a feature or sprint by comparing the current state against the original baseline plan. Running read-only, it locates the baseline document in `design/`, `production/sprints/`, or `production/milestones/`, then scans the codebase, parses git log, and checks TODO/FIXME comments to map what has actually been built or queued. The output report includes addition and removal tables, a Bloat Score showing net percentage change, a three-axis risk assessment, and prioritised Cut/Defer/Keep/Flag recommendations. A clear verdict — PASS (≤10%), CONCERNS (10–25%), or FAIL (>25%) — tells the team whether to trim scope, defer items to a future sprint, or escalate to a producer for re-planning. Invoke it before milestones, sprint reviews, or any time the work feels larger than originally agreed.