🚀 Transformative Evolution: From Vanilla BMAD to Next Method
🧠 PHILOSOPHICAL FOUNDATION:
- Transcends traditional methodology through emergent intelligence
- Replaces explicit choice with contextual awareness and flow state
- Embodies Zen principles: present-moment focus and trust in emergence
- Moves from 20th-century deterministic thinking to 21st-century adaptive intelligence
⚡ CORE INNOVATION:
- Standalone 'start'/'init' commands for project initialization
- Intelligent workflow orchestration without cognitive load
- Context-aware development guidance through iteration
- Flow state optimization through choice elimination
🔄 THE PARADOX OF CHOICE RESOLVED:
- Vanilla BMAD: 'Choose wisely from all tools'
- Next Method: 'Use the next tool, let wisdom emerge through use'
- From comprehensive planning to emergent architecture
- From static frameworks to adaptive, context-aware systems
🎯 IMPLEMENTATION:
- Add start/init commands for project initialization
- Enhance CLI with philosophical workflow design
- Integrate context management and intelligent suggestions
- Maintain .next-context.json in .gitignore for clean collaboration
This represents not just a technical enhancement, but a fundamental shift in how we approach software development - from deterministic planning to emergent, contextually intelligent iteration.
* fix: Update console.log for user-guide.md install path
Changed
IMPORTANT: Please read the user guide installed at docs/user-guilde.md
to
IMPORTANT: Please read the user guide installed at .bmad-core/user-guide.md
WHY: the actual install location of the user-guide.md is in the .bmad-core directory.
* chore: remove formatting configs and clean up gitignore
- Delete husky pre-commit hook and prettier config files
- Remove VS Code chat/copilot settings
- Reorganize and clean up gitignore entries
* fix: correct typos in documentation and agent files
Fix multiple instances of "assest" typo to "assets" in documentation
Correct "quetsions" typo to "questions" in repository structure sections
Add new words to cSpell dictionary in VS Code settings
* feat(trae): add support for trae ide integration
- Add trae guide documentation
- Update installer to support trae configuration
- Include trae in ide options and documentation references
- Fix typo in architect agent documentation
* chore: ignore windsurf and trae directories in git
* docs: add npm install step to README
The npm install step was missing from the setup instructions, which is required before running build commands.
---------
Co-authored-by: Devin Stagner <devin@blackstag.family>
* docs: add headers and improve formatting for BMAD orchestrator agent documentation
## CHANGES
- Add configuration header to cfg file
- Improve numbered list formatting consistency
- Add proper heading punctuation throughout
- Enhance readability with cleaner structure
- Standardize markdown formatting conventions
* gitignore update
* Plaform Engineer role for a robust infrastructure (#135)
* Add Platform Engineer role to support a robust and validated infrastructure
* Platform Engineer and Architect boundaries, confidence levels, domain expertise
* remove duplicate task, leftover artifact
* Consistency, workflow, feedback loops between architect and PE
* PE customization generalized, updated Architect, consistency check
* style: add VSCode integration and standardize document formatting
CHANGES
- Introduce VSCode recommended extensions and project-specific settings.
- Update `.gitignore` to track the `.vscode` directory.
- Apply consistent markdown formatting to all checklist documents.
- Standardize spacing, list styles, and headers in personas.
- Refine formatting and sectioning in task definition files.
- Ensure newline termination for all modified text files.
- Correct code block specifiers and minor textual content.
* docs: remove exclamation from header
* fix: spacing at end of line
---------
Co-authored-by: Brian Madison <brianmadison@Brians-MacBook-Pro.local>
Co-authored-by: Sebastian Ickler <icklers@users.noreply.github.com>