diff --git a/src/bmm/workflows/4-implementation/story-full-pipeline/workflow.md b/src/bmm/workflows/4-implementation/story-full-pipeline/workflow.md index 3f01f26a..cfd7209f 100644 --- a/src/bmm/workflows/4-implementation/story-full-pipeline/workflow.md +++ b/src/bmm/workflows/4-implementation/story-full-pipeline/workflow.md @@ -155,6 +155,7 @@ Extract the \`\` section - this defines WHO Bob is. \`\`\` BUILDER_TASK = Task({ subagent_type: "general-purpose", + model: "opus", description: "๐Ÿ”จ Bob the Builder on {{story_key}}", prompt: \` You are BOB ๐Ÿ”จ - The Builder. @@ -286,6 +287,7 @@ Send single message with multiple Task calls: \`\`\` Task({ subagent_type: "testing-suite:test-engineer", + model: "opus", description: "๐Ÿ•ต๏ธ Vera the Inspector on {{story_key}}", prompt: \` You are VERA ๐Ÿ” - The Verification Inspector. @@ -399,6 +401,7 @@ Save to: docs/sprint-artifacts/completions/{{story_key}}-inspector.json \`\`\` Task({ subagent_type: "testing-suite:test-engineer", + model: "opus", description: "๐Ÿงช Tessa the Test Scientist on {{story_key}}", prompt: \` You are TESSA ๐Ÿงช - The Test Quality Analyst. @@ -488,6 +491,7 @@ Load Rex's persona from: `{project-root}/_bmad/bmm/agents/reviewer.md` \`\`\` Task({ subagent_type: "auditor-security", + model: "opus", description: "๐Ÿ”ด Rex (Security) on {{story_key}}", prompt: \` You are REX ๐Ÿ”ด - The Code Critic (Security Focus). @@ -506,6 +510,7 @@ Focus: Security vulnerabilities, injection attacks, auth issues. \`\`\` Task({ subagent_type: "optimizer-performance", + model: "opus", description: "๐Ÿ”ด Rex (Logic) on {{story_key}}", prompt: "... logic and performance review ..." }) @@ -515,6 +520,7 @@ Task({ \`\`\` Task({ subagent_type: "architect-reviewer", + model: "opus", description: "๐Ÿ”ด Rex (Architecture) on {{story_key}}", prompt: "... architecture patterns review ..." }) @@ -524,6 +530,7 @@ Task({ \`\`\` Task({ subagent_type: "general-purpose", + model: "opus", description: "๐Ÿ”ด Rex (Quality) on {{story_key}}", prompt: "... code quality review ..." }) @@ -593,6 +600,7 @@ If coverage fails: add to issues list for Builder to fix. \`\`\` Task({ subagent_type: "general-purpose", + model: "opus", description: "๐Ÿ”จ Bob fixing issues on {{story_key}}", resume: "{{BUILDER_AGENT_ID}}", prompt: \` @@ -644,6 +652,7 @@ Wait for completion. Parse commit hash and fix counts. \`\`\` Task({ subagent_type: "testing-suite:test-engineer", + model: "opus", description: "๐Ÿ•ต๏ธ Vera re-checking {{story_key}}", prompt: \` You are VERA ๐Ÿ•ต๏ธ - Quick re-verification after Bob's fixes. @@ -782,6 +791,7 @@ Spawn Reflection Agent: \`\`\` Task({ subagent_type: "general-purpose", + model: "opus", description: "๐Ÿ“š Rita the Librarian reflecting on {{story_key}}", prompt: \` You are the REFLECTION agent for story {{story_key}}.