What problem does it solve? Turning a roadmap, PRD, or feature plan into actionable GitHub issues often produces horizontal slices that delay feedback and block parallel work. This Skill converts plans into thin vertical slices that are independently testable, mergeable, and deliver observable value. ## Core Features & Use Cases - Vertical Slicing: Each issue is a tracer bullet touching all layers (domain, application, infrastructure, entry point) rather than horizontal slices like "add all domain entities". - Dependency Ordering: Issues are numbered in implementation order, with the first issue being the thinnest possible end-to-end path. - Structured Issue Format: Generates titles in Conventional Commit format with acceptance criteria, test commands, and technical notes referencing ADRs. - Use Case: Given a ROADMAP.md entry for a new SDK provider, produce a numbered table of up to 8 issues, get user approval, then create them via gh issue create. ## Quick Start Ask the assistant to break the current plan or ROADMAP.md entry into vertical-slice GitHub issues using the to-issues skill.