What problem does it solve?
Agreed plans and specs often sit unactionable because nobody has cut them into fileable, independently verifiable pieces of work. This Skill turns a plan into vertical slices with explicit blocking dependencies so team members and future sessions can pick up work immediately.
Core Features & Use Cases
- Vertical Slicing: Cuts each piece of work as a narrow but complete path through every layer (schema, API, UI, tests), so every slice is demoable on its own.
- Dependency Declaration: Names which slices block which, rejecting false constraints and detecting cycles that indicate a bad cut.
- Tracker Filing: Files slices into the bd (beads) tracker as children with blocking edges, or into GitHub issues for externally visible work; emits ready-to-run commands when bd writes are blocked by pending Dolt migrations.
- Use Case: After finalizing a feature spec, run this Skill to produce a confirmed slice list, an execution order, and filed tickets (or exact bd commands) that parallel contributors can claim.
Quick Start
Ask the AI to slice the current plan or spec into vertical tickets with blocking dependencies and file them under a parent epic.