What problem does it solve? Completed change folders accumulate in context/changes/ with no consistent way to close them out, leaving stale work mixed with active changes and roadmap items that never get marked done. ## Core Features & Use Cases - Safe archival with git history: Moves a change folder from context/changes/ to context/archive/<created-date>-<change-id>/ using git mv, stamps change.md with archived status and timestamp, and commits the result. - Lenient warn-only gate: Hard-blocks only on uncommitted changes or pre-existing staged files; incomplete progress, missing impl-reviews, and unexpected statuses surface as warnings with a confirmation prompt. - Roadmap closure: Automatically flips the matching roadmap item's status to done and appends an entry to the roadmap's Done section when a Change ID match exists. - Use Case: After finishing and reviewing a feature change, run the archive command to move the folder, stamp its metadata, close the roadmap item, and produce a single clean archive commit. ## Quick Start Ask the assistant to archive a completed change by running /10x-archive followed by the change-id, for example /10x-archive oauth-login.