reversa-reconstructor

Transform Reversa-generated specifications into an executable reconstruction plan.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/maximoseo/github-repos-radar --skill reversa-reconstructor-maximoseo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-reconstructor
Source: https://github.com/maximoseo/github-repos-radar/tree/main/.agents/skills/reversa-reconstructor
Command: npx skills add https://github.com/maximoseo/github-repos-radar --skill reversa-reconstructor-maximoseo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforms Reversa-generated specifications into an executable reconstruction plan and implements each task one by one while preserving tokens.

Core Features & Use Cases

  • Converts generated specs into a concrete, step-by-step reconstruction plan that can be paused and resumed.
  • Enforces minimal file reads per step, and persists progress in _reversa_sdd/reconstruction-plan.md.
  • Supports both original and migration pathways, with interactive decisions and controlled execution.

Quick Start

Activate with /reversa-reconstructor to generate or resume a bottom-up reconstruction plan from Reversa specs and execute tasks on demand.

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 reconstruction plan from software specifications?

To create a reconstruction plan from software specifications, use a bottom-up planning approach that converts specs into a step-by-step task list. This method enforces minimal file reads and persists progress in a dedicated markdown file for safe pausing and resuming.

What is bottom-up reconstruction planning and when do I need it?

Bottom-up reconstruction planning is the process of rebuilding software from specifications task by task. You need it when migrating an existing project or recreating original logic, requiring interactive decisions and controlled execution to preserve tokens.

Can I pause and resume software reconstruction tasks without losing progress?

Yes, you can pause and resume software reconstruction tasks without losing progress. The process persists execution state and interactive decisions to a dedicated reconstruction-plan.md file, ensuring safe resumption of the workflow at any step.

Does reconstruction planning support both original rebuilds and migration pathways?

Reconstruction planning supports both original rebuilds and migration pathways. It transforms generated specifications into an executable plan while allowing interactive decisions, ensuring the chosen pathway is followed step by step with strict token preservation.

How to preserve tokens when rebuilding software from specifications?

To preserve tokens when rebuilding software from specifications, execute reconstruction tasks one by one while enforcing minimal file reads per step. This controlled execution approach documents decisions and limits context loading to save token usage.