v6 flow documented and subagent organization

This commit is contained in:
Brian Madison
2025-10-01 08:50:16 -05:00
parent 05a3b4f3f1
commit 56e7a61bd3
41 changed files with 51 additions and 48057 deletions

View File

@@ -8,8 +8,14 @@ Aside from stability and bug fixes found during the alpha period - the main focu
- DONE: 4->v6 upgrade installer fixed.
- DONE: v6->v6 updates will no longer remove custom content. so if you have a new agent you created for example anywhere under the bmad folder, updates will no longer remove them.
- DONE: if you modify an installed file and upgrade, the file will be saved as a .bak file and the installer will inform you.
- Team Web Bundler functional
- bmm `testarch` converted to a standalone module or integrated into the BMM workflow's after aligned with the rest of bmad method flow.
- DONE: Game Agents comms style WAY to over the top - reduced a bit.
- need to nest subagents for better organization.
- IN PROGRESS - Team Web Bundler functional
- IN PROGRESS - bmm `testarch` integrated into the BMM workflow's after aligned with the rest of bmad method flow.
- IN PROGRESS - Document new agent workflows.
- need to segregate game dev workflows and potentially add as an installation choice
- BoBM generation is injecting certain content that is unnecessary.
- the workflow runner needs to become a series of targeted workflow injections at install time so workflows can be run directly without the bloated intermediary.
- All project levels (0 through 4) manual flows validated through workflow phase 1-4
- level 0 (simple addition or update to existing project) workflow is super streamlined from explanation of issue through code implementation
- simple spec file -> context -> implementation
@@ -17,7 +23,7 @@ Aside from stability and bug fixes found during the alpha period - the main focu
- NPX installer
- github pipelines, branch protection, vulnerability scanners
- improved subagent injections
- bmm existing project scanning and integration with workflow phase 1-4 improvements
- bmm existing project scanning and integration with workflow phase 0-4 improvements
## Needed before Beta → v0 release