What problem does it solve? Projects using the 10x change-tracking workflow need a consistent /context directory structure before skills like /10x-new or /10x-archive can operate, and manually creating the folders and their README conventions is repetitive and error-prone. ## Core Features & Use Cases - Directory Scaffolding: Creates context/changes/, context/archive/, and context/foundation/ directories with canonical README.md files describing each convention. - Idempotent Execution: Each of the six artifacts (3 directories + 3 READMEs) is independently create-if-absent, so re-running never overwrites existing content. - Status Reporting: Prints a six-line summary marking each artifact as created or present, plus guidance on which skill to run next. - Use Case: After cloning a fresh project, run this skill once to set up the full change-tracking 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.