diff --git a/bmad-core/agents/analyst.md b/bmad-core/agents/analyst.md index 3597e988..1f59801d 100644 --- a/bmad-core/agents/analyst.md +++ b/bmad-core/agents/analyst.md @@ -34,6 +34,13 @@ agent: icon: ๐Ÿ“Š whenToUse: Use for market research, brainstorming, competitive analysis, creating project briefs, initial project discovery, and documenting existing projects (brownfield) customization: null +llm_settings: + temperature: 0.8 + top_p: 0.95 + max_tokens: 5120 + frequency_penalty: 0.25 + presence_penalty: 0.2 + reasoning: "Higher temperature for creative ideation and diverse business perspectives, broad vocabulary for innovative concepts, strong penalties for varied analysis approaches" persona: role: Insightful Analyst & Strategic Ideation Partner style: Analytical, inquisitive, creative, facilitative, objective, data-informed diff --git a/bmad-core/agents/architect.md b/bmad-core/agents/architect.md index cdd3f14f..ec6f1282 100644 --- a/bmad-core/agents/architect.md +++ b/bmad-core/agents/architect.md @@ -36,6 +36,13 @@ agent: icon: ๐Ÿ—๏ธ whenToUse: Use for system design, architecture documents, technology selection, API design, and infrastructure planning customization: null +llm_settings: + temperature: 0.6 + top_p: 0.9 + max_tokens: 6144 + frequency_penalty: 0.2 + presence_penalty: 0.15 + reasoning: "Moderate temperature for balanced technical creativity and precision, broader vocabulary for architectural concepts, higher penalties for diverse technical solutions" persona: role: Holistic System Architect & Full-Stack Technical Leader style: Comprehensive, pragmatic, user-centric, technically deep yet accessible diff --git a/bmad-core/agents/bmad-orchestrator.md b/bmad-core/agents/bmad-orchestrator.md index a29cbadc..5973a334 100644 --- a/bmad-core/agents/bmad-orchestrator.md +++ b/bmad-core/agents/bmad-orchestrator.md @@ -37,6 +37,13 @@ agent: title: BMad Master Orchestrator icon: ๐ŸŽญ whenToUse: Use for workflow coordination, multi-agent tasks, role switching guidance, and when unsure which specialist to consult +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.05 + reasoning: "Balanced temperature for helpful guidance and workflow coordination, broad vocabulary for explaining diverse agent capabilities, low penalties for clear systematic orchestration" persona: role: Master Orchestrator & BMad Method Expert style: Knowledgeable, guiding, adaptable, efficient, encouraging, technically brilliant yet approachable. Helps customize and use BMad Method while orchestrating agents diff --git a/bmad-core/agents/dev.md b/bmad-core/agents/dev.md index 31926eda..e2b2e4a7 100644 --- a/bmad-core/agents/dev.md +++ b/bmad-core/agents/dev.md @@ -13,6 +13,13 @@ activation-instructions: agent: name: James id: dev +llm_settings: + temperature: 0.4 + top_p: 0.85 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.0 + reasoning: "Low temperature for precise code generation, focused vocabulary for technical accuracy, moderate frequency penalty to avoid repetitive patterns" title: Full Stack Developer icon: ๐Ÿ’ป whenToUse: "Use for code implementation, debugging, refactoring, and development best practices" diff --git a/bmad-core/agents/pm.md b/bmad-core/agents/pm.md index 679abca5..34a0d826 100644 --- a/bmad-core/agents/pm.md +++ b/bmad-core/agents/pm.md @@ -33,6 +33,13 @@ agent: title: Product Manager icon: ๐Ÿ“‹ whenToUse: Use for creating PRDs, product strategy, feature prioritization, roadmap planning, and stakeholder communication +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 5120 + frequency_penalty: 0.2 + presence_penalty: 0.15 + reasoning: "Balanced temperature for strategic creativity with structured output, broad vocabulary for product concepts, moderate penalties for comprehensive product thinking" persona: role: Investigative Product Strategist & Market-Savvy PM style: Analytical, inquisitive, data-driven, user-focused, pragmatic diff --git a/bmad-core/agents/po.md b/bmad-core/agents/po.md index 98847516..23a82aae 100644 --- a/bmad-core/agents/po.md +++ b/bmad-core/agents/po.md @@ -34,6 +34,13 @@ agent: icon: ๐Ÿ“ whenToUse: Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions customization: null +llm_settings: + temperature: 0.6 + top_p: 0.88 + max_tokens: 4096 + frequency_penalty: 0.15 + presence_penalty: 0.1 + reasoning: "Moderate temperature for balanced user-focused creativity and structured requirements, focused vocabulary for clear acceptance criteria, moderate penalties for comprehensive backlog management" persona: role: Technical Product Owner & Process Steward style: Meticulous, analytical, detail-oriented, systematic, collaborative diff --git a/bmad-core/agents/qa.md b/bmad-core/agents/qa.md index ec41d12c..e21ef3c0 100644 --- a/bmad-core/agents/qa.md +++ b/bmad-core/agents/qa.md @@ -18,6 +18,13 @@ agent: icon: ๐Ÿงช whenToUse: Use for senior code review, refactoring, test planning, quality assurance, and mentoring through code improvements customization: null +llm_settings: + temperature: 0.3 + top_p: 0.8 + max_tokens: 4096 + frequency_penalty: 0.15 + presence_penalty: 0.1 + reasoning: "Very low temperature for systematic analysis and consistency, focused vocabulary for precise quality assessment, higher frequency penalty for varied evaluation criteria" automation_behavior: always_auto_remediate: true trigger_threshold: 80 diff --git a/bmad-core/agents/sm.md b/bmad-core/agents/sm.md index 65c5e98e..4965d72d 100644 --- a/bmad-core/agents/sm.md +++ b/bmad-core/agents/sm.md @@ -34,6 +34,13 @@ agent: icon: ๐Ÿƒ whenToUse: Use for story creation, epic management, retrospectives in party-mode, and agile process guidance customization: null +llm_settings: + temperature: 0.5 + top_p: 0.85 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.05 + reasoning: "Moderate-low temperature for structured story creation and process consistency, focused vocabulary for agile terminology, low penalties for clear systematic approaches" persona: role: Technical Scrum Master - Story Preparation Specialist style: Task-oriented, efficient, precise, focused on clear developer handoffs diff --git a/bmad-core/agents/ux-expert.md b/bmad-core/agents/ux-expert.md index 5e0b33cf..52de2b48 100644 --- a/bmad-core/agents/ux-expert.md +++ b/bmad-core/agents/ux-expert.md @@ -34,6 +34,13 @@ agent: icon: ๐ŸŽจ whenToUse: Use for UI/UX design, wireframes, prototypes, front-end specifications, and user experience optimization customization: null +llm_settings: + temperature: 0.75 + top_p: 0.92 + max_tokens: 5120 + frequency_penalty: 0.3 + presence_penalty: 0.25 + reasoning: "Higher temperature for creative design thinking and innovative UX solutions, broad vocabulary for design concepts, strong penalties for diverse design approaches and alternatives" persona: role: User Experience Designer & UI Specialist style: Empathetic, creative, detail-oriented, user-obsessed, data-informed diff --git a/dist/agents/analyst.txt b/dist/agents/analyst.txt index 88b37170..0c26ebcc 100644 --- a/dist/agents/analyst.txt +++ b/dist/agents/analyst.txt @@ -57,6 +57,13 @@ agent: icon: ๐Ÿ“Š whenToUse: Use for market research, brainstorming, competitive analysis, creating project briefs, initial project discovery, and documenting existing projects (brownfield) customization: null +llm_settings: + temperature: 0.8 + top_p: 0.95 + max_tokens: 5120 + frequency_penalty: 0.25 + presence_penalty: 0.2 + reasoning: Higher temperature for creative ideation and diverse business perspectives, broad vocabulary for innovative concepts, strong penalties for varied analysis approaches persona: role: Insightful Analyst & Strategic Ideation Partner style: Analytical, inquisitive, creative, facilitative, objective, data-informed diff --git a/dist/agents/architect.txt b/dist/agents/architect.txt index 87560c58..5719bf5c 100644 --- a/dist/agents/architect.txt +++ b/dist/agents/architect.txt @@ -58,6 +58,13 @@ agent: icon: ๐Ÿ—๏ธ whenToUse: Use for system design, architecture documents, technology selection, API design, and infrastructure planning customization: null +llm_settings: + temperature: 0.6 + top_p: 0.9 + max_tokens: 6144 + frequency_penalty: 0.2 + presence_penalty: 0.15 + reasoning: Moderate temperature for balanced technical creativity and precision, broader vocabulary for architectural concepts, higher penalties for diverse technical solutions persona: role: Holistic System Architect & Full-Stack Technical Leader style: Comprehensive, pragmatic, user-centric, technically deep yet accessible diff --git a/dist/agents/bmad-orchestrator.txt b/dist/agents/bmad-orchestrator.txt index bafd9498..f245659f 100644 --- a/dist/agents/bmad-orchestrator.txt +++ b/dist/agents/bmad-orchestrator.txt @@ -60,6 +60,13 @@ agent: title: BMad Master Orchestrator icon: ๐ŸŽญ whenToUse: Use for workflow coordination, multi-agent tasks, role switching guidance, and when unsure which specialist to consult +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.05 + reasoning: Balanced temperature for helpful guidance and workflow coordination, broad vocabulary for explaining diverse agent capabilities, low penalties for clear systematic orchestration persona: role: Master Orchestrator & BMad Method Expert style: Knowledgeable, guiding, adaptable, efficient, encouraging, technically brilliant yet approachable. Helps customize and use BMad Method while orchestrating agents diff --git a/dist/agents/dev.txt b/dist/agents/dev.txt index ec12cc22..f544c980 100644 --- a/dist/agents/dev.txt +++ b/dist/agents/dev.txt @@ -49,6 +49,13 @@ activation-instructions: [] agent: name: James id: dev +llm_settings: + temperature: 0.4 + top_p: 0.85 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0 + reasoning: Low temperature for precise code generation, focused vocabulary for technical accuracy, moderate frequency penalty to avoid repetitive patterns title: Full Stack Developer icon: ๐Ÿ’ป whenToUse: Use for code implementation, debugging, refactoring, and development best practices diff --git a/dist/agents/pm.txt b/dist/agents/pm.txt index f89fcfc1..63b29aa5 100644 --- a/dist/agents/pm.txt +++ b/dist/agents/pm.txt @@ -56,6 +56,13 @@ agent: title: Product Manager icon: ๐Ÿ“‹ whenToUse: Use for creating PRDs, product strategy, feature prioritization, roadmap planning, and stakeholder communication +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 5120 + frequency_penalty: 0.2 + presence_penalty: 0.15 + reasoning: Balanced temperature for strategic creativity with structured output, broad vocabulary for product concepts, moderate penalties for comprehensive product thinking persona: role: Investigative Product Strategist & Market-Savvy PM style: Analytical, inquisitive, data-driven, user-focused, pragmatic diff --git a/dist/agents/po.txt b/dist/agents/po.txt index b76df8bd..b203908f 100644 --- a/dist/agents/po.txt +++ b/dist/agents/po.txt @@ -57,6 +57,13 @@ agent: icon: ๐Ÿ“ whenToUse: Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions customization: null +llm_settings: + temperature: 0.6 + top_p: 0.88 + max_tokens: 4096 + frequency_penalty: 0.15 + presence_penalty: 0.1 + reasoning: Moderate temperature for balanced user-focused creativity and structured requirements, focused vocabulary for clear acceptance criteria, moderate penalties for comprehensive backlog management persona: role: Technical Product Owner & Process Steward style: Meticulous, analytical, detail-oriented, systematic, collaborative diff --git a/dist/agents/qa.txt b/dist/agents/qa.txt index 1a174d78..655a39c1 100644 --- a/dist/agents/qa.txt +++ b/dist/agents/qa.txt @@ -58,6 +58,13 @@ agent: icon: ๐Ÿงช whenToUse: Use for senior code review, refactoring, test planning, quality assurance, and mentoring through code improvements customization: null +llm_settings: + temperature: 0.3 + top_p: 0.8 + max_tokens: 4096 + frequency_penalty: 0.15 + presence_penalty: 0.1 + reasoning: Very low temperature for systematic analysis and consistency, focused vocabulary for precise quality assessment, higher frequency penalty for varied evaluation criteria automation_behavior: always_auto_remediate: true trigger_threshold: 80 diff --git a/dist/agents/sm.txt b/dist/agents/sm.txt index ef9d0bc8..0a9918af 100644 --- a/dist/agents/sm.txt +++ b/dist/agents/sm.txt @@ -57,6 +57,13 @@ agent: icon: ๐Ÿƒ whenToUse: Use for story creation, epic management, retrospectives in party-mode, and agile process guidance customization: null +llm_settings: + temperature: 0.5 + top_p: 0.85 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.05 + reasoning: Moderate-low temperature for structured story creation and process consistency, focused vocabulary for agile terminology, low penalties for clear systematic approaches persona: role: Technical Scrum Master - Story Preparation Specialist style: Task-oriented, efficient, precise, focused on clear developer handoffs diff --git a/dist/agents/ux-expert.txt b/dist/agents/ux-expert.txt index ca6fdefb..c3450edd 100644 --- a/dist/agents/ux-expert.txt +++ b/dist/agents/ux-expert.txt @@ -57,6 +57,13 @@ agent: icon: ๐ŸŽจ whenToUse: Use for UI/UX design, wireframes, prototypes, front-end specifications, and user experience optimization customization: null +llm_settings: + temperature: 0.75 + top_p: 0.92 + max_tokens: 5120 + frequency_penalty: 0.3 + presence_penalty: 0.25 + reasoning: Higher temperature for creative design thinking and innovative UX solutions, broad vocabulary for design concepts, strong penalties for diverse design approaches and alternatives persona: role: User Experience Designer & UI Specialist style: Empathetic, creative, detail-oriented, user-obsessed, data-informed diff --git a/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt b/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt index 698139b9..8362fe1f 100644 --- a/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +++ b/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt @@ -73,6 +73,13 @@ agent: icon: ๐Ÿ“Š whenToUse: Use for market research, brainstorming, competitive analysis, creating project briefs, initial project discovery, and documenting existing projects (brownfield) customization: null +llm_settings: + temperature: 0.8 + top_p: 0.95 + max_tokens: 5120 + frequency_penalty: 0.25 + presence_penalty: 0.2 + reasoning: Higher temperature for creative ideation and diverse business perspectives, broad vocabulary for innovative concepts, strong penalties for varied analysis approaches persona: role: Insightful Analyst & Strategic Ideation Partner style: Analytical, inquisitive, creative, facilitative, objective, data-informed @@ -140,6 +147,13 @@ agent: title: BMad Master Orchestrator icon: ๐ŸŽญ whenToUse: Use for workflow coordination, multi-agent tasks, role switching guidance, and when unsure which specialist to consult +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.05 + reasoning: Balanced temperature for helpful guidance and workflow coordination, broad vocabulary for explaining diverse agent capabilities, low penalties for clear systematic orchestration persona: role: Master Orchestrator & BMad Method Expert style: Knowledgeable, guiding, adaptable, efficient, encouraging, technically brilliant yet approachable. Helps customize and use BMad Method while orchestrating agents diff --git a/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt b/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt index 032cc39a..b9c667fe 100644 --- a/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +++ b/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt @@ -73,6 +73,13 @@ agent: icon: ๐Ÿ“Š whenToUse: Use for market research, brainstorming, competitive analysis, creating project briefs, initial project discovery, and documenting existing projects (brownfield) customization: null +llm_settings: + temperature: 0.8 + top_p: 0.95 + max_tokens: 5120 + frequency_penalty: 0.25 + presence_penalty: 0.2 + reasoning: Higher temperature for creative ideation and diverse business perspectives, broad vocabulary for innovative concepts, strong penalties for varied analysis approaches persona: role: Insightful Analyst & Strategic Ideation Partner style: Analytical, inquisitive, creative, facilitative, objective, data-informed @@ -140,6 +147,13 @@ agent: title: BMad Master Orchestrator icon: ๐ŸŽญ whenToUse: Use for workflow coordination, multi-agent tasks, role switching guidance, and when unsure which specialist to consult +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.05 + reasoning: Balanced temperature for helpful guidance and workflow coordination, broad vocabulary for explaining diverse agent capabilities, low penalties for clear systematic orchestration persona: role: Master Orchestrator & BMad Method Expert style: Knowledgeable, guiding, adaptable, efficient, encouraging, technically brilliant yet approachable. Helps customize and use BMad Method while orchestrating agents diff --git a/dist/teams/team-all.txt b/dist/teams/team-all.txt index 5ff7e7cf..1c145ea4 100644 --- a/dist/teams/team-all.txt +++ b/dist/teams/team-all.txt @@ -77,6 +77,13 @@ agent: title: BMad Master Orchestrator icon: ๐ŸŽญ whenToUse: Use for workflow coordination, multi-agent tasks, role switching guidance, and when unsure which specialist to consult +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.05 + reasoning: Balanced temperature for helpful guidance and workflow coordination, broad vocabulary for explaining diverse agent capabilities, low penalties for clear systematic orchestration persona: role: Master Orchestrator & BMad Method Expert style: Knowledgeable, guiding, adaptable, efficient, encouraging, technically brilliant yet approachable. Helps customize and use BMad Method while orchestrating agents @@ -207,6 +214,13 @@ agent: icon: ๐Ÿ“Š whenToUse: Use for market research, brainstorming, competitive analysis, creating project briefs, initial project discovery, and documenting existing projects (brownfield) customization: null +llm_settings: + temperature: 0.8 + top_p: 0.95 + max_tokens: 5120 + frequency_penalty: 0.25 + presence_penalty: 0.2 + reasoning: Higher temperature for creative ideation and diverse business perspectives, broad vocabulary for innovative concepts, strong penalties for varied analysis approaches persona: role: Insightful Analyst & Strategic Ideation Partner style: Analytical, inquisitive, creative, facilitative, objective, data-informed @@ -272,6 +286,13 @@ agent: icon: ๐Ÿ—๏ธ whenToUse: Use for system design, architecture documents, technology selection, API design, and infrastructure planning customization: null +llm_settings: + temperature: 0.6 + top_p: 0.9 + max_tokens: 6144 + frequency_penalty: 0.2 + presence_penalty: 0.15 + reasoning: Moderate temperature for balanced technical creativity and precision, broader vocabulary for architectural concepts, higher penalties for diverse technical solutions persona: role: Holistic System Architect & Full-Stack Technical Leader style: Comprehensive, pragmatic, user-centric, technically deep yet accessible @@ -329,6 +350,13 @@ activation-instructions: [] agent: name: James id: dev +llm_settings: + temperature: 0.4 + top_p: 0.85 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0 + reasoning: Low temperature for precise code generation, focused vocabulary for technical accuracy, moderate frequency penalty to avoid repetitive patterns title: Full Stack Developer icon: ๐Ÿ’ป whenToUse: Use for code implementation, debugging, refactoring, and development best practices @@ -433,6 +461,13 @@ agent: title: Product Manager icon: ๐Ÿ“‹ whenToUse: Use for creating PRDs, product strategy, feature prioritization, roadmap planning, and stakeholder communication +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 5120 + frequency_penalty: 0.2 + presence_penalty: 0.15 + reasoning: Balanced temperature for strategic creativity with structured output, broad vocabulary for product concepts, moderate penalties for comprehensive product thinking persona: role: Investigative Product Strategist & Market-Savvy PM style: Analytical, inquisitive, data-driven, user-focused, pragmatic @@ -496,6 +531,13 @@ agent: icon: ๐Ÿ“ whenToUse: Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions customization: null +llm_settings: + temperature: 0.6 + top_p: 0.88 + max_tokens: 4096 + frequency_penalty: 0.15 + presence_penalty: 0.1 + reasoning: Moderate temperature for balanced user-focused creativity and structured requirements, focused vocabulary for clear acceptance criteria, moderate penalties for comprehensive backlog management persona: role: Technical Product Owner & Process Steward style: Meticulous, analytical, detail-oriented, systematic, collaborative @@ -556,6 +598,13 @@ agent: icon: ๐Ÿงช whenToUse: Use for senior code review, refactoring, test planning, quality assurance, and mentoring through code improvements customization: null +llm_settings: + temperature: 0.3 + top_p: 0.8 + max_tokens: 4096 + frequency_penalty: 0.15 + presence_penalty: 0.1 + reasoning: Very low temperature for systematic analysis and consistency, focused vocabulary for precise quality assessment, higher frequency penalty for varied evaluation criteria automation_behavior: always_auto_remediate: true trigger_threshold: 80 @@ -715,6 +764,13 @@ agent: icon: ๐Ÿƒ whenToUse: Use for story creation, epic management, retrospectives in party-mode, and agile process guidance customization: null +llm_settings: + temperature: 0.5 + top_p: 0.85 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.05 + reasoning: Moderate-low temperature for structured story creation and process consistency, focused vocabulary for agile terminology, low penalties for clear systematic approaches persona: role: Technical Scrum Master - Story Preparation Specialist style: Task-oriented, efficient, precise, focused on clear developer handoffs @@ -760,6 +816,13 @@ agent: icon: ๐ŸŽจ whenToUse: Use for UI/UX design, wireframes, prototypes, front-end specifications, and user experience optimization customization: null +llm_settings: + temperature: 0.75 + top_p: 0.92 + max_tokens: 5120 + frequency_penalty: 0.3 + presence_penalty: 0.25 + reasoning: Higher temperature for creative design thinking and innovative UX solutions, broad vocabulary for design concepts, strong penalties for diverse design approaches and alternatives persona: role: User Experience Designer & UI Specialist style: Empathetic, creative, detail-oriented, user-obsessed, data-informed diff --git a/dist/teams/team-fullstack.txt b/dist/teams/team-fullstack.txt index 4d9bc1be..63037132 100644 --- a/dist/teams/team-fullstack.txt +++ b/dist/teams/team-fullstack.txt @@ -81,6 +81,13 @@ agent: title: BMad Master Orchestrator icon: ๐ŸŽญ whenToUse: Use for workflow coordination, multi-agent tasks, role switching guidance, and when unsure which specialist to consult +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.05 + reasoning: Balanced temperature for helpful guidance and workflow coordination, broad vocabulary for explaining diverse agent capabilities, low penalties for clear systematic orchestration persona: role: Master Orchestrator & BMad Method Expert style: Knowledgeable, guiding, adaptable, efficient, encouraging, technically brilliant yet approachable. Helps customize and use BMad Method while orchestrating agents @@ -211,6 +218,13 @@ agent: icon: ๐Ÿ“Š whenToUse: Use for market research, brainstorming, competitive analysis, creating project briefs, initial project discovery, and documenting existing projects (brownfield) customization: null +llm_settings: + temperature: 0.8 + top_p: 0.95 + max_tokens: 5120 + frequency_penalty: 0.25 + presence_penalty: 0.2 + reasoning: Higher temperature for creative ideation and diverse business perspectives, broad vocabulary for innovative concepts, strong penalties for varied analysis approaches persona: role: Insightful Analyst & Strategic Ideation Partner style: Analytical, inquisitive, creative, facilitative, objective, data-informed @@ -274,6 +288,13 @@ agent: title: Product Manager icon: ๐Ÿ“‹ whenToUse: Use for creating PRDs, product strategy, feature prioritization, roadmap planning, and stakeholder communication +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 5120 + frequency_penalty: 0.2 + presence_penalty: 0.15 + reasoning: Balanced temperature for strategic creativity with structured output, broad vocabulary for product concepts, moderate penalties for comprehensive product thinking persona: role: Investigative Product Strategist & Market-Savvy PM style: Analytical, inquisitive, data-driven, user-focused, pragmatic @@ -337,6 +358,13 @@ agent: icon: ๐ŸŽจ whenToUse: Use for UI/UX design, wireframes, prototypes, front-end specifications, and user experience optimization customization: null +llm_settings: + temperature: 0.75 + top_p: 0.92 + max_tokens: 5120 + frequency_penalty: 0.3 + presence_penalty: 0.25 + reasoning: Higher temperature for creative design thinking and innovative UX solutions, broad vocabulary for design concepts, strong penalties for diverse design approaches and alternatives persona: role: User Experience Designer & UI Specialist style: Empathetic, creative, detail-oriented, user-obsessed, data-informed @@ -387,6 +415,13 @@ agent: icon: ๐Ÿ—๏ธ whenToUse: Use for system design, architecture documents, technology selection, API design, and infrastructure planning customization: null +llm_settings: + temperature: 0.6 + top_p: 0.9 + max_tokens: 6144 + frequency_penalty: 0.2 + presence_penalty: 0.15 + reasoning: Moderate temperature for balanced technical creativity and precision, broader vocabulary for architectural concepts, higher penalties for diverse technical solutions persona: role: Holistic System Architect & Full-Stack Technical Leader style: Comprehensive, pragmatic, user-centric, technically deep yet accessible @@ -452,6 +487,13 @@ agent: icon: ๐Ÿ“ whenToUse: Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions customization: null +llm_settings: + temperature: 0.6 + top_p: 0.88 + max_tokens: 4096 + frequency_penalty: 0.15 + presence_penalty: 0.1 + reasoning: Moderate temperature for balanced user-focused creativity and structured requirements, focused vocabulary for clear acceptance criteria, moderate penalties for comprehensive backlog management persona: role: Technical Product Owner & Process Steward style: Meticulous, analytical, detail-oriented, systematic, collaborative diff --git a/dist/teams/team-ide-minimal.txt b/dist/teams/team-ide-minimal.txt index 805964f9..442cd356 100644 --- a/dist/teams/team-ide-minimal.txt +++ b/dist/teams/team-ide-minimal.txt @@ -73,6 +73,13 @@ agent: title: BMad Master Orchestrator icon: ๐ŸŽญ whenToUse: Use for workflow coordination, multi-agent tasks, role switching guidance, and when unsure which specialist to consult +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.05 + reasoning: Balanced temperature for helpful guidance and workflow coordination, broad vocabulary for explaining diverse agent capabilities, low penalties for clear systematic orchestration persona: role: Master Orchestrator & BMad Method Expert style: Knowledgeable, guiding, adaptable, efficient, encouraging, technically brilliant yet approachable. Helps customize and use BMad Method while orchestrating agents @@ -203,6 +210,13 @@ agent: icon: ๐Ÿ“ whenToUse: Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions customization: null +llm_settings: + temperature: 0.6 + top_p: 0.88 + max_tokens: 4096 + frequency_penalty: 0.15 + presence_penalty: 0.1 + reasoning: Moderate temperature for balanced user-focused creativity and structured requirements, focused vocabulary for clear acceptance criteria, moderate penalties for comprehensive backlog management persona: role: Technical Product Owner & Process Steward style: Meticulous, analytical, detail-oriented, systematic, collaborative @@ -262,6 +276,13 @@ agent: icon: ๐Ÿƒ whenToUse: Use for story creation, epic management, retrospectives in party-mode, and agile process guidance customization: null +llm_settings: + temperature: 0.5 + top_p: 0.85 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.05 + reasoning: Moderate-low temperature for structured story creation and process consistency, focused vocabulary for agile terminology, low penalties for clear systematic approaches persona: role: Technical Scrum Master - Story Preparation Specialist style: Task-oriented, efficient, precise, focused on clear developer handoffs @@ -299,6 +320,13 @@ activation-instructions: [] agent: name: James id: dev +llm_settings: + temperature: 0.4 + top_p: 0.85 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0 + reasoning: Low temperature for precise code generation, focused vocabulary for technical accuracy, moderate frequency penalty to avoid repetitive patterns title: Full Stack Developer icon: ๐Ÿ’ป whenToUse: Use for code implementation, debugging, refactoring, and development best practices @@ -405,6 +433,13 @@ agent: icon: ๐Ÿงช whenToUse: Use for senior code review, refactoring, test planning, quality assurance, and mentoring through code improvements customization: null +llm_settings: + temperature: 0.3 + top_p: 0.8 + max_tokens: 4096 + frequency_penalty: 0.15 + presence_penalty: 0.1 + reasoning: Very low temperature for systematic analysis and consistency, focused vocabulary for precise quality assessment, higher frequency penalty for varied evaluation criteria automation_behavior: always_auto_remediate: true trigger_threshold: 80 diff --git a/dist/teams/team-no-ui.txt b/dist/teams/team-no-ui.txt index 79315728..42cf98eb 100644 --- a/dist/teams/team-no-ui.txt +++ b/dist/teams/team-no-ui.txt @@ -76,6 +76,13 @@ agent: title: BMad Master Orchestrator icon: ๐ŸŽญ whenToUse: Use for workflow coordination, multi-agent tasks, role switching guidance, and when unsure which specialist to consult +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 4096 + frequency_penalty: 0.1 + presence_penalty: 0.05 + reasoning: Balanced temperature for helpful guidance and workflow coordination, broad vocabulary for explaining diverse agent capabilities, low penalties for clear systematic orchestration persona: role: Master Orchestrator & BMad Method Expert style: Knowledgeable, guiding, adaptable, efficient, encouraging, technically brilliant yet approachable. Helps customize and use BMad Method while orchestrating agents @@ -206,6 +213,13 @@ agent: icon: ๐Ÿ“Š whenToUse: Use for market research, brainstorming, competitive analysis, creating project briefs, initial project discovery, and documenting existing projects (brownfield) customization: null +llm_settings: + temperature: 0.8 + top_p: 0.95 + max_tokens: 5120 + frequency_penalty: 0.25 + presence_penalty: 0.2 + reasoning: Higher temperature for creative ideation and diverse business perspectives, broad vocabulary for innovative concepts, strong penalties for varied analysis approaches persona: role: Insightful Analyst & Strategic Ideation Partner style: Analytical, inquisitive, creative, facilitative, objective, data-informed @@ -269,6 +283,13 @@ agent: title: Product Manager icon: ๐Ÿ“‹ whenToUse: Use for creating PRDs, product strategy, feature prioritization, roadmap planning, and stakeholder communication +llm_settings: + temperature: 0.7 + top_p: 0.9 + max_tokens: 5120 + frequency_penalty: 0.2 + presence_penalty: 0.15 + reasoning: Balanced temperature for strategic creativity with structured output, broad vocabulary for product concepts, moderate penalties for comprehensive product thinking persona: role: Investigative Product Strategist & Market-Savvy PM style: Analytical, inquisitive, data-driven, user-focused, pragmatic @@ -333,6 +354,13 @@ agent: icon: ๐Ÿ—๏ธ whenToUse: Use for system design, architecture documents, technology selection, API design, and infrastructure planning customization: null +llm_settings: + temperature: 0.6 + top_p: 0.9 + max_tokens: 6144 + frequency_penalty: 0.2 + presence_penalty: 0.15 + reasoning: Moderate temperature for balanced technical creativity and precision, broader vocabulary for architectural concepts, higher penalties for diverse technical solutions persona: role: Holistic System Architect & Full-Stack Technical Leader style: Comprehensive, pragmatic, user-centric, technically deep yet accessible @@ -398,6 +426,13 @@ agent: icon: ๐Ÿ“ whenToUse: Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions customization: null +llm_settings: + temperature: 0.6 + top_p: 0.88 + max_tokens: 4096 + frequency_penalty: 0.15 + presence_penalty: 0.1 + reasoning: Moderate temperature for balanced user-focused creativity and structured requirements, focused vocabulary for clear acceptance criteria, moderate penalties for comprehensive backlog management persona: role: Technical Product Owner & Process Steward style: Meticulous, analytical, detail-oriented, systematic, collaborative