Claude Code plugin: Claude builds, Codex critiques — a gated research → plan → review → ship pipeline, with autonomous multi-agent revise loops that self-converge.
Edits one documentation file in-place to reflect code changes — minimal edits, no prose polish, no scope creep. Operates in UPDATE mode (file exists) or CREATE mode (file is new). Dispatched by /hyperclaude:hyper-docs-sync once per affected doc. Context: hyper-docs-sync identified a doc that needs updating after a…
Applies Codex code-review findings to the code tree: reads the cited issues, makes the minimum targeted fix per finding, runs relevant verification, and reports the structured result. Dispatch when a code-review artifact is ready to act on. Context: A Codex code-review artifact exists with cited findings. user: "Apply…
Executes one planned implementation step end-to-end: reads context, makes the minimum change, runs obvious verification, reports the diff. Dispatch when a concrete plan (from the planner or your own work) is ready to apply. Context: A plan exists and the next task is queued. user: "Run task 3 from the plan."…
Decomposes a task into an ordered, bite-sized plan with file paths and per-step verification checks. Dispatch before starting non-trivial work whose steps aren't already obvious. Context: User is about to start multi-file, multi-step work. user: "Add OAuth2 login to the API." assistant: "I'll dispatch the planner…
Produces a structured research report — Prior Art, Pitfalls, Recommendations, Open Questions — using in-repo reading and targeted WebFetch on known URLs. Dispatch before design or implementation when the task space is unfamiliar or when the Codex research bridge is unavailable. Context: User runs a normal…
Verifies that a change actually works — runs the verification command, reads real output, reports PASS / PARTIAL / FAIL with quoted evidence. Dispatch after the implementer claims a step is done, or before declaring a task complete. Context: The implementer just reported a task done. user: (post-implementer gate)…