What problem does it solve? Creating an OpenSpec change normally requires manually scaffolding the change directory and writing proposal, specs, design, and tasks artifacts one at a time. This Skill fast-forwards that process by generating every artifact required before implementation in a single guided session. ## Core Features & Use Cases - One-shot artifact generation: Creates the change directory, then produces proposal, delta specs, design, and tasks files in dependency order using the openspec CLI. - Model-aware delegation: Blocks execution on Haiku and delegates artifact generation to a Sonnet or Opus subagent chosen by the user. - Context loading: Reads context-brief.md, repo ADRs, ARCHITECTURE.md, and FEATURES.md before writing so artifacts reflect real architecture decisions. - Use Case: A developer wants to add webhook support to a Nextcloud app. They run the skill with a description, confirm the plan, and receive a complete openspec/changes/add-webhook-support/ directory with proposal, specs, design (including seed data), and a numbered tasks list ready for implementation. ## Quick Start Ask the assistant to run /opsx-ff with a kebab-case change name or a description of what you want to build, then confirm the plan to generate all artifacts.