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 parallelizable work goes unmarked. This Skill converts a roadmap.md 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 dependencies: Assigns zero-padded IDs (T001, T002...) that are never recycled, with explicit dependency columns and a [//] marker for parallelizable tasks. - Confidence inheritance: Carries the 🟢/🟡/🔴 confidence markers from roadmap decisions into each derived action. - Use Case: After running /reversa-plan to produce a roadmap for a payments feature, run this Skill to generate actions.md with 25 atomic tasks, 8 marked parallelizable, ready for /reversa-coding. ## Quick Start Ask the agent to run the reversa-to-do skill to decompose the current feature roadmap into an atomic actions.md task list.