What problem does it solve? Turning a product requirements document into an actionable engineering plan is slow and error-prone, and horizontal layer-by-layer breakdowns often produce phases that cannot be tested or demonstrated independently. ## Core Features & Use Cases - Vertical Slice Decomposition: Splits a PRD into thin tracer-bullet phases that cut through all integration layers (schema, API, UI, tests) so each phase is independently demonstrable. - Stable Architecture Capture: Records durable decisions like route patterns, schema shapes, and data models in the plan header so every phase can reference them. - Interactive Refinement: Presents the proposed phase breakdown for user review and iterates on granularity before writing the final Markdown plan to ./plans/. - Use Case: After drafting a PRD for a user onboarding feature, run this Skill to produce ./plans/user-onboarding.md with phased acceptance criteria ready for implementation. ## Quick Start Ask the assistant to break the PRD in the current conversation into a phased implementation plan using vertical slices and save it to ./plans/.