Hyperplan

Runs adversarial multi-agent debate to stress-test a plan before finalizing it.

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 11, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · f4fdd0f

Hard dependency on oh-my-openagent's proprietary team-mode: the skill's own preconditions require team_* orchestration tools and a 'sisyphus' lead agent that do not exist in Claude Code, so invoking it dead-ends immediately with an instruction to install and configure a different CLI (opencode + oh-my-opencode.jsonc). Install is mechanically clean and the trigger phrases are specific and well-scoped, but the skill produces no planning output whatsoever on this platform. Output scored 1: it cannot execute, so it cannot beat any baseline.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 4/5
  • Output vs. baseline 1/10
  • Docs & honesty 1/5

What Hyperplan does

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing…

How to install Hyperplan

git clone https://github.com/code-yeongyu/oh-my-openagent
cd oh-my-openagent
mkdir -p ~/.claude/skills
cp -r .agents/skills/hyperplan ~/.claude/skills/hyperplan

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Hyperplan

  • /hyperplan Runs adversarial multi-agent debate to stress-test a plan before finalizing it.

It also activates on plain-language prompts like these:

  • Hyperplan this migration before we commit to it
  • Run an adversarial review of my project plan
  • Stress-test this rollout plan for blind spots

Frequently asked questions

Is the Hyperplan skill free?
Yes. The skill itself is free from code-yeongyu/oh-my-openagent. SkillProof publishes the install command and an independent test verdict at no cost.
Does Hyperplan work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Tested · Didn't pass. Hard dependency on oh-my-openagent's proprietary team-mode: the skill's own preconditions require team_* orchestration tools and a 'sisyphus' lead agent that do not exist in Claude Code, so invoking it dead-ends immediately with an instruction to install and configure a different CLI (opencode + oh-my-opencode.jsonc). Install is mechanically clean and the trigger phrases are specific and well-scoped, but the skill produces no planning output whatsoever on this platform. Output scored 1: it cannot execute, so it cannot beat any baseline.
How do I install Hyperplan?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Hyperplan with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.