reversa-to-do

Decompose roadmap.md into actions.md with atomic tasks and stable IDs.

Updated May 5, 2026
One-click install
npx skills add https://github.com/AlexandrePontesjr/calculadora-Juridica --skill reversa-to-do-alexandrepontesjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-to-do
Source: https://github.com/AlexandrePontesjr/calculadora-Juridica/tree/main/.agents/skills/reversa-to-do
Command: npx skills add https://github.com/AlexandrePontesjr/calculadora-Juridica --skill reversa-to-do-alexandrepontesjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns a feature roadmap into an executable, checkable to-do plan so teams can implement work in small, well-scoped units with clear dependencies.

Core Features & Use Cases

  • Atomic task decomposition: Breaks roadmap items into single-turn, coherent actions that don’t require mid-execution human feedback.
  • Stable, traceable execution plan: Assigns sequential stable IDs (T001, T002, ...) and records dependencies explicitly.
  • Parallelization guidance: Marks tasks that can run independently with the [//] indicator and organizes actions by standard phases.
  • Roadmap-to-actions workflow: Reads Reversa state/config, validates required files, applies the standard before-to-do flow, and writes feature-dir/actions.md.

Quick Start

Ask the AI to decompose your roadmap.md into an actions.md with atomic tasks, stable IDs, dependencies, parallelism markers, and correct phase tables.

Frequently Asked Questions about reversa-to-do

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decompose a product roadmap into executable tasks with dependency mapping?

Roadmap decomposition breaks feature items into atomic actions with sequential stable IDs and explicit dependency mapping. This process organizes actions into standard phase tables and marks parallel execution tasks with indicators to produce a checkable to-do plan.

What are atomic tasks in execution planning and when should I use them?

Atomic tasks are single-turn, coherent actions requiring no mid-execution human feedback. You should use atomic task decomposition when you need to transform a feature roadmap into small, well-scoped implementation units with clear dependencies.

How do I generate an actions file from a roadmap file for software execution planning?

To generate an actions file, the system reads your roadmap file and applies standard before-to-do hooks. It transforms the roadmap into a structured actions file with phase-based tables, parallelism markers, and stable task IDs before writing the output atomically.

Does task decomposition for software roadmaps support parallel execution?

Yes, task decomposition supports parallel execution by marking independent tasks with parallelism indicators. It organizes actions by standard phases, allowing teams to identify and run simultaneous tasks while maintaining stable IDs and dependency mapping.

Do I need specific configuration files to decompose a roadmap into a to-do plan?

Yes, you need a roadmap file and standard state configuration files. The decomposition process validates required files, reads the state configuration, and applies standard before-to-do and after-to-do hooks to generate the executable actions file.