From a75a24df77a7b7ad4e6a31eace012981af0aeb54 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 28 Apr 2026 19:03:17 +0900 Subject: [PATCH] feat(builtin-commands): add hyperplan command template Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .../builtin-commands/templates/hyperplan.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/features/builtin-commands/templates/hyperplan.ts 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.`