What problem does it solve? Turning a high-level feature roadmap into an executable task list is error-prone: tasks end up too large, 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: Splits roadmap items into tasks executable in a single agent turn, organized into five 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 over green/yellow/red confidence markers from roadmap decisions into each action row. - 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.