What problem does it solve? Manually scaffolding a change proposal with its design document, specs, and task list is slow and error-prone, especially when each change must stay consistent with an approved slicing contract. This Skill automates the entire proposal phase of the BMAD+OpenSpec workflow in one step. ## Core Features & Use Cases - One-step artifact generation: Creates proposal.md, design.md, and tasks.md for a change by driving the openspec CLI through its dependency-ordered artifact workflow. - Slice contract enforcement: Reads the approved change list in docs/openspec-slice.md and enriches each proposal with the FRs, dependencies, components, and scope notes approved at Gate C, refusing unknown change IDs. - Batch and ad-hoc modes: Supports --batch to scaffold every slice row in dependency order, and --no-slice for legacy ad-hoc changes described inline. - Use Case: After approving a slicing document, run the Skill with a change ID like "add-supplier-pricing" to get a fully populated change folder under openspec/changes/ ready for implementation. ## Quick Start Ask the assistant to propose the change "add-supplier-pricing" from the slice file so it scaffolds the full OpenSpec change with proposal, design, and tasks.