reversa-reconstructor

Generate a structured reconstruction plan from Reversa SDD specifications and execute tasks sequentially.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the challenge of manually reimplementing complex software systems by automating the transition from architectural specifications to a functional codebase.

Core Features & Use Cases

  • Bottom-Up Implementation: Executes tasks in a logical dependency order, ensuring infrastructure and core domains are built before high-level features.
  • Context-Aware Reconstruction: Supports both original legacy system reconstruction and modern stack migration based on Reversa specifications.
  • Use Case: Use this when you have a complete set of Reversa SDD (Software Design Document) files and need to rebuild the entire application or a specific module without losing track of dependencies or requirements.

Quick Start

Activate the reconstructor by typing /reversa-reconstructor in your terminal to begin the planning phase for your project.

Frequently Asked Questions about reversa-reconstructor

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

FAQPage Schema
How do I automate code reconstruction from architectural specifications?

Bottom-up software reconstruction executes implementation tasks sequentially by building infrastructure and core domains before high-level features. This approach respects dependency trees and migration strategies defined within Reversa specifications.

How do I rebuild a legacy system using a bottom-up refactoring approach?

Bottom-up software reconstruction executes implementation tasks sequentially by building infrastructure and core domains before high-level features. This respects dependency trees and migration strategies defined within Reversa specifications.

Do I need a specific directory structure to start a software migration?

Systematic software migration requires a valid _reversa_sdd directory containing complete Reversa SDD specification files. Without this directory, the reconstructor cannot perform token-efficient development or generate the implementation plan.

Can I migrate to a modern tech stack using existing architectural design documents?

Modern stack migration is supported through context-aware reconstruction based on Reversa specifications. The process reads existing software design documents to rebuild the application or specific modules while tracking dependencies.

What are the limitations of automated refactoring from design documents?

Automated refactoring from design documents is limited to systems with valid Reversa SDD files. It cannot perform reconstruction without a complete set of architectural specifications and relies entirely on the dependency trees defined in those files.