From 28933486d4fc4364808f9e80b1132f4252ddebf3 Mon Sep 17 00:00:00 2001 From: Sjoerd Bozon Date: Mon, 19 Jan 2026 11:01:54 +0100 Subject: [PATCH] feat: assign models and new-chat notes --- .../lib/ide/shared/workflow-prompts-config.js | 45 ++++++++++++++----- 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/tools/cli/installers/lib/ide/shared/workflow-prompts-config.js b/tools/cli/installers/lib/ide/shared/workflow-prompts-config.js index f3a3e632..767a9ce1 100644 --- a/tools/cli/installers/lib/ide/shared/workflow-prompts-config.js +++ b/tools/cli/installers/lib/ide/shared/workflow-prompts-config.js @@ -21,6 +21,7 @@ const workflowPromptsConfig = { agent: 'bmd-custom-bmm-analyst', shortcut: 'WI', description: '[WI] Initialize workflow and choose planning track', + model: 'claude-opus-4.5', prompt: '*workflow-init', }, { @@ -28,13 +29,15 @@ const workflowPromptsConfig = { agent: 'bmd-custom-bmm-analyst', shortcut: 'BP', description: '[BP] Brainstorm project ideas and concepts', + model: 'claude-opus-4.5', prompt: '*brainstorm-project', }, { name: 'workflow-status', agent: 'bmd-custom-bmm-pm', shortcut: 'WS', - description: '[WS] Check current workflow status and next steps', + description: '[WS] Check current workflow status and next steps (open a new chat with Ctrl+Shift+Enter)', + model: 'claude-opus-4.5', prompt: '*workflow-status', }, @@ -46,13 +49,15 @@ const workflowPromptsConfig = { agent: 'bmd-custom-bmm-pm', shortcut: 'PD', description: '[PD] Create Product Requirements Document (PRD)', + model: 'claude-opus-4.5', prompt: '*prd', }, { name: 'ux-design', agent: 'bmd-custom-bmm-ux-designer', shortcut: 'UD', - description: '[UD] Create UX Design specification', + description: '[UD] Create UX Design specification (open a new chat with Ctrl+Shift+Enter)', + model: 'claude-opus-4.5', prompt: '*ux-design', }, @@ -63,28 +68,32 @@ const workflowPromptsConfig = { name: 'create-architecture', agent: 'bmd-custom-bmm-architect', shortcut: 'CA', - description: '[CA] Create system architecture document', + description: '[CA] Create system architecture document (open a new chat with Ctrl+Shift+Enter)', + model: 'claude-opus-4.5', prompt: '*create-architecture', }, { name: 'epics-stories', agent: 'bmd-custom-bmm-pm', shortcut: 'ES', - description: '[ES] Create Epics and User Stories from PRD', + description: '[ES] Create Epics and User Stories from PRD (open a new chat with Ctrl+Shift+Enter)', + model: 'claude-opus-4.5', prompt: '*epics-stories', }, { name: 'implementation-readiness', agent: 'bmd-custom-bmm-architect', shortcut: 'IR', - description: '[IR] Check implementation readiness across all docs', + description: '[IR] Check implementation readiness across all docs (open a new chat with Ctrl+Shift+Enter)', + model: 'claude-opus-4.5', prompt: '*implementation-readiness', }, { name: 'sprint-planning', agent: 'bmd-custom-bmm-sm', shortcut: 'SP', - description: '[SP] Initialize sprint planning from epics', + description: '[SP] Initialize sprint planning from epics (open a new chat with Ctrl+Shift+Enter)', + model: 'claude-opus-4.5', prompt: '*sprint-planning', }, @@ -97,13 +106,15 @@ const workflowPromptsConfig = { agent: 'bmd-custom-bmm-sm', shortcut: 'CS', description: '[CS] Create developer-ready story from epic', + model: 'gpt-5.2-codex', prompt: '*create-story', }, { name: 'dev-story', agent: 'bmd-custom-bmm-dev', shortcut: 'DS', - description: '[DS] Implement the current story', + description: '[DS] Implement the current story (open a new chat with Ctrl+Shift+Enter)', + model: 'gpt-5.2-codex', prompt: '*dev-story', }, { @@ -111,13 +122,15 @@ const workflowPromptsConfig = { agent: 'bmd-custom-bmm-dev', shortcut: 'CR', description: '[CR] Perform code review on implementation', + model: 'gpt-5.2-codex', prompt: '*code-review', }, { name: 'retrospective', agent: 'bmd-custom-bmm-sm', shortcut: 'ER', - description: '[ER] Run epic retrospective after completion', + description: '[ER] Run epic retrospective after completion (open a new chat with Ctrl+Shift+Enter)', + model: 'claude-opus-4.5', prompt: '*epic-retrospective', }, { @@ -125,6 +138,7 @@ const workflowPromptsConfig = { agent: 'bmd-custom-bmm-sm', shortcut: 'CC', description: '[CC] Course correction when things go off track', + model: 'claude-opus-4.5', prompt: '*correct-course', }, ], @@ -137,13 +151,15 @@ const workflowPromptsConfig = { agent: 'bmd-custom-bmgd-game-dev', shortcut: 'GI', description: '[GI] Implement game feature', + model: 'gpt-5.2-codex', prompt: '*game-implement', }, { name: 'game-qa', agent: 'bmd-custom-bmgd-game-qa', shortcut: 'GQ', - description: '[GQ] Test and QA game feature', + description: '[GQ] Test and QA game feature (open a new chat with Ctrl+Shift+Enter)', + model: 'gpt-5.2', prompt: '*game-qa', }, // Planning & Design @@ -151,21 +167,24 @@ const workflowPromptsConfig = { name: 'game-design', agent: 'bmd-custom-bmgd-game-designer', shortcut: 'GD', - description: '[GD] Design game mechanics and systems', + description: '[GD] Design game mechanics and systems (open a new chat with Ctrl+Shift+Enter)', + model: 'claude-opus-4.5', prompt: '*game-design', }, { name: 'game-architecture', agent: 'bmd-custom-bmgd-game-architect', shortcut: 'GA', - description: '[GA] Create game technical architecture', + description: '[GA] Create game technical architecture (open a new chat with Ctrl+Shift+Enter)', + model: 'claude-opus-4.5', prompt: '*game-architecture', }, { name: 'game-sprint', agent: 'bmd-custom-bmgd-game-scrum-master', shortcut: 'GS', - description: '[GS] Plan game development sprint', + description: '[GS] Plan game development sprint (open a new chat with Ctrl+Shift+Enter)', + model: 'claude-opus-4.5', prompt: '*game-sprint', }, ], @@ -177,6 +196,7 @@ const workflowPromptsConfig = { agent: 'bmd-custom-core-bmad-master', shortcut: 'LT', description: '[LT] List available tasks', + model: 'gpt-5-mini', prompt: '*list-tasks', }, { @@ -184,6 +204,7 @@ const workflowPromptsConfig = { agent: 'bmd-custom-core-bmad-master', shortcut: 'LW', description: '[LW] List available workflows', + model: 'gpt-5-mini', prompt: '*list-workflows', }, ],