Add role-optimized LLM settings to all BMAD agents
AGENT-SPECIFIC LLM OPTIMIZATION:
🔧 Development Agents (Precision Focus):
- Dev (James): temp=0.4, top_p=0.85 - Low temp for precise code generation
- QA (Quinn): temp=0.3, top_p=0.8 - Very low temp for systematic analysis
🏗️ Technical Architecture (Balanced Creativity):
- Architect (Winston): temp=0.6, top_p=0.9 - Moderate creativity for design solutions
- SM (Bob): temp=0.5, top_p=0.85 - Structured story creation consistency
💡 Creative & Strategic (Higher Innovation):
- Analyst (Mary): temp=0.8, top_p=0.95 - High creativity for business ideation
- UX Expert (Sally): temp=0.75, top_p=0.92 - Creative design thinking
📋 Product Management (Balanced Structure):
- PM (John): temp=0.7, top_p=0.9 - Strategic creativity with structure
- PO (Sarah): temp=0.6, top_p=0.88 - User-focused requirements balance
🎭 Orchestration (Guidance Focused):
- BMad Orchestrator: temp=0.7, top_p=0.9 - Clear workflow coordination
REASONING INCLUDED:
Each agent includes detailed reasoning for their specific LLM parameter choices
based on their role requirements, output precision needs, and creative demands.
EXPECTED BENEFITS:
- More consistent code generation from development agents
- Enhanced creative output from ideation-focused agents
- Balanced technical creativity for architecture decisions
- Optimized agent performance for their specific use cases