reversa-reconstructor

Plan and execute bottom-up reconstructions from Reversa specifications one task at a time.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill gera um plano de reconstrução bottom-up a partir das especificações geradas pelo Reversa e executa cada tarefa sob demanda, uma por vez, preservando tokens.

Core Features & Use Cases

  • Geração de plano de reconstrução executável a partir das especificações do Reversa.
  • Execução determinística de cada tarefa, com pausa e retomada entre etapas.
  • Preservação de tokens e comunicação de progresso, com registro de estado.

Quick Start

Para iniciar, ative /reversa-reconstructor e siga as instruções para planejar e executar cada tarefa individualmente.

Frequently Asked Questions about reversa-reconstructor

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

FAQPage Schema
How do I execute a bottom-up reconstruction from specifications?

Bottom-up reconstruction from specifications involves creating an executable plan from Reversa specifications and implementing tasks one at a time under user guidance to preserve tokens.

What is deterministic task execution in software reconstruction?

Deterministic task execution in software reconstruction processes planned tasks sequentially with pause and resume capabilities between steps, enforcing minimal file reads while documenting progress with status updates.

How do I create an executable reconstruction plan from Reversa specifications?

Creating an executable reconstruction plan from Reversa specifications involves parsing the provided specifications and generating a step-by-step task list to implement deterministically under user guidance.

Can I pause and resume tasks during a specification reconstruction process?

Yes, you can pause and resume tasks during a specification reconstruction process because the system executes tasks one at a time, maintaining state registration and delivering status updates between steps.

Why does bottom-up reconstruction execute tasks one at a time?

Bottom-up reconstruction executes tasks one at a time to preserve tokens, enforce minimal file reads, and maintain clear progress documentation with state updates under user guidance.

Does the reconstruction planning process enforce minimal file reads?

Yes, the reconstruction planning process enforces minimal file reads as part of its deterministic execution logic, ensuring efficient token preservation and clear progress documentation with status updates.