reversa-reconstructor

Generate and execute step-by-step reconstruction plans from Reversa specifications.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/stribus/pygerengastos --skill reversa-reconstructor-stribus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-reconstructor
Source: https://github.com/stribus/pygerengastos/tree/main/.agents/skills/reversa-reconstructor
Command: npx skills add https://github.com/stribus/pygerengastos --skill reversa-reconstructor-stribus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan, orchestrate, and execute executable reconstruction plans derived from Reversa specifications, enabling safe, token-preserving rebuilds of software systems.

Core Features & Use Cases

  • Plan generation: converts generated specs into a step-by-step reconstruction plan.
  • On-demand execution: runs tasks one-by-one, with pause/resume and in-session state tracking.
  • Safety and control: prevents reading unnecessary data, preserves tokens, and allows user confirmation before critical steps.

Quick Start

Start by invoking the reversa-reconstructor to generate a reconstruction plan and execute tasks one-by-one.

Frequently Asked Questions about reversa-reconstructor

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

FAQPage Schema
How do I reconstruct software from specifications without exceeding token limits?

Reconstructing software from specifications while preserving tokens requires a bottom-up, one-task-at-a-time execution approach that pauses for user input and prevents reading unnecessary data to maintain safe context limits.

What is bottom-up software reconstruction from generated specs?

Bottom-up software reconstruction from generated specs is the process of converting specifications into a step-by-step plan and reimplementing the software by verifying prerequisites, executing tasks sequentially, and tracking progress within the session.

Can I pause and resume task execution during a software reconstruction plan?

Yes, you can pause and resume task execution during a software reconstruction plan because the system supports on-demand execution with in-session state tracking and pauses automatically when gaps are found in the specifications.

How do I generate a step-by-step reconstruction plan from Reversa specifications?

To generate a step-by-step reconstruction plan from Reversa specifications, you invoke the planning phase which converts the generated specs into an executable, sequential task list while verifying all prerequisites before starting.

Does the reconstruction process require user confirmation before executing critical tasks?

Yes, the reconstruction process requires user confirmation before executing critical tasks to ensure safety and control, allowing you to manually verify steps and provide input whenever specification gaps are identified.