all agent bundles working

This commit is contained in:
Brian Madison
2025-09-30 01:38:39 -05:00
parent acdea01141
commit e1fac26156
32 changed files with 48006 additions and 20 deletions

View File

@@ -14,7 +14,6 @@ date: system-generated
# Reference guides for module building
module_structure_guide: "{installed_path}/module-structure.md"
installer_templates: "{installed_path}/installer-templates/"
example_modules: "{installed_path}/example-modules.md"
# Use existing build workflows
agent_builder: "{project-root}/bmad/bmb/workflows/create-agent/workflow.yaml"
@@ -53,7 +52,6 @@ web_bundle:
- "bmad/bmb/workflows/create-module/instructions.md"
- "bmad/bmb/workflows/create-module/checklist.md"
- "bmad/bmb/workflows/create-module/module-structure.md"
- "bmad/bmb/workflows/create-module/example-modules.md"
- "bmad/bmb/workflows/create-module/brainstorm-context.md"
existing_workflows:
- agent_builder: "bmad/bmb/workflows/create-agent/workflow.yaml"

View File

@@ -19,7 +19,7 @@
<c cmd="*help">Show numbered cmd list</c>
<c cmd="*brainstorm-project" run-workflow="{project-root}/bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml">Guide me through Brainstorming</c>
<c cmd="*product-brief" run-workflow="{project-root}/bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml">Produce Project Brief</c>
<c cmd="*research" run-workflow="{project-root}/bmad/cis/workflows/research/workflow.yaml">Guide me through Brainstorming</c>
<c cmd="*research" run-workflow="{project-root}/bmad/bmm/workflows/1-analysis/research/workflow.yaml">Guide me through Brainstorming</c>
<c cmd="*exit">Goodbye+exit persona</c>
</cmds>
</agent>

View File

@@ -20,7 +20,7 @@
<c cmd="*brainstorm-game" run-workflow="{project-root}/bmad/bmm/workflows/1-analysis/brainstorm-game/workflow.yaml">Guide me through Game Brainstorming</c>
<c cmd="*game-brief" run-workflow="{project-root}/bmad/bmm/workflows/1-analysis/game-brief/workflow.yaml">Create Game Brief</c>
<c cmd="*plan-game" run-workflow="{project-root}/bmad/bmm/workflows/2-plan/workflow.yaml">Create Game Design Document (GDD)</c>
<c cmd="*research" run-workflow="{project-root}/bmad/cis/workflows/research/workflow.yaml">Conduct Game Market Research</c>
<c cmd="*research" run-workflow="{project-root}/bmad/bmm/workflows/1-analysis/research/workflow.yaml">Conduct Game Market Research</c>
<c cmd="*exit">Goodbye+exit persona</c>
</cmds>
</agent>

View File

@@ -20,7 +20,6 @@
<c cmd="*create-story" run-workflow="{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml">Create Development Story</c>
<c cmd="*dev-story" run-workflow="{project-root}/bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml">Implement Story with Context</c>
<c cmd="*review-story" run-workflow="{project-root}/bmad/bmm/workflows/4-implementation/review-story/workflow.yaml">Review Story Implementation</c>
<c cmd="*standup" run-workflow="{project-root}/bmad/bmm/workflows/4-implementation/daily-standup/workflow.yaml">Daily Standup</c>
<c cmd="*retro" run-workflow="{project-root}/bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml">Sprint Retrospective</c>
<c cmd="*exit">Goodbye+exit persona</c>
</cmds>

View File

@@ -18,11 +18,11 @@
</critical-actions>
<cmds>
<c cmd="*help">Show numbered cmd list</c>
<c cmd="*correct-course" run-workflow="{project-root}/bmad/bmm/workflows/4-implementation/correct-course.md">Execute correct-course task</c>
<c cmd="*correct-course" run-workflow="{project-root}/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml">Execute correct-course task</c>
<c cmd="*create-story" run-workflow="{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml">Create a Draft Story with Context</c>
<c cmd="*story-context" run-workflow="{project-root}/bmad/bmm/workflows/4-implementation/story-context/workflow.yaml">Assemble dynamic Story Context (XML) from latest docs and code</c>
<c cmd="*validate-story-context" validate-workflow="{project-root}/bmad/bmm/workflows/4-implementation/story-context/workflow.yaml">Validate latest Story Context XML against checklist</c>
<c cmd="*retrospective" run-workflow="{project-root}/bmad/bmm/workflows/4-implementation/retrospective.md" data="{project-root}/bmad/_cfg/agent-party.xml">Facilitate team retrospective after epic/sprint</c>
<c cmd="*retrospective" run-workflow="{project-root}/bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml" data="{project-root}/bmad/_cfg/agent-party.xml">Facilitate team retrospective after epic/sprint</c>
<c cmd="*exit">Goodbye+exit persona</c>
</cmds>
</agent>

