What problem does it solve? Turning a high-level roadmap into an executable task list is error-prone: tasks end up too coarse, dependencies are implicit, and parallelizable work goes unmarked. 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 and summary: Carries over confidence indicators from the roadmap and reports totals, parallelizable count, and the longest dependency chain. - Use Case: After running /reversa-plan to produce a roadmap, invoke this Skill to generate an actionable checklist ready for /reversa-coding. ## Quick Start Type /reversa-to-do to decompose the current feature roadmap into an executable actions.md task list.