What problem does it solve? Turning a rough feature idea into a structured, reviewable change proposal requires writing proposals, spec deltas, design documents, and task lists by hand. This Skill automates that entire planning phase through the OpenSpec CLI, producing all required artifacts in one guided workflow. ## Core Features & Use Cases - One-Step Proposal Generation: Creates a change directory and generates every required artifact (proposal.md, spec deltas, design.md, tasks.md) in dependency order. - Schema-Aware Planning: Respects the configured OpenSpec workflow schema, supports registered stores, and follows each artifact's authoritative instructions and templates. - Dependency Tracking: Uses openspec status and openspec instructions to determine the transitive set of artifacts needed before implementation, skipping conditional or skipped artifacts correctly. - Use Case: Describe "add user authentication" and receive a complete, validated planning package ready for review, without touching any project code. ## Quick Start Ask the assistant to propose a new change, for example: "Propose a change called add-user-auth that adds login with email and password."