reversa-to-do

Decompose roadmaps into atomic action items with explicit dependencies and parallel markers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reorganiza um roadmap extenso em um plano executável, reduzindo ambiguidade e melhorando o fluxo de trabalho entre agentes.

Core Features & Use Cases

  • Decomposição em ações atômicas: transforma cada item do roadmap em tarefas com blocos coerentes de execução.
  • IDs estáveis e dependências explícitas: gera uma sequência T001, T002, ... com registros claros de dependência entre tarefas.
  • Marcação de paralelismo e rastreio de arquivos: sinaliza tarefas que podem rodar em paralelo e indica o arquivo alvo principal de cada ação.
  • Organização por fases padrão: aplica uma sequência de Preparação, Testes, Núcleo, Integração e Polimento para estruturar a execução.

Quick Start

Use o comando reversa-to-do para converter o roadmap.md do feature-dir em um actions.md executável com tarefas atômicas e dependências.

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 development roadmap into parallel action items?

Task decomposition for development workflows involves reorganizing extensive roadmaps into uniquely identified, atomic action items. This process reduces ambiguity by applying standard phase templates—Preparation, Tests, Core, Integration, and Polishing—to structure execution.

How do I map task dependencies for parallel execution in a dev workflow?

Mapping task dependencies for parallel execution involves generating a T001-style sequence with explicit dependency tracking and parallelism markers. This Skill creates an actions.md file that signals which tasks can run concurrently and identifies the primary target file for each action.

What is the best way to generate an action plan from a feature roadmap?

The best way to generate an action plan from a feature roadmap is to apply deterministic phase templates that validate inputs and persist tasks via atomic writes. This creates an executable actions.md document with phase tables organizing coherent execution blocks.

Can I use standard phase templates to organize roadmap task decomposition?

Yes, you can use standard phase templates to organize roadmap task decomposition. This Skill applies a fixed sequence of Preparation, Tests, Core, Integration, and Polishing phases to structure the generated action items and ensure deterministic execution ordering.

How does generating an actions.md file from a roadmap reduce ambiguity for agents?

Generating an actions.md file reduces ambiguity for agents by providing uniquely identified atomic tasks with explicit dependencies and parallel execution markers. The structured phase tables replace extensive roadmap text with deterministic, traceable action blocks.