What problem does it solve? After a stage's work orders finish, project documentation drifts out of sync with what actually shipped, and spent order files clutter the repo. This Skill performs the documentation closeout: it collapses completed orders into the Plan's Shipped table, updates canonical references, runs the full check suites, deletes spent orders, and commits everything in one consistent commit. ## Core Features & Use Cases - Order Collapse and Triage: Confirms each DONE order actually landed, folds it into the Plan's Shipped table, and diagnoses FAILED or BLOCKED orders with reissued corrective orders carrying failure knowledge forward. - Documentation Synchronization: Updates canonical references (API_REFERENCE.md, DATA_MODEL.md, ARCHITECTURE.md) only when real contracts changed, regenerates derived indexes via check_docs.py, and updates linked master-plan slice receipts. - Gated Commit: Runs stage_check.py and check_docs.py before committing the whole worktree in one commit, with automatic regression repair via scout and quick-executor subagents. - Use Case: After executors finish all work orders for a feature stage, invoke this Skill to reconcile the shipped work into durable docs, archive the Plan when the feature completes, and produce a single green commit. ## Quick Start Ask the agent to reconcile the finished stage for your feature, for example by saying "reconcile the stage now that all orders are done".