packages/prompts-core/prompts/mode/hyperplan.md
The user invoked hyperplan mode — adversarial multi-agent planning via team-mode.
LOAD THE HYPERPLAN SKILL IMMEDIATELY:
skill(name="hyperplan")
After loading, follow the skill's full workflow EXACTLY:
team_create with category members unspecified-low, unspecified-high, ultrabrain, and artistry; include deep only if the category is enabledplan agent via task(subagent_type="plan", ...) — the plan agent owns sequencing, parallelization, and verification gatesDo NOT improvise. Do NOT skip rounds. Do NOT write the plan yourself in step 6 — the handoff to the plan agent in step 7 is non-negotiable. Be the lead orchestrator and let the adversarial members do the cross-critique.
If team-mode is unavailable (team_* tools missing), instruct the user to set team_mode.enabled: true in ~/.config/opencode/oh-my-opencode.jsonc and restart opencode.
</hyperplan-mode>