What problem does it solve? Rebuilding software 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 dependency tree (database schema first, then domain entities, units, API layer, 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, including cutover and parity-validation tasks. - On-Demand Task Execution: Executes one task at a time, reading only the files listed in each task's Lê: field, marking progress in the plan, and pausing on spec gaps for user decisions. - Use Case: After running Reversa on a legacy codebase, copy _reversa_sdd/ into a fresh repository and let the Reconstructor reimplement the system module by module without losing fidelity to the documented specifications. ## Quick Start Ask the agent to run /reversa-reconstructor in a directory containing the _reversa_sdd folder to generate the reconstruction plan and start executing tasks.