What problem does it solve? Projects using the 10x change-tracking workflow need a consistent /context directory structure before they can create changes, archive completed work, or maintain foundation documents. Manually creating these directories and their README conventions is repetitive and error-prone. ## Core Features & Use Cases - Idempotent scaffolding: Creates context/changes/, context/archive/, and context/foundation/ directories only if absent, never overwriting existing content. - Canonical README generation: Writes a standardized README.md into each directory explaining its purpose, update conventions, and anti-patterns. - Status summary: Prints a six-line created/present report so you know exactly what was scaffolded. - Use Case: When starting a new project that will use the 10x workflow, run this once to set up the full context skeleton before creating your first change with /10x-new. ## Quick Start Initialize the context directory structure for this project so I can start tracking changes and foundation docs.