reversa-reconstructor

Generate bottom-up reconstruction plans and execute tasks from Reversa specifications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The reversa-reconstructor Skill automates the process of reconstructing software from specifications using the Reversa framework, providing a bottom-up approach and executing tasks on demand.

Core Features & Use Cases

  • Reconstruction Plan Creation: Generates a detailed plan for bottom-up reconstruction from specifications.
  • Task Execution: Executes tasks sequentially based on the generated plan.
  • Compatibility: Designed to work with Reversa and compatible agents.
  • Use Case: When reimplementing software from scratch, this Skill can be used to follow specifications and build incrementally.

Quick Start

Activate the skill using the command /reversa-reconstructor to begin the reconstruction process.

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 using a bottom-up approach?

Bottom-up software reconstruction from specifications is done by generating a detailed plan and executing tasks sequentially. This Skill automates that process using the Reversa framework to build incrementally from the ground up.

What is the best way to reimplementation software from scratch based on specifications?

The best way to reimplementation software from scratch is using specification based development to generate a task plan and execute it bottom-up. This ensures the new implementation strictly follows the original specifications.

Do I need a Reversa setup to use this bottom-up development tool?

Yes, you need an existing project with a Reversa setup. This tool requires compatible Reversa specifications to generate the reconstruction plan and execute the bottom-up tasks.

How does the specification based reconstruction plan execution work?

Specification based reconstruction plan execution works by first generating a detailed plan from your specifications, then executing tasks bottom-up and one by one on demand to ensure incremental software reimplementation.

Can I execute reconstruction tasks on demand or do they run all at once?

You can execute reconstruction tasks on demand. The tool generates a full plan but executes the bottom-up tasks sequentially, one by one, allowing for incremental development.

When should I not use a bottom-up reconstruction approach for software reimplementations?

You should not use bottom-up reconstruction if your project lacks Reversa specifications or a compatible setup. It is specifically designed for specification based software reimplementations requiring incremental task execution.