What problem does it solve? Turning a high-level roadmap into an executable task list is error-prone: tasks end up too large, dependencies stay implicit, and parallel work opportunities get missed. 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...), records explicit dependency columns, and marks parallelizable tasks with [//]. - Confidence inheritance: Carries 🟢 / 🟡 / 🔴 confidence markers from roadmap decisions into each action row. - Use Case: After running /reversa-plan on a feature, invoke this Skill to produce actions.md with per-phase tables, a summary of total and parallelizable actions, and the longest dependency chain, ready for /reversa-coding. ## Quick Start Ask the agent to run the reversa to-do step to decompose the current feature roadmap into an atomic actions.md task list.