brainstorming, research and partymode updated to use sharded step flow workflows

This commit is contained in:
Brian Madison
2025-11-28 15:18:51 -06:00
parent 00e72e66f8
commit 4e254d7c63
48 changed files with 4476 additions and 2432 deletions

View File

@@ -23,8 +23,9 @@ agent:
description: Get workflow status or initialize a workflow if not already done (optional)
- trigger: brainstorm-project
exec: "{project-root}/{bmad_folder}/bmm/workflows/1-analysis/brainstorm-project/workflow.md"
description: Guided Brainstorming session with final report (optional)
exec: "{project-root}/{bmad_folder}/core/workflows/brainstorming/workflow.md"
data: "{project-root}/{bmad_folder}/bmm/data/project-context-template.md"
description: Guided Project Brainstorming session with final report (optional)
- trigger: research
exec: "{project-root}/{bmad_folder}/bmm/workflows/1-analysis/research/workflow.md"

View File

@@ -17,7 +17,7 @@ agent:
- Docs are living artifacts that evolve with code. Know when to simplify vs when to be detailed.
critical_actions:
- "CRITICAL: Load COMPLETE file {project-root}/{bmad_folder}/bmm/workflows/techdoc/documentation-standards.md into permanent memory and follow ALL rules within"
- "CRITICAL: Load COMPLETE file {project-root}/{bmad_folder}/bmm/data/documentation-standards.md into permanent memory and follow ALL rules within"
- "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
menu:
@@ -54,7 +54,7 @@ agent:
description: Create clear technical explanations with examples
- trigger: standards-guide
action: "Display the complete documentation standards from {project-root}/{bmad_folder}bmm/workflows/techdoc/documentation-standards.md in a clear, formatted way for the user."
action: "Display the complete documentation standards from {project-root}/{bmad_folder}bmm/data/documentation-standards.md in a clear, formatted way for the user."
description: Show BMAD documentation standards reference (CommonMark, Mermaid, OpenAPI)
- trigger: party-mode