Commit Graph

3 Commits

Author SHA1 Message Date
James (Claude Code) 760a338af3 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
2025-07-22 11:01:13 -04:00
James (Claude Code) 3faba78db0 Add automatic quality framework with loop detection and external LLM collaboration
The key elements captured:
- Enterprise-grade quality framework (main feature)
- Automatic loop detection (your key innovation)
- External LLM collaboration (the copy-paste prompt solution)
- Zero-touch workflow (eliminates manual handoffs)
2025-07-21 06:08:13 -04:00
PinkyD 5d81c75f4d
Feature/expansionpack 2d unity game dev (#332)
* Added 1.0 files

* Converted agents, and templates to new format. Updated filenames to include extensions like in unity-2d-game-team.yaml, Updated some wordage in workflow, config, and increased minor version number

* Forgot to remove unused startup section in game-sm since it's moved to activation-instructions, now fixed.

* Updated verbosity for development workflow in development-guidenlines.md

* built the web-dist files for the expansion pack

* Synched with main repo and rebuilt dist

* Added enforcement of game-design-checklist to designer persona

* Updated with new changes to phaser epack that seem relevant to discussion we had on discord for summarizing documentation updates

* updated dist build for our epack
2025-07-18 19:14:12 -05:00