What problem does it solve? Turning an approved spec or PRD into an actionable implementation plan is error-prone: teams either build horizontal layers that never ship, or decompose work that should not be split. This Skill converts an approved spec or Work Contract into phased vertical slices with explicit scope gating. ## Core Features & Use Cases - Vertical slice phasing: Splits a feature into end-to-end phases that cut through UI, API, data, and tests, starting with a walking skeleton. - Scope classification gates: Routes multi_slice, project, atomic, single_pr, and unknown classifications differently, blocking decomposition until low-confidence classifications are approved. - Lifecycle actions: Runs configured break_spec_approved artifact and CLI actions from .beislid/workflow.md, writing structure files like plans/<feature>-structure.md with approval prompts and policy checks. - Use Case: After a settings revamp spec is approved, ask the agent to break it down; it identifies durable architectural decisions, phases the work into demoable slices, labels each phase HITL or AFK, and hands the structure off to blueprint. ## Quick Start Ask the agent to break the approved spec for the current ticket into phased vertical slices and write the structure artifact.