What problem does it solve? Starting a new unit of work often lacks structure — notes, plans, and research end up scattered. This Skill bootstraps a consistent change folder under context/changes/<change-id> with a standardized change.md identity file, so every piece of work begins with a clear, trackable home. ## Core Features & Use Cases - Change Folder Bootstrap: Creates context/changes/<change-id>/ with a change.md file containing frontmatter (change_id, title, status, dates) and a Notes section. - Argument Parsing & Validation: Accepts plain slugs or @-style path references, enforces kebab-case change-ids, and checks uniqueness against context/changes/ and context/archive/. - Intent-Aware Titles and Next Steps: Derives a human-readable title from freeform intent and suggests the right follow-up skill (/10x-plan, /10x-research, or /10x-frame), copying it to the clipboard. - Use Case: Run /10x-new oauth-login add Google sign-in to instantly scaffold a change folder with a proper title and notes, then jump straight into planning. ## Quick Start Ask the assistant to start a new change by providing a kebab-case change-id and an optional short description of the work, for example to create a change for adding OAuth login.