What problem does it solve? Writing a full change proposal by hand—proposal, design document, and task breakdown—takes significant effort before any code is written. This Skill automates that entire spec-driven planning phase by generating all required OpenSpec artifacts in one guided step. ## Core Features & Use Cases - One-Step Proposal Generation: Creates the change directory and generates proposal.md, design.md, and tasks.md in dependency order using the openspec CLI. - Memory-Aware Planning: Searches Engram (via MCP tools) for similar past changes so you can extend existing work instead of duplicating effort. - Dependency-Driven Artifact Creation: Reads openspec status and openspec instructions JSON output to build artifacts in the correct order until the change is ready for implementation. - Use Case: You describe "add user authentication" and the Skill scaffolds openspec/changes/add-user-auth/ with a complete proposal, design, and task list, ready to implement with /opsx-apply. ## Quick Start Ask the assistant to propose a new change for the feature you want to build, describing it in a sentence so it can generate the full OpenSpec proposal.