What problem does it solve?
hyper-implement-loop removes the tedious back-and-forth of implementing a plan, getting Codex feedback, and iterating on fixes by running an autonomous implement → code-review → fix cycle until no blocking issues remain.
Core Features & Use Cases
- End-to-end hardened implementation: Executes the plan to completion, then runs Codex code-review against the effective working tree and iteratively fixes blocking findings.
- Critic-hardened loop with bounded reviews: Repeats review and targeted fixes until convergence or a strict maximum number of Codex reviews is reached.
- Single-gesture workflow: Best for when you want the whole implement-hardening flow in one invocation rather than manual round-by-round control.
- Use Case: Use it when you have a specific
.hyperclaude/plans/*.md plan and want the repository updated with Codex gating on correctness, security, and build/test health.
Quick Start
Use hyper-implement-loop to execute a plan end-to-end by invoking: /hyperclaude:hyper-implement-loop /path/to/.hyperclaude/plans/your-plan.md