2c8e2dac41
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1.5 KiB
1.5 KiB
**MANDATORY**: Say "HYPERPLAN MODE ENABLED!" as your first response, exactly once.
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:
- Acknowledge and capture the planning request
- Spawn the adversarial team via
team_createwith category membersunspecified-low,unspecified-high,ultrabrain, andartistry; includedeeponly if the category is enabled - Round 1 — Independent analysis (each member produces findings)
- Round 2 — Cross-attack (each member ruthlessly attacks the other 4's findings)
- Round 3 — Defend, refine, or concede
- Distill defensible insights into a structured bundle (Lead does NOT write the plan)
- MANDATORY: hand the bundle to the
planagent viatask(subagent_type="plan", ...)— the plan agent owns sequencing, parallelization, and verification gates - Present the plan agent's output verbatim with provenance line, then clean up the team
Do 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.