What problem does it solve? Teams running continuous quality gates lack a per-milestone view of project health: gate reports are per-change and binary, so no single run shows direction over time or which risk to act on next. ## Core Features & Use Cases - Milestone scorecard: Produces a quality snapshot with an overall score out of 10, an evidence table, top risks, and the next improvement, stored in docs/harness/quality-document.md. - Gate-cited dimensions: Reads docs/harness/quality/*.json gate reports for mutation kill ratio, line coverage, regression suite, boundary violations, and measurement coverage instead of re-deriving metrics. - Trend interpretation: Highlights direction over time (e.g., mutation 62% to 69% across milestones) and flags unavailable metrics as confidence risks. - Use Case: Before a release or capstone review, generate the snapshot to summarize build health, test strength, architecture boundaries, and cleanup priorities with cited evidence. ## Quick Start Create a quality snapshot for this release milestone using the latest gate reports in docs/harness/quality and write it to docs/harness/quality-document.md.