What problem does it solve? Projects using the 10x change-tracking workflow need a consistent /context directory structure before other skills can store change folders, archived work, and foundation documents. Setting this up manually is repetitive and error-prone, and partial setups can break downstream skills. ## Core Features & Use Cases - Directory scaffolding: Creates context/changes/, context/archive/, and context/foundation/ with mkdir -p semantics, including implicit parent creation. - Canonical README generation: Writes a standard README.md into each of the three directories explaining its purpose and conventions. - Idempotent execution: Each of the six artifacts is independently create-if-absent, so re-running never overwrites existing content. - Use Case: After adopting the 10x workflow in a fresh repository, run this skill once to lay down the full /context skeleton before creating your first change with /10x-new. ## Quick Start Ask the assistant to initialize the /context directory structure for the 10x workflow in this project.