What problem does it solve? Starting a new unit of work often lacks structure, leading to scattered notes and inconsistent tracking. This Skill bootstraps a standardized change folder so every piece of work begins with a consistent identity file and a clear next step. ## 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 kebab-case change-ids, path-style references (with or without @), and freeform intent text; enforces kebab-case format and uniqueness across context/changes/ and context/archive/. - Next-Step Guidance: Suggests the appropriate follow-up skill (/10x-plan, /10x-research, or /10x-frame) based on the intent, and copies the command to the clipboard. - Use Case: A developer wants to start work on Google sign-in. They invoke the skill with oauth-login add Google sign-in so users skip the email-password step, and get a ready-to-use change folder with a titled change.md and a suggested planning command. ## Quick Start Ask the AI to run /10x-new with a kebab-case change-id like "oauth-login" plus an optional short description of the work to create the change folder.