more step sharded workflows added for architecture and some fixes across all workflows to improve their file loading and reduction of time based estimates.

This commit is contained in:
Brian Madison
2025-11-29 01:48:13 -06:00
parent 4e254d7c63
commit a0732df56c
105 changed files with 6347 additions and 2594 deletions

View File

@@ -40,7 +40,7 @@ agent:
description: Document your existing project (optional, but recommended for existing brownfield project efforts)
- trigger: party-mode
workflow: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.yaml"
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
description: Bring the whole team in to chat with other expert agents from the party
- trigger: advanced-elicitation

View File

@@ -23,7 +23,7 @@ agent:
description: Get workflow status or initialize a workflow if not already done (optional)
- trigger: create-architecture
workflow: "{project-root}/{bmad_folder}/bmm/workflows/3-solutioning/architecture/workflow.yaml"
exec: "{project-root}/{bmad_folder}/bmm/workflows/3-solutioning/architecture/workflow.md"
description: Create an Architecture Document to Guide Development of a PRD (required for BMad Method projects)
- trigger: validate-architecture
@@ -43,7 +43,7 @@ agent:
description: Create data flow diagram (Excalidraw) (Use any time you need a diagram)
- trigger: party-mode
workflow: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.yaml"
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
description: Bring the whole team in to chat with other expert agents from the party
- trigger: advanced-elicitation

View File

@@ -41,7 +41,7 @@ agent:
ide-only: true
- trigger: party-mode
workflow: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.yaml"
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
description: Bring the whole team in to chat with other expert agents from the party
- trigger: advanced-elicitation

View File

@@ -32,5 +32,5 @@ agent:
description: Review code and improve it (Highly Recommended, use fresh context and different LLM for best results)
- trigger: party-mode
workflow: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.yaml"
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
description: Bring in other experts when I need specialized backup

View File

@@ -46,7 +46,7 @@ agent:
description: Execute correct-course task (When implementation is off-track)
- trigger: party-mode
workflow: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.yaml"
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
description: Bring the whole team in to chat with other expert agents from the party
- trigger: advanced-elicitation

View File

@@ -61,7 +61,7 @@ agent:
description: Review test quality using comprehensive knowledge base and best practices
- trigger: party-mode
workflow: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.yaml"
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
description: Bring the whole team in to chat with other expert agents from the party
- trigger: advanced-elicitation

View File

@@ -58,7 +58,7 @@ agent:
description: Show BMAD documentation standards reference (CommonMark, Mermaid, OpenAPI)
- trigger: party-mode
workflow: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.yaml"
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
description: Bring the whole team in to chat with other expert agents from the party
- trigger: advanced-elicitation

View File

@@ -36,7 +36,7 @@ agent:
description: Create website or app wireframe (Excalidraw)
- trigger: party-mode
workflow: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.yaml"
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
description: Bring the whole team in to chat with other expert agents from the party
- trigger: advanced-elicitation