What problem does it solve? It turns a rough feature idea into a complete, structured change proposal for spec-driven development, generating all planning artifacts (proposal, specs, design, tasks) in one guided workflow without touching project code. ## Core Features & Use Cases - One-step change scaffolding: Runs the openspec CLI to create a change directory and derives a kebab-case name from your description. - Dependency-aware artifact generation: Uses openspec status and openspec instructions to build every required artifact (proposal.md, specs, design.md, tasks.md) in the correct order. - Planning-only guardrails: Strictly limits the workflow to planning artifacts and defers implementation to a separate apply workflow. - Use Case: Describe "add user authentication" and receive a complete proposal with delta specs, design decisions, and an implementation task list ready for review. ## Quick Start Ask the assistant to propose a new change for adding user authentication using the openspec-propose skill.