What problem does it solve? Completed changes pile up in a workflow's active directory while the lessons, decisions, and terminology they contain remain scattered and eventually lost. This Skill archives finished changes into monthly folders, graduates durable knowledge into ADR and context stores, and audits those stores for stale or duplicated content. ## Core Features & Use Cases - Atomic batch archiving: Moves completed changes from changes/ to archive/YYYY-MM/ with pre-flight checks, status.json updates, and post-move re-read verification. - Knowledge graduation and consolidation: Applies graduation criteria (stable mechanism, repeated lesson, must-know) to extract architecture decisions into adr/ and domain terms into context/, with conflict detection and supersede handling. - Cleanup auditing with dry-run safety: Classifies store entries as delete, merge, rewrite, keep, or needs-confirmation, and defaults to a dry-run plan requiring explicit user confirmation before any destructive action. - Use Case: After finishing several spec-driven changes in a project, run this Skill to archive them, promote the JWT authentication decision into adr/0003-jwt-auth.md, merge new domain terms into the glossary, and receive a reviewed list of outdated ADRs safe to delete. ## Quick Start Ask the agent to archive all completed changes in the current workflow and consolidate their knowledge into the declared stores, starting with a dry-run plan for confirmation.