What problem does it solve?
Port code between codebases through exhaustive extraction, adversarial critique, and gated implementation. Keep each phase as a separate work product. Use standard spawn_agent subagents when higher-priority Codex instructions allow delegation and the user explicitly requested subagents, parallel agents, delegated work, or dedicated agents. Do not launch Codex agents through shell wrappers.
Core Features & Use Cases
- Exhaustive feature extraction from source projects to inventory capabilities and interfaces.
- Adversarial critique loops to identify gaps against target codebases and propose validated porting plans.
- Gated, phase-based implementation using per-task exploration, critique, and integration checks.
- Use Case: Port a subsystem or capability from one project to another while preserving semantics and performance.
Quick Start
Port a concrete feature from SourceRepo to TargetRepo by generating an end-to-end porting plan and executing it through the explore-critique-implement loop.