James (Claude Code)
5bfe13ed0a
feat: Add comprehensive getting started guide and Claude Code CLI optimization
...
• Create complete getting started guide with step-by-step workflows
• Add Claude Code CLI premium workspace experience with native commands
• Integrate workspace commands into all 8 BMAD agents (dev, qa, sm, analyst, architect, ux-expert, pm, po)
• Implement automatic session management with heartbeat monitoring
• Add context-aware agent handoffs with intelligent opportunity detection
• Create built-in workspace maintenance with integrity checking and auto-repair
• Enhance UX with intelligent suggestions and productivity analytics
• Update enhancements.md with prominent links to comprehensive guide
• Add Claude Code optimization system (2400+ lines across 5 modules)
2025-07-23 17:07:14 -04:00
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
Brian Madison
c6dc345b95
direct commands in agents
2025-07-19 00:30:42 -05:00
Brian Madison
3621c330e6
fix: improve agent task folowing in agressing cost saving ide model combos
2025-07-14 00:06:25 -05:00
Brian Madison
afea271e5e
fix: annoying YAML lint error
2025-07-13 15:51:46 -05:00
Brian Madison
6b860bfee4
improve agent performance in claude code slash commands
2025-07-13 11:53:22 -05:00
Brian Madison
db302309f4
fix: installer improvement
2025-07-07 22:11:32 -05:00
Brian Madison
746ba573fa
specify md ot yaml
2025-07-06 18:26:09 -05:00
Brian Madison
339745c3f3
combine startup with activation in agent files
2025-07-06 16:07:39 -05:00
Brian Madison
3520fae655
minor updates
2025-07-04 21:27:50 -05:00
Brian Madison
2874a54a9b
feat: improvements to agent task usage, sm story drafting, dev implementation, qa review process, and addition of a new sm independant review of a draft story
2025-07-04 21:18:16 -05:00
Brian Madison
094f9f3eab
fix: yaml standardization in files and installer actions
2025-07-04 11:53:57 -05:00
Brian Madison
a4c0b1839d
fix: standardize on file extension .yaml instead of a mix of yml and yaml
2025-07-02 19:59:49 -05:00
Brian Madison
2f2a1e72d6
feat: update web builder to remove IDE-specific properties from agent bundles
...
- Remove 'root' property from YAML when building web bundles
- Remove 'IDE-FILE-RESOLUTION' and 'REQUEST-RESOLUTION' properties
- Filter out IDE-specific activation instructions
- Keep agent header minimal for web bundles
- Ensures web bundles are clean of IDE-specific configuration
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-19 13:21:26 -05:00
Brian Madison
aea7f3cc86
fix: installer has fast v4 update option now to keep the bmad method up to date with changes easily without breaking any customizations from the user. The SM and DEV are much more configurable to find epics stories and architectureal information when the prd and architecture are deviant from v4 templates and/or have not been sharded. so a config will give the user the option to configure the SM to use the full large documents or the sharded versions!
2025-06-19 12:55:16 -05:00
Brian
595342cb10
Node 20, installer improvements, agent improvements and Expansion Pack for game dev ( #232 )
...
* feat: add expansion pack installation system with game dev and infrastructure expansion packs
- Added expansion pack discovery and installation to BMAD installer
- Supports interactive and CLI installation of expansion packs
- Expansion pack files install to destination root (.bmad-core)
- Added game development expansion pack (.bmad-2d-phaser-game-dev)
- Game designer, developer, and scrum master agents
- Game-specific templates, tasks, workflows, and guidelines
- Specialized for Phaser 3 + TypeScript development
- Added infrastructure devops expansion pack (.bmad-infrastructure-devops)
- Platform engineering agent and infrastructure templates
- Expansion pack agents automatically integrate with IDE rules
- Added list:expansions command and --expansion-packs CLI option
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
* alpha expansion packs and installer update to support installing expansion packs optionally
* node20
---------
Co-authored-by: Brian Madison <brianmadison@Brians-MacBook-Pro.local>
Co-authored-by: Claude <noreply@anthropic.com>
2025-06-16 18:34:12 -05:00
Brian Madison
7c71e1f815
moved bmad-core to dot folder so when adding to project it is clear its not part of the project it is added to
2025-06-13 19:11:17 -05:00
Brian Madison
576f05a9d0
agent consolidation
2025-06-12 19:36:12 -05:00