reversa-to-do

Convert roadmaps into executable to-do lists with stable sequential IDs.

Updated Nov 4, 2025
One-click install
npx skills add https://github.com/Markson22/MKV-SYTEM --skill reversa-to-do-markson22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-to-do
Source: https://github.com/Markson22/MKV-SYTEM/tree/main/.agents/skills/reversa-to-do
Command: npx skills add https://github.com/Markson22/MKV-SYTEM --skill reversa-to-do-markson22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decompõe o roadmap em ações atômicas com IDs sequenciais, dependências e marcador de paralelismo. Use quando o usuário digitar "/reversa-to-do", "reversa-to-do", "decompor em tarefas" ou pedir para virar o roadmap em uma lista executável. Quarto skill do ciclo forward, depois de /reversa-plan.

Core Features & Use Cases

  • Deriva ações a partir do roadmap com IDs estáveis e marcações de dependência para execução em paralelo onde aplicável.
  • Marca dependências entre tarefas para garantir ordem de execução e facilita o rastreio de progresso.
  • Use-case: transformar roadmap em uma lista executável para equipes de produto que precisam de acompanhamento claro de entregáveis.

Quick Start

Diga ao assistente para transformar o roadmap em uma lista de tarefas atômicas com IDs estáveis.

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 dependencies?

To decompose a roadmap into executable tasks, transform roadmap items into atomic actions with stable sequential IDs and dependency mappings. This ensures clear execution order and enables accurate progress tracking for product delivery teams.

What is the best way to map task dependencies for parallel execution from a roadmap?

Mapping task dependencies for parallel execution involves assigning sequential IDs to tasks and applying parallelism markers. This approach designates which tasks can run concurrently while strictly enforcing prerequisite order for dependent items.

Can I break down multi-file roadmaps into a single executable to-do list?

Yes, you can break down multi-file roadmaps into a unified executable to-do list. The process reads multiple roadmap inputs and generates a consolidated list of atomic tasks with stable IDs and dependency tracking.

Do I need a specific environment setup to generate stable task IDs for roadmap decomposition?

You need a specific environment setup to generate stable task IDs, specifically a state file to resolve output folders. The system reads runtime settings from this state configuration to properly route and store the generated task lists.

How does task parallelism markup work when converting a forward roadmap to a to-do list?

Task parallelism markup works by identifying independent tasks within the forward roadmap and flagging them for concurrent execution. Dependency mapping ensures that sequential constraints are respected before parallel tasks are initiated.