What problem does it solve? Teams need a consistent, change-scoped quality gate that reviews and fixes defects in work just completed before it is archived or committed, without relying on ad-hoc manual review. ## Core Features & Use Cases - Change-scoped certification: Reviews the uncommitted working tree by default, or a specified git commit range, deriving the changed-file set once for all stages. - Review-fix loop: Runs code review producers, a fixer, and an architect in rounds until no findings remain open and no files were edited, with a cap as a thrash guard. - Family-aware orchestration: Detects which skill families (ok-planner, ok-plumbline, ok-workspaces) are present via filesystem estate checks and folds in each family's ceremony contribution. - Use Case: After finishing a sprint's implementation work, run the gate to have every defect in the diff found, fixed, and presented, with archival and commit offered as owner-approved closing acts. ## Quick Start Invoke the /certify-work slash command to certify the uncommitted working tree through the review-fix loop.