Commit Graph

149 Commits

Author SHA1 Message Date
Daniel Bentes b3a3982490 Update README.md to enhance user guidance
- Added a section to check existing GitHub Issues for troubleshooting assistance.
- Included a link to the main documentation and GitHub repository for additional information.
- Improved overall clarity and accessibility of the documentation for users seeking help.
2025-06-02 11:44:56 +02:00
Daniel Bentes eb44e50faa Merge branch 'dmad-method' of https://github.com/danielbentes/BMAD-METHOD into dmad-method 2025-06-02 11:44:05 +02:00
Daniel Bentes cff8759ae8 Update readme.md 2025-06-02 11:44:00 +02:00
Daniel Bentes 70ce51f274 Update Project References from DMAD-METHOD to BMAD-METHOD
- Changed all occurrences of "DMAD-METHOD" to "BMAD-METHOD" in documentation and memory files to reflect the new project branding.
- Updated repository links in mkdocs.yml, index.md, README.md, and various setup documentation to point to the new GitHub repository.
- Ensured consistency across all documentation files regarding project naming, enhancing clarity and alignment with the updated branding.
- Improved overall documentation accuracy to facilitate better user guidance and onboarding.
2025-06-02 11:43:04 +02:00
Daniel Bentes 49b3fc63c8 Enhance Documentation Structure and Navigation in MkDocs
- Updated mkdocs.yml to comment out logo and favicon paths, indicating they should be uncommented when assets are added.
- Expanded navigation structure to include new sections for Setup & Configuration and Contributing, improving accessibility to essential documentation.
- Revised README to link to the OpenMemory MCP Setup Guide, providing clearer instructions for enabling advanced memory features.
- Updated instruction.md to clarify section titles for better user understanding.
- Enhanced quick-reference.md by adding icons to memory-related commands, emphasizing their integration with OpenMemory MCP for improved user experience.
- Improved overall organization and clarity of documentation to facilitate better user guidance and onboarding.
2025-06-02 11:43:04 +02:00
Daniel Bentes 168e350d7a Update .gitignore and remove obsolete documentation files
- Added 'site/' to .gitignore to prevent tracking of generated site files, ensuring a cleaner repository.
- Deleted outdated documentation files including BMAD-ENHANCEMENT-SUMMARY.md, tasks.md, and various legacy templates, streamlining the project structure and removing unnecessary clutter.
- Enhanced overall organization by removing files that no longer serve a purpose in the current development context.
2025-06-02 11:42:35 +02:00
Daniel Bentes c948432456 Enhance Command Registry and Memory Bootstrap Task Documentation
- Added new commands to the command registry, including Design Architect persona, memory bootstrap, task execution, and validation checklist functionalities, improving the agent's operational capabilities.
- Updated descriptions and usage instructions for memory-related commands to clarify their integration with the MCP.
- Enhanced the memory bootstrap task documentation with critical execution requirements, error handling protocols, and success criteria to ensure effective memory creation and validation.
- Improved overall structure and organization of command and task documentation for better usability and clarity.
2025-06-02 11:42:35 +02:00
Daniel Bentes 82f66ef4e2 Update orchestrator state documentation and .gitignore for memory management
- Added session metadata and project context discovery details to the orchestrator state documentation, enhancing clarity on session management and project analysis.
- Updated the .gitignore file to exclude backup files related to memory management, ensuring a cleaner repository.
- Improved overall structure and organization of the orchestrator state for better usability and maintenance.
2025-06-02 11:42:35 +02:00
Daniel Bentes 8ba6099d29 Enhance BMAD Method Documentation and Task Management
- Updated the README to reflect the new BMAD Method branding and comprehensive overview, emphasizing memory-enhanced workflows and quality enforcement.
- Expanded the description of orchestrator variations, detailing the IDE and Web orchestrators' features and best use cases.
- Revised task management documentation to include missing task files and improved naming conventions for clarity and consistency.
- Removed outdated memory orchestration task and memory-enhanced personas to streamline the agent's functionality and focus on quality integration.
- Updated checklist mappings to reflect new file paths for better organization and accessibility.
2025-06-02 11:42:35 +02:00
Daniel Bentes 03329a7e26 Enhance IDE Orchestrator Configuration and Personas with Memory Integration and Quality Standards
- Updated the IDE Orchestrator configuration to include memory integration settings, session management, and workflow intelligence features.
- Expanded persona definitions for Architect, Product Manager, and Story Master to incorporate quality compliance standards and Ultra-Deep Thinking Mode (UDTM) protocols.
- Introduced mandatory quality gates and error handling protocols across all personas to ensure adherence to high-quality standards.
- Improved clarity and specificity in persona roles, styles, and operational mandates to enhance user guidance and compliance.
2025-06-02 11:41:54 +02:00
Kayvan Sylvan ae9f52837a
docs: add headers and improve formatting for BMAD orchestrator agent documentation (#147)
## 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
2025-06-01 18:14:21 -05:00
Daniel Bentes b97043c576 Update Project References from DMAD-METHOD to BMAD-METHOD
- Changed all occurrences of "DMAD-METHOD" to "BMAD-METHOD" in documentation and memory files to reflect the new project branding.
- Updated repository links in mkdocs.yml, index.md, README.md, and various setup documentation to point to the new GitHub repository.
- Ensured consistency across all documentation files regarding project naming, enhancing clarity and alignment with the updated branding.
- Improved overall documentation accuracy to facilitate better user guidance and onboarding.
2025-06-01 13:20:38 +02:00
Daniel Bentes 3f867f5dce Enhance Documentation Structure and Navigation in MkDocs
- Updated mkdocs.yml to comment out logo and favicon paths, indicating they should be uncommented when assets are added.
- Expanded navigation structure to include new sections for Setup & Configuration and Contributing, improving accessibility to essential documentation.
- Revised README to link to the OpenMemory MCP Setup Guide, providing clearer instructions for enabling advanced memory features.
- Updated instruction.md to clarify section titles for better user understanding.
- Enhanced quick-reference.md by adding icons to memory-related commands, emphasizing their integration with OpenMemory MCP for improved user experience.
- Improved overall organization and clarity of documentation to facilitate better user guidance and onboarding.
2025-06-01 13:14:29 +02:00
Brian Madison 0f4c4d5692 replaced / commands in ide agents with * commands to work with more platforms than cursor 2025-05-31 20:32:40 -05:00
Kayvan Sylvan 14584028b2
docs: fix typos and update section headings for clarity (#143)
## CHANGES

- Fix typo in CONTRIBUTING.md header
- Rename "Web Agent Setup" to clearer title
- Rename "IDE Agent Setup" to include usage
- Update anchor links to match new headings
- Improve documentation structure and navigation
2025-05-31 17:03:04 -05:00
Daniel Bentes dc2c193309 Update .gitignore and remove obsolete documentation files
- Added 'site/' to .gitignore to prevent tracking of generated site files, ensuring a cleaner repository.
- Deleted outdated documentation files including BMAD-ENHANCEMENT-SUMMARY.md, tasks.md, and various legacy templates, streamlining the project structure and removing unnecessary clutter.
- Enhanced overall organization by removing files that no longer serve a purpose in the current development context.
2025-05-31 12:05:33 +02:00
fabb 73f461acb7
Switch PM and PO in ide-bmad-orchestrator.cfg.md (#130)
this change matches the order in the web orchestrator, and the logic order when creating a new project
2025-05-30 18:48:23 -05:00
fabb 431f1dd344
Update mentioned roles in ide-setup.md for BMAD v3 (#131) 2025-05-30 18:42:49 -05:00
Daniel Bentes 14f80f24f3 Enhance Command Registry and Memory Bootstrap Task Documentation
- Added new commands to the command registry, including Design Architect persona, memory bootstrap, task execution, and validation checklist functionalities, improving the agent's operational capabilities.
- Updated descriptions and usage instructions for memory-related commands to clarify their integration with the MCP.
- Enhanced the memory bootstrap task documentation with critical execution requirements, error handling protocols, and success criteria to ensure effective memory creation and validation.
- Improved overall structure and organization of command and task documentation for better usability and clarity.
2025-05-30 20:15:49 +02:00
Daniel Bentes c53d5f3fd0 Update orchestrator state documentation and .gitignore for memory management
- Added session metadata and project context discovery details to the orchestrator state documentation, enhancing clarity on session management and project analysis.
- Updated the .gitignore file to exclude backup files related to memory management, ensuring a cleaner repository.
- Improved overall structure and organization of the orchestrator state for better usability and maintenance.
2025-05-30 18:49:37 +02:00
Daniel Bentes 804b9262a9 Enhance BMAD Method Documentation and Task Management
- Updated the README to reflect the new BMAD Method branding and comprehensive overview, emphasizing memory-enhanced workflows and quality enforcement.
- Expanded the description of orchestrator variations, detailing the IDE and Web orchestrators' features and best use cases.
- Revised task management documentation to include missing task files and improved naming conventions for clarity and consistency.
- Removed outdated memory orchestration task and memory-enhanced personas to streamline the agent's functionality and focus on quality integration.
- Updated checklist mappings to reflect new file paths for better organization and accessibility.
2025-05-30 17:53:11 +02:00
Daniel Bentes d03206a8f2 Enhance IDE Orchestrator Configuration and Personas with Memory Integration and Quality Standards
- Updated the IDE Orchestrator configuration to include memory integration settings, session management, and workflow intelligence features.
- Expanded persona definitions for Architect, Product Manager, and Story Master to incorporate quality compliance standards and Ultra-Deep Thinking Mode (UDTM) protocols.
- Introduced mandatory quality gates and error handling protocols across all personas to ensure adherence to high-quality standards.
- Improved clarity and specificity in persona roles, styles, and operational mandates to enhance user guidance and compliance.
2025-05-30 14:34:48 +02:00
Brian Madison 92fe588560 readme update 2025-05-30 07:03:14 -05:00
Brian Madison 6fb87b0629 missed save on one file 2025-05-28 22:32:24 -05:00
Brian Madison 025f59a6ea big improvement to helpfulness of the bmad agent 2025-05-28 22:01:31 -05:00
Brian Madison 918f0c86eb better guidance from the BMad Agent around what to do in gemini vs the IDE 2025-05-28 21:22:52 -05:00
Kayvan Sylvan ca56866866
docs: update README links to renamed orchestrator config files (#115)
* docs: update README links to renamed orchestrator config files

## CHANGES

- Update orchestrator link to ide-bmad-orchestrator.md
- Update config link to ide-bmad-orchestrator.cfg.md
- Fix Markdownlint errors in ide-bmad-orchestrator.cfg.md

* docs: update path references from BETA-V3 to bmad-agent in instruction.md

## CHANGES

- Update all BETA-V3 directory references to bmad-agent
- Clarify paths are relative to bmad-agent directory
- Fix markdown formatting for numbered lists
- Update IDE orchestrator configuration path examples
- Correct agent-root path in Data Resolution section
- Remove references to deprecated BETA-V3 structure
2025-05-28 19:41:02 -05:00
Kayvan Sylvan 82bdb3ded0
Javascript `build-web-agent.js` fixes (#107)
* chore: update build script to use Node.js built-in modules and fix linting issues

## CHANGES

- Replace CommonJS require with node: prefix
- Remove unused _workspaceRoot variable declaration
- Change template literal to regular string
- Update .gitignore to exclude VSCode settings

* feat: remove unused workspace root variable from build configuration
2025-05-27 19:58:22 -05:00
Jason 83eab78b44
Fix typo: 'close' to 'clone' in IDE Project Quickstart section (#94) 2025-05-26 10:58:12 -05:00
Brian Madison 7037218313 fix ide agents 2025-05-25 23:26:33 -05:00
Brian Madison 349a9ca3f2 improve some file naming towards consistency 2025-05-25 23:24:28 -05:00
Brian Madison d7442ed043 update web build sample with improvements 2025-05-25 22:33:24 -05:00
Brian Madison f43bbd92e7 add help commands to sm and dev ide agents 2025-05-25 18:03:15 -05:00
Brian Madison 551e524cf8 Improve IDE Orchestrator capabilities. Slash commands in IDE orchestrator, fix a txt checklist to md extension. Added experimental core-dump task 2025-05-25 17:14:24 -05:00
Brian ecc7e221f3
Update README.md 2025-05-24 16:21:13 -05:00
Brian f41a936914
Update README.md 2025-05-24 16:15:20 -05:00
adrian_cares 123382a104
Adjusted checklist_file path txt > md (#82) 2025-05-24 16:13:01 -05:00
Brian Madison d61f67fdb2 fix demo link to readme 2025-05-21 20:33:37 -05:00
Brian Madison 3a840b6362 demo output artifacts 2025-05-21 20:24:31 -05:00
Brian Madison dcc2858873 fix web orchestrator build and sample update 2025-05-21 20:09:09 -05:00
Brian Madison 7e84908280 sharding fix and improve advanced ai feedback loop in doc gen 2025-05-21 20:02:47 -05:00
Brian Madison 4d6e824f89 rebuild sample with merged fixes 2025-05-20 18:58:02 -05:00
fabb e513ddfbe1
fix task titles in cfg (#71) 2025-05-20 18:02:16 -05:00
Brian Madison 789fe5d975 ide custom mode docs added 2025-05-19 19:44:40 -05:00
fabb 5175380d39
Fix typo in web-bmad-orchestrator-agent.md (#67) 2025-05-19 18:39:41 -05:00
fabb 1477b5f4be
Fix agent title in ide-bmad-orchestrator-cfg.md (#60) 2025-05-18 17:46:57 -05:00
fabb cd39dd2ba3
Fix title in doc-sharding-task.md (#61) 2025-05-18 17:46:14 -05:00
Kayvan Sylvan e17ecfca64
doc: functional change: fix agent responsibilities link (#64) 2025-05-18 17:45:29 -05:00
Davor Racic 38f24e043a
Fix paths in sm.ide agent (#63) 2025-05-18 15:36:35 -05:00
Brian Madison 828d9bb89b ide quickstart instructions 2025-05-17 23:49:21 -05:00