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 change has a tracked lifecycle from the start. ## Core Features & Use Cases - Change Folder Bootstrap: Creates context/changes/<change-id>/ with a change.md file containing frontmatter (change_id, title, status, created, updated, archived_at) and a Notes section. - Argument Parsing & Validation: Accepts kebab-case change-ids, path-style references (with or without @), and freeform intent text; validates kebab-case format and uniqueness against context/changes/ and context/archive/. - Next-Step Guidance: Suggests the appropriate follow-up skill (/10x-plan, /10x-research, or /10x-frame) based on intent signals and copies it to the clipboard. - Use Case: Run /10x-new oauth-login add Google sign-in for faster onboarding to instantly scaffold a tracked change folder with a derived title and seeded notes. ## Quick Start Ask the assistant to run /10x-new with a kebab-case change-id and an optional description of the work, such as starting a new change called oauth-login.