Ревью контрольной точки проекта

general

milestone-review is a Claude Code skill that generates a comprehensive milestone progress review covering feature completeness, quality metrics, risk assessment, and a final GO / CONDITIONAL GO / NO-GO recommendation. It works across five phases: parsing the milestone name and review mode (full/lean/solo), loading the milestone definition from `production/milestones/` and sprint reports from `production/sprints/`, scanning the codebase for TODO/FIXME/HACK markers and the risk register, then producing a structured report with feature completion tables, S1–S3 bug counts, velocity analysis, and scope cut recommendations. In full mode, a producer sub-agent is spawned via the PR-MILESTONE gate before the final verdict; AT RISK and OFF TRACK statuses trigger interactive follow-up questions via AskUserQuestion so teams can override or halt the review. The finished document is written to `production/milestones/[milestone-name]-review.md` only after explicit user confirmation. Teams evaluating release readiness or making data-driven go/no-go decisions at development phase boundaries will find this skill particularly useful.