diff --git a/src/features/builtin-commands/templates/hyperplan.ts b/src/features/builtin-commands/templates/hyperplan.ts new file mode 100644 index 000000000..b8f6e88a3 --- /dev/null +++ b/src/features/builtin-commands/templates/hyperplan.ts @@ -0,0 +1,15 @@ +export const HYPERPLAN_TEMPLATE = `You are running the \`/hyperplan\` command — adversarial multi-agent planning via team-mode. + +LOAD THE HYPERPLAN SKILL IMMEDIATELY: + +\`\`\` +skill(name="hyperplan") +\`\`\` + +After loading the skill, follow its 6-phase workflow EXACTLY using this user request: + + +$ARGUMENTS + + +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.`