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, reading only the files each task needs so work can pause and resume at any point. ## Core Features & Use Cases - Plan Generation: Reads _reversa_sdd/ artifacts (architecture, dependencies, gaps, confidence report) and produces a reconstruction-plan.md with bottom-up ordered tasks, from database schema up to API and user flows. - Migration-Aware Reconstruction: Detects _reversa_sdd/migration/handoff.md and lets the user choose between rebuilding the legacy system faithfully or implementing the new target stack, using paradigm, topology, strategy, and parity specs. - On-Demand Task Execution: Executes one task at a time, reading only the files listed in the task's Lê: field, marking status 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 invoke the Skill to regenerate the entire system incrementally, one verified task at a time. ## Quick Start Run /reversa-reconstructor in a directory containing the _reversa_sdd folder and then say INICIAR to execute the first reconstruction task.