What problem does it solve? Starting a 1C development change without a clear specification leads to uncontrolled edits and missed acceptance criteria. This Skill scaffolds a complete OpenSpec change (ЗНИ) — proposal, design, tasks, and spec deltas — in one guided flow, reusing the analysis block from chat or handoff files as the primary input. ## Core Features & Use Cases - Change scaffolding: Creates or resumes an OpenSpec change directory via the openspec CLI, deriving a kebab-case name from the latest «Постановка ЗНИ» block in chat or a recent handoff file. - Gated artifact generation: Builds proposal.md, design.md, tasks.md, and spec deltas in dependency order, enforcing Metadata Gate (developer and comment marker), Forms/MXL Mode Gate, Design Gate (architect review), and Slice Generation Gate before implementation. - Slice-aware task decomposition: Delegates to an architect agent to split work into vertical slices, each with exactly one acceptance task and a primary acceptance checklist. - Use Case: After exploring a defect in chat, run the new-change flow to turn the «Постановка ЗНИ» block into a full change with proposal, design, and slice-based tasks ready for verification and implementation. ## Quick Start Ask the assistant to create a new OpenSpec change from the latest «Постановка ЗНИ» block in the chat, for example by invoking /opsx:new with an optional kebab-case change name.