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

@@ -32,7 +32,7 @@ agent:
description: "List Workflows"
- 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: "Group chat with all agents"
# Empty prompts section (no custom prompts for this agent)

View File

@@ -105,7 +105,7 @@
<item cmd="*help">Show numbered command list</item>
<item cmd="*list-agents">List all available agents with their capabilities</item>
<item cmd="*agents [agent-name]">Transform into a specific agent</item>
<item cmd="*party-mode" workflow="{bmad_folder}/core/workflows/party-mode/workflow.yaml">Enter group chat with all agents
<item cmd="*party-mode" exec="{bmad_folder}/core/workflows/party-mode/workflow.md">Enter group chat with all agents
simultaneously</item>
<item cmd="*advanced-elicitation" task="{bmad_folder}/core/tasks/advanced-elicitation.xml">Push agent to perform advanced elicitation</item>
<item cmd="*exit">Exit current session</item>