reversa-reconstructor

Transform project specifications into an executable bottom-up reconstruction plan.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-reconstructor-pabloprogramador23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-reconstructor
Source: https://github.com/Pabloprogramador23/loja/tree/main/.agents/skills/reversa-reconstructor
Command: npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-reconstructor-pabloprogramador23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforms generated Reversa specifications into an executable reconstruction plan and implements tasks sequentially, preserving tokens and enabling pausing/resuming.

Core Features & Use Cases

  • Plan bottom-up from specs: builds a step-by-step reconstruction plan from the provided specifications.
  • Task-at-a-time execution: runs each reconstruction task on demand, one by one, pausing for input when needed.
  • Token preservation: minimizes token consumption by reading only necessary files per step and persisting progress.

Quick Start

Invoke the /reversa-reconstructor command to generate the reconstruction plan and begin executing tasks sequentially.

Frequently Asked Questions about reversa-reconstructor

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

FAQPage Schema
How do I create an executable plan from software specifications?

To create an executable plan from software specifications, the tool transforms your specs into a bottom-up, task-by-task reconstruction sequence. It enforces prerequisites and executes tasks sequentially to rebuild the software.

What is bottom-up software reconstruction from specifications?

Bottom-up software reconstruction from specifications is a method that builds an application by planning and executing foundational tasks first. It reads minimal files per step and records progress without exposing sensitive data.

Can I pause and resume a spec-driven software rebuild?

Yes, you can pause and resume a spec-driven software rebuild because the tool executes tasks one at a time on demand. It persists your progress and minimizes token consumption by reading only necessary files per step.

How does token preservation work during task planning and execution?

Token preservation during task planning and execution works by reading only the minimal necessary files per step. This approach minimizes token consumption while allowing you to pause and resume the reconstruction process.

What are the limitations of automated spec-driven reconstruction?

Limitations of automated spec-driven reconstruction include its dependency on having generated Reversa specifications prior to execution. It also requires sequential task completion, enforcing strict prerequisites before advancing to the next step.