What problem does it solve? Turning a rough feature idea into a structured, implementation-ready change proposal requires writing multiple coordinated documents (proposal, specs, design, tasks). This Skill automates that entire OpenSpec workflow in one step using the openspec CLI. ## Core Features & Use Cases - One-Step Change Scaffolding: Creates the change directory and generates every required artifact (proposal.md, specs, design.md, tasks.md) in dependency order. - Dependency-Aware Artifact Generation: Uses openspec status --json to resolve the transitive artifact set and builds each artifact from its schema template and instructions. - Store-Aware Operation: Supports named OpenSpec stores via --store <id> flags discovered through openspec store list --json. - Use Case: Describe "add user authentication" and receive a complete, validated change folder with delta specs, design decisions, and an ordered task list ready for implementation. ## Quick Start Ask the assistant to propose a new change for the feature you want to build, for example: propose a change to add session-based login to the API.