What problem does it solve? Turning a high-level roadmap into an executable task list is error-prone: tasks end up too large, dependencies are unclear, and parallel work opportunities are missed. This Skill converts a roadmap.md file into a structured actions.md with atomic, trackable tasks. ## Core Features & Use Cases - Atomic decomposition: Breaks each roadmap item into tasks executable in a single agent turn, split across five standard phases (preparation, tests, core, integration, polish). - Stable IDs and dependency tracking: Assigns zero-padded IDs (T001, T002...) that are never recycled, with explicit dependency columns and a [//] marker for parallelizable tasks. - Confidence inheritance: Carries the green/yellow/red confidence markers from roadmap decisions into each task row. - Use Case: After running /reversa-plan to produce a roadmap for a payments feature, invoke this Skill to generate an actions.md table with 25 tasks, 8 marked parallelizable, ready for /reversa-coding. ## Quick Start Type /reversa-to-do to decompose the current feature roadmap into an executable actions.md task list.