What problem does it solve? Reimplementing a software system from reverse-engineered specifications is error-prone and token-expensive when done ad hoc. This Skill turns the specs produced by the Reversa framework into an executable, task-by-task reconstruction plan that reads only the files each task needs. ## Core Features & Use Cases - Plan Generation: Reads architecture, dependencies, gaps, and confidence reports from _reversa_sdd/ to produce a bottom-up reconstruction-plan.md ordered by the dependency tree (database schema first, then domain entities, units, API layer, and user flows). - Migration-Aware Reconstruction: Detects completed migrations via _reversa_sdd/migration/handoff.md and lets the user choose between rebuilding from original specs or from target-stack migration specs, using a dedicated migration plan template. - On-Demand Task Execution: Executes one task at a time, reading only the files listed in each task's Lê: field, marking status in the plan, and pausing on spec gaps so work can be resumed at any point. - Use Case: After running Reversa on a legacy codebase, copy _reversa_sdd/ into a fresh repository and invoke this Skill to reimplement the system module by module with full traceability to the specs. ## Quick Start Ask the agent to run /reversa-reconstructor in a directory containing the _reversa_sdd folder, then say INICIAR to execute the first reconstruction task.