From hyperclaude
Use when plan-harden → implement-harden should chain in one gesture — hyper-plan-loop produces a clean plan, then hyper-implement-loop executes and hardens it. Also when the user invokes /hyperclaude:hyper-auto. For manual control between phases use /hyperclaude:hyper-plan-loop, inspect the plan, then /hyperclaude:hyper-implement-loop. Inherits both loops' agent-teams requirement (`CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`).
How this skill is triggered — by the user, by Claude, or both
Slash command
/hyperclaude:hyper-autoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Single-gesture pipeline: `hyper-plan-loop` converges → `hyper-implement-loop` runs on the produced plan. Stops cleanly at any terminal state in between. No cron, no merge, no push, no autonomous follow-up rounds — just the two loops, chained.
Single-gesture pipeline: hyper-plan-loop converges → hyper-implement-loop runs on the produced plan. Stops cleanly at any terminal state in between. No cron, no merge, no push, no autonomous follow-up rounds — just the two loops, chained.
/hyperclaude:hyper-implement-loop directly./hyperclaude:hyper-plan-loop, then decide.Invoke /hyperclaude:hyper-plan-loop <task> with the user's task description verbatim. Let it run to terminal state.
Implementing on a plan with unresolved blocking findings wastes the implement-loop budget on a known-broken input — this is the safety boundary.
Invoke /hyperclaude:hyper-implement-loop <plan-path-from-Step-1> with the canonical plan path captured from plan-loop's report. Let it run to terminal state.
Relay both phases' Step 9 terminal facts so the user can audit the full chain. Do not paraphrase or invent fields — but apply ONE composed-flow exception:
hyper-plan-loop's "Next step: /hyperclaude:hyper-implement " recommendation. That line fires on a clean plan-loop exit; under hyper-auto, Step 3 has already executed the implement phase, so relaying it verbatim would tell the user to re-implement an already-implemented plan. Drop that bullet from the relayed plan-loop report.Plan-loop bullets to relay (Step 9 of hyper-plan-loop, minus the suppressed Next-step):
Implement-loop bullets to relay (Step 9 of hyper-implement-loop, verbatim):
reviewArtifacts[] paths.resume-failed / fallback rounds noted.hyper-implement-loop directly; running plan-loop on a plan-shaped task description duplicates work.npx claudepluginhub zeikar/hyperclaude --plugin hyperclaudeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.