View File

@@ -32,5 +32,6 @@ web_bundle:
- "bmad/bmm/workflows/1-analysis/brainstorm-game/instructions.md"
- "bmad/bmm/workflows/1-analysis/brainstorm-game/game-context.md"
- "bmad/bmm/workflows/1-analysis/brainstorm-game/game-brain-methods.csv"
- "bmad/cis/workflows/brainstorming/workflow.yaml"
existing_workflows:
- cis_brainstorming: "bmad/cis/workflows/brainstorming/workflow.yaml"

View File

@@ -30,5 +30,6 @@ web_bundle:
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md"
- "bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md"
- "bmad/cis/workflows/brainstorming/workflow.yaml"
existing_workflows:
- cis_brainstorming: "bmad/cis/workflows/brainstorming/workflow.yaml"

View File

@@ -103,7 +103,7 @@ web_bundle:
- "bmad/bmm/workflows/2-plan/ux/instructions-ux.md"
- "bmad/bmm/workflows/2-plan/gdd/gdd-template.md"
- "bmad/bmm/workflows/2-plan/gdd/instructions-gdd.md"
- "bmad/bmm/workflows/2-plan/gdd/instructions-narrative.md"
- "bmad/bmm/workflows/2-plan/narrative/instructions-narrative.md"
- "bmad/bmm/workflows/2-plan/gdd/game-types.csv"
- "bmad/bmm/workflows/2-plan/gdd/game-types/action-platformer.md"
- "bmad/bmm/workflows/2-plan/gdd/game-types/adventure.md"

View File

@@ -31,9 +31,11 @@ web_bundle:
name: "brainstorming"
description: "Facilitate interactive brainstorming sessions using diverse creative techniques. This workflow facilitates interactive brainstorming sessions using diverse creative techniques. The session is highly interactive, with the AI acting as a facilitator to guide the user through various ideation methods to generate and refine creative solutions."
author: "BMad"
template: "bmad/cis/workflows/brainstorming/template.md"
instructions: "bmad/cis/workflows/brainstorming/instructions.md"
brain_techniques: "bmad/cis/workflows/brainstorming/brain-methods.csv"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/cis/workflows/brainstorming/instructions.md"
- "bmad/cis/workflows/brainstorming/checklist.md"
- "bmad/cis/workflows/brainstorming/brain-methods.csv"
- "bmad/cis/workflows/brainstorming/template.md"

View File

@@ -32,6 +32,9 @@ web_bundle:
name: "design-thinking"
description: "Guide human-centered design processes using empathy-driven methodologies. This workflow walks through the design thinking phases - Empathize, Define, Ideate, Prototype, and Test - to create solutions deeply rooted in user needs."
author: "BMad"
instructions: "bmad/cis/workflows/design-thinking/instructions.md"
template: "bmad/cis/workflows/design-thinking/template.md"
design_methods: "bmad/cis/workflows/design-thinking/design-methods.csv"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/cis/workflows/design-thinking/instructions.md"

View File

@@ -32,6 +32,9 @@ web_bundle:
name: "innovation-strategy"
description: "Identify disruption opportunities and architect business model innovation. This workflow guides strategic analysis of markets, competitive dynamics, and business model innovation to uncover sustainable competitive advantages and breakthrough opportunities."
author: "BMad"
instructions: "bmad/cis/workflows/innovation-strategy/instructions.md"
template: "bmad/cis/workflows/innovation-strategy/template.md"
innovation_frameworks: "bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/cis/workflows/innovation-strategy/instructions.md"

View File

@@ -32,6 +32,9 @@ web_bundle:
name: "problem-solving"
description: "Apply systematic problem-solving methodologies to crack complex challenges. This workflow guides through problem diagnosis, root cause analysis, creative solution generation, evaluation, and implementation planning using proven frameworks."
author: "BMad"
instructions: "bmad/cis/workflows/problem-solving/instructions.md"
template: "bmad/cis/workflows/problem-solving/template.md"
solving_methods: "bmad/cis/workflows/problem-solving/solving-methods.csv"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/cis/workflows/problem-solving/instructions.md"

View File

@@ -32,6 +32,9 @@ web_bundle:
name: "storytelling"
description: "Craft compelling narratives using proven story frameworks and techniques. This workflow guides users through structured narrative development, applying appropriate story frameworks to create emotionally resonant and engaging stories for any purpose."
author: "BMad"
instructions: "bmad/cis/workflows/storytelling/instructions.md"
template: "bmad/cis/workflows/storytelling/template.md"
story_frameworks: "bmad/cis/workflows/storytelling/story-types.csv"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/cis/workflows/storytelling/instructions.md"