What problem does it solve? Starting a new spec-driven change requires scaffolding directories, loading architectural context, and understanding which artifacts to create first. This Skill automates that bootstrap process so changes begin with the correct structure and constraints. ## Core Features & Use Cases - Change Scaffolding: Runs openspec new change to create a kebab-case change directory with the selected workflow schema. - Architectural Context Loading: Silently reads ADRs, context briefs, and architecture docs to validate the change against existing decisions. - Artifact Status & Guidance: Shows artifact readiness via openspec status and outputs the template for the first ready artifact. - Use Case: A developer wants to add webhook support; the Skill derives the name add-webhook-support, scaffolds the change, loads relevant ADRs, and presents the proposal template with options to fast-forward, step through, or explore first. ## Quick Start Ask the assistant to start a new OPSX change for the feature you want to build, for example by saying start a new change called add-webhook-support.