agent renormalized, and all now have chat and party mode auto injectioned

This commit is contained in:
Brian Madison
2025-12-26 12:00:37 +08:00
parent b1d1242fcf
commit 1f16bb7413
26 changed files with 110 additions and 273 deletions

View File

@@ -21,18 +21,10 @@ agent:
- "ALWAYS communicate in {communication_language}"
menu:
- trigger: "CH or chat or fuzzy match on chat"
action: "agent responds as expert based on its persona to converse"
description: "[CH] Chat with the BMad Master"
- trigger: "LT or list-tasks or fuzzy match on list-tasks"
- trigger: "LT or list-tasks"
action: "list all tasks from {project-root}/_bmad/_config/task-manifest.csv"
description: "[LT] List Available Tasks"
- trigger: "LW or list-workflows or fuzzy match on list-workflows"
- trigger: "LW or fuzzy match on list-workflows"
action: "list all workflows from {project-root}/_bmad/_config/workflow-manifest.csv"
description: "[LW] List Workflows"
- trigger: "PS or party-mode or fuzzy match on party-mode"
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Group chat with all agents"

View File

@@ -27,10 +27,10 @@ agent:
- agents: "{project-root}/_bmad/bmb/docs/agents/kb.csv"
menu:
- trigger: CA or create-agent or fuzzy match on create-agent
- trigger: CA or fuzzy match on create-agent
exec: "{project-root}/_bmad/bmb/workflows/create-agent/workflow.md"
description: "[CA] Create a new BMAD agent with best practices and compliance"
- trigger: EA or edit-agent or fuzzy match on edit-agent
- trigger: EA or fuzzy match on edit-agent
exec: "{project-root}/_bmad/bmb/workflows/edit-agent/workflow.md"
description: "[EA] Edit existing BMAD agents while maintaining compliance"

View File

@@ -27,22 +27,22 @@ agent:
- modules: "{project-root}/_bmad/bmb/docs/modules/kb.csv"
menu:
- trigger: BM or brainstorm-module or fuzzy match on brainstorm-module
- trigger: BM or fuzzy match on brainstorm-module
exec: "{project-root}/_bmad/bmb/workflows/brainstorm-module/workflow.md"
description: "[BM] Brainstorm and conceptualize new BMAD modules"
- trigger: PB or product-brief or fuzzy match on product-brief
- trigger: PB or fuzzy match on product-brief
exec: "{project-root}/_bmad/bmb/workflows/product-brief-module/workflow.md"
description: "[PB] Create product brief for BMAD module development"
- trigger: CM or create-module or fuzzy match on create-module
- trigger: CM or fuzzy match on create-module
exec: "{project-root}/_bmad/bmb/workflows/create-module/workflow.md"
description: "[CM] Create a complete BMAD module with agents, workflows, and infrastructure"
- trigger: EM or edit-module or fuzzy match on edit-module
- trigger: EM or fuzzy match on edit-module
exec: "{project-root}/_bmad/bmb/workflows/edit-module/workflow.md"
description: "[EM] Edit existing BMAD modules while maintaining coherence"
- trigger: VM or validate-module or fuzzy match on validate-module
- trigger: VM or fuzzy match on validate-module
exec: "{project-root}/_bmad/bmb/workflows/module-compliance-check/workflow.md"
description: "[VM] Run compliance check on BMAD modules against best practices"

View File

@@ -27,14 +27,14 @@ agent:
- workflows: "{project-root}/_bmad/bmb/docs/workflows/kb.csv"
menu:
- trigger: CW or create-workflow or fuzzy match on create-workflow
- trigger: CW or fuzzy match on create-workflow
exec: "{project-root}/_bmad/bmb/workflows/create-workflow/workflow.md"
description: "[CW] Create a new BMAD workflow with proper structure and best practices"
# - trigger: EW or edit-workflow or fuzzy match on edit workflow
# - trigger: EW or fuzzy match on edit-workflow
# exec: "{project-root}/_bmad/bmb/workflows/edit-workflow/workflow.md"
# description: "[EW] Edit existing BMAD workflows while maintaining integrity"
# - trigger: VW or validate-workflow or fuzzy match on validate workflow
# - trigger: VW or fuzzy match on validate-workflow
# exec: "{project-root}/_bmad/bmb/workflows/workflow-compliance-check/workflow.md"
# description: "[VW] Run compliance check on BMAD workflows against best practices"

View File

@@ -25,27 +25,19 @@ agent:
- "Always document performance budgets and critical path decisions"
menu:
- trigger: WS or workflow-status or fuzzy match on workflow-status
- trigger: WS or fuzzy match on workflow-status
workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Game Architect"
- trigger: GA or game-architecture or fuzzy match on game-architecture
- trigger: GA or fuzzy match on game-architecture
exec: "{project-root}/_bmad/bmgd/workflows/3-technical/game-architecture/workflow.md"
description: "[GA] Produce a Scale Adaptive Game Architecture"
- trigger: PC or project-context or fuzzy match on project-context
- trigger: PC or fuzzy match on project-context
exec: "{project-root}/_bmad/bmgd/workflows/3-technical/generate-project-context/workflow.md"
description: "[PC] Create optimized project-context.md for AI agent consistency"
- trigger: CC or correct-course or fuzzy match on correct-course
- trigger: CC or fuzzy match on correct-course
workflow: "{project-root}/_bmad/bmgd/workflows/4-production/correct-course/workflow.yaml"
description: "[CC] Course Correction Analysis (when implementation is off-track)"
ide-only: true
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"

View File

@@ -22,35 +22,27 @@ agent:
- "When creating GDDs, always validate against game pillars and core loop"
menu:
- trigger: WS or workflow-status or fuzzy match on workflow-status
- trigger: WS or fuzzy match on workflow-status
workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Game Designer"
- trigger: BG or brainstorm-game or fuzzy match on brainstorm-game
- trigger: BG or fuzzy match on brainstorm-game
exec: "{project-root}/_bmad/bmgd/workflows/1-preproduction/brainstorm-game/workflow.md"
description: "[BG] Brainstorm Game ideas and concepts"
- trigger: GB or game-brief or fuzzy match on game-brief
- trigger: GB or fuzzy match on game-brief
exec: "{project-root}/_bmad/bmgd/workflows/1-preproduction/game-brief/workflow.md"
description: "[GB] Create a Game Brief document"
- trigger: GDD or create-gdd or fuzzy match on create-gdd
- trigger: GDD or fuzzy match on create-gdd
exec: "{project-root}/_bmad/bmgd/workflows/2-design/gdd/workflow.md"
description: "[GDD] Create a Game Design Document"
- trigger: ND or narrative-design or fuzzy match on narrative-design
- trigger: ND or fuzzy match on narrative-design
exec: "{project-root}/_bmad/bmgd/workflows/2-design/narrative/workflow.md"
description: "[ND] Design narrative elements and story"
- trigger: QP or quick-prototype or fuzzy match on quick-prototype
- trigger: QP or fuzzy match on quick-prototype
workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml"
description: "[QP] Rapid game prototyping - test mechanics and ideas quickly"
ide-only: true
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"

View File

@@ -24,37 +24,29 @@ agent:
- "Always check for performance implications on game loop code"
menu:
- trigger: WS or workflow-status or fuzzy match on workflow-status
- trigger: WS or fuzzy match on workflow-status
workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or check current sprint progress (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Game Developer"
- trigger: DS or dev-story or fuzzy match on dev-story
- trigger: DS or fuzzy match on dev-story
workflow: "{project-root}/_bmad/bmgd/workflows/4-production/dev-story/workflow.yaml"
description: "[DS] Execute Dev Story workflow, implementing tasks and tests"
- trigger: CR or code-review or fuzzy match on code-review
- trigger: CR or fuzzy match on code-review
workflow: "{project-root}/_bmad/bmgd/workflows/4-production/code-review/workflow.yaml"
description: "[CR] Perform a thorough clean context QA code review on a story flagged Ready for Review"
- trigger: QD or quick-dev or fuzzy match on quick-dev
- trigger: QD or fuzzy match on quick-dev
workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml"
description: "[QD] Flexible game development - implement features with game-specific considerations"
ide-only: true
- trigger: QP or quick-prototype or fuzzy match on quick-prototype
- trigger: QP or fuzzy match on quick-prototype
workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml"
description: "[QP] Rapid game prototyping - test mechanics and ideas quickly"
ide-only: true
- trigger: AE or advanced-elicitation or fuzzy match on advanced-elicitation
- trigger: AE or fuzzy match on advanced-elicitation
exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
description: "[AE] Advanced elicitation techniques to challenge the LLM to get better results"
web-only: true
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"

View File

@@ -26,43 +26,35 @@ agent:
- "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
menu:
- trigger: WS or workflow-status or fuzzy match on workflow-status
- trigger: WS or fuzzy match on workflow-status
workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or check current project state (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Game QA Architect"
- trigger: TF or test-framework or fuzzy match on test-framework
- trigger: TF or fuzzy match on test-framework
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/test-framework/workflow.yaml"
description: "[TF] Initialize game test framework (Unity/Unreal/Godot)"
- trigger: TD or test-design or fuzzy match on test-design
- trigger: TD or fuzzy match on test-design
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/test-design/workflow.yaml"
description: "[TD] Create comprehensive game test scenarios"
- trigger: TA or test-automate or fuzzy match on test-automate
- trigger: TA or fuzzy match on test-automate
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/automate/workflow.yaml"
description: "[TA] Generate automated game tests"
- trigger: PP or playtest-plan or fuzzy match on playtest-plan
- trigger: PP or fuzzy match on playtest-plan
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/playtest-plan/workflow.yaml"
description: "[PP] Create structured playtesting plan"
- trigger: PT or performance-test or fuzzy match on performance-test
- trigger: PT or fuzzy match on performance-test
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/performance/workflow.yaml"
description: "[PT] Design performance testing strategy"
- trigger: TR or test-review or fuzzy match on test-review
- trigger: TR or fuzzy match on test-review
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/test-review/workflow.yaml"
description: "[TR] Review test quality and coverage"
- trigger: AE or advanced-elicitation or fuzzy match on advanced-elicitation
- trigger: AE or fuzzy match on advanced-elicitation
exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
description: "[AE] Advanced elicitation techniques to challenge the LLM to get better results"
web-only: true
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"

View File

@@ -24,44 +24,36 @@ agent:
- "Generate complete story drafts from existing documentation without additional elicitation"
menu:
- trigger: WS or workflow-status or fuzzy match on workflow-status
- trigger: WS or fuzzy match on workflow-status
workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Game Dev Scrum Master"
- trigger: SP or sprint-planning or fuzzy match on sprint-planning
- trigger: SP or fuzzy match on sprint-planning
workflow: "{project-root}/_bmad/bmgd/workflows/4-production/sprint-planning/workflow.yaml"
description: "[SP] Generate or update sprint-status.yaml from epic files (Required after GDD+Epics are created)"
- trigger: SS or sprint-status or fuzzy match on sprint-status
- trigger: SS or fuzzy match on sprint-status
workflow: "{project-root}/_bmad/bmgd/workflows/4-production/sprint-status/workflow.yaml"
description: "[SS] View sprint progress, surface risks, and get next action recommendation"
- trigger: CS or create-story or fuzzy match on create-story
- trigger: CS or fuzzy match on create-story
workflow: "{project-root}/_bmad/bmgd/workflows/4-production/create-story/workflow.yaml"
description: "[CS] Create Story with direct ready-for-dev marking (Required to prepare stories for development)"
- trigger: VS or validate-story or fuzzy match on validate-story
- trigger: VS or fuzzy match on validate-story
validate-workflow: "{project-root}/_bmad/bmgd/workflows/4-production/create-story/workflow.yaml"
description: "[VS] Validate Story Draft with Independent Review (Highly Recommended)"
- trigger: ER or epic-retrospective or fuzzy match on epic-retrospective
- trigger: ER or fuzzy match on epic-retrospective
workflow: "{project-root}/_bmad/bmgd/workflows/4-production/retrospective/workflow.yaml"
data: "{project-root}/_bmad/_config/agent-manifest.csv"
description: "[ER] Facilitate team retrospective after a game development epic is completed"
- trigger: CC or correct-course or fuzzy match on correct-course
- trigger: CC or fuzzy match on correct-course
workflow: "{project-root}/_bmad/bmgd/workflows/4-production/correct-course/workflow.yaml"
description: "[CC] Navigate significant changes during game dev sprint (When implementation is off-track)"
- trigger: AE or advanced-elicitation or fuzzy match on advanced-elicitation
- trigger: AE or fuzzy match on advanced-elicitation
exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
description: "[AE] Advanced elicitation techniques to challenge the LLM to get better results"
web-only: true
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"

View File

@@ -22,39 +22,31 @@ agent:
- "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
menu:
- trigger: WS or workflow-status or fuzzy match on workflow-status
- trigger: WS or fuzzy match on workflow-status
workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or check current project state (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Game Solo Dev"
- trigger: QP or quick-prototype or fuzzy match on quick-prototype
- trigger: QP or fuzzy match on quick-prototype
workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml"
description: "[QP] Rapid prototype to test if the mechanic is fun (Start here for new ideas)"
- trigger: QD or quick-dev or fuzzy match on quick-dev
- trigger: QD or fuzzy match on quick-dev
workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml"
description: "[QD] Implement features end-to-end solo with game-specific considerations"
- trigger: TS or tech-spec or fuzzy match on tech-spec
- trigger: TS or fuzzy match on tech-spec
workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml"
description: "[TS] Architect a technical spec with implementation-ready stories"
- trigger: CR or code-review or fuzzy match on code-review
- trigger: CR or fuzzy match on code-review
workflow: "{project-root}/_bmad/bmgd/workflows/4-production/code-review/workflow.yaml"
description: "[CR] Review code quality (use fresh context for best results)"
- trigger: TF or test-framework or fuzzy match on test-framework
- trigger: TF or fuzzy match on test-framework
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/test-framework/workflow.yaml"
description: "[TF] Set up automated testing for your game engine"
- trigger: AE or advanced-elicitation or fuzzy match on advanced-elicitation
- trigger: AE or fuzzy match on advanced-elicitation
exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
description: "[AE] Advanced elicitation techniques to challenge the LLM to get better results"
web-only: true
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring in other experts when specialized backup is needed"

View File

@@ -18,31 +18,23 @@ agent:
- Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`
menu:
- trigger: WS or workflow-status or fuzzy match on workflow-status
- trigger: WS or fuzzy match on workflow-status
workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Business Analyst"
- trigger: BP or brainstorm-project or fuzzy match on brainstorm-project
- trigger: BP or fuzzy match on brainstorm-project
exec: "{project-root}/_bmad/core/workflows/brainstorming/workflow.md"
data: "{project-root}/_bmad/bmm/data/project-context-template.md"
description: "[BP] Guided Project Brainstorming session with final report (optional)"
- trigger: RS or research or fuzzy match on research
- trigger: RS or fuzzy match on research
exec: "{project-root}/_bmad/bmm/workflows/1-analysis/research/workflow.md"
description: "[RS] Guided Research scoped to market, domain, competitive analysis, or technical research (optional)"
- trigger: PB or product-brief or fuzzy match on product-brief
- trigger: PB or fuzzy match on product-brief
exec: "{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md"
description: "[PB] Create a Product Brief (recommended input for PRD)"
- trigger: DP or document-project or fuzzy match on document-project
- trigger: DP or fuzzy match on document-project
workflow: "{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml"
description: "[DP] Document your existing project (optional, but recommended for existing brownfield project efforts)"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"

View File

@@ -22,18 +22,10 @@ agent:
workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Architect Agent"
- trigger: CA or create-architecture or fuzzy match on create-architecture
- trigger: CA or fuzzy match on create-architecture
exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md"
description: "[CA] Create an Architecture Document"
- trigger: IR or implementation-readiness or fuzzy match on implementation-readiness
- trigger: IR or fuzzy match on implementation-readiness
exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md"
description: "[IR] Validate PRD, UX, Architecture, Epics and stories aligned (Optional but recommended before development)"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"
description: "[IR] Implementation Readiness Review"

View File

@@ -35,14 +35,10 @@ agent:
- "NEVER lie about tests being written or passing - tests must actually exist and pass 100%"
menu:
- trigger: DS or dev-story or fuzzy match on dev-story
- trigger: DS or fuzzy match on dev-story
workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml"
description: "[DS] Execute Dev Story workflow (full BMM path with sprint-status)"
- trigger: CR or code-review or fuzzy match on code-review
- trigger: CR or fuzzy match on code-review
workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml"
description: "[CR] Perform a thorough clean context code review (Highly Recommended, use fresh context and different LLM)"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"

View File

@@ -19,31 +19,23 @@ agent:
- Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`
menu:
- trigger: WS or workflow-status or fuzzy match on workflow-status
- trigger: WS or fuzzy match on workflow-status
workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Product Manager"
- trigger: PR or prd or fuzzy match on prd
- trigger: PR or fuzzy match on prd
exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md"
description: "[PR] Create Product Requirements Document (PRD) (Required for BMad Method flow)"
- trigger: ES or epics-stories or fuzzy match on epics-stories
- trigger: ES or fuzzy match on epics-stories
exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md"
description: "[ES] Create Epics and User Stories from PRD (Required for BMad Method flow AFTER the Architecture is completed)"
- trigger: IR or implementation-readiness or fuzzy match on implementation-readiness
- trigger: IR or fuzzy match on implementation-readiness
exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md"
description: "[IR] Validate PRD, UX, Architecture, Epics and stories aligned (Optional but recommended before development)"
description: "[IR] Implementation Readiness Review"
- trigger: CC or correct-course or fuzzy match on correct-course
- trigger: CC or fuzzy match on correct-course
workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml"
description: "[CC] Course Correction Analysis (optional during implementation when things go off track)"
ide-only: true
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"

View File

@@ -18,14 +18,14 @@ agent:
- If `**/project-context.md` exists, follow it. If absent, proceed without.
menu:
- trigger: TS or tech-spec or fuzzy match on tech-spec
- trigger: TS or fuzzy match on tech-spec
workflow: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml"
description: "[TS] Architect a technical spec with implementation-ready stories (Required first step)"
- trigger: QD or quick-dev or fuzzy match on quick-dev
- trigger: QD or fuzzy match on quick-dev
workflow: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml"
description: "[QD] Implement the tech spec end-to-end solo (Core of Quick Flow)"
- trigger: CR or code-review or fuzzy match on code-review
- trigger: CR or fuzzy match on code-review
workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml"
description: "[CR] Perform a thorough clean context code review (Highly Recommended, use fresh context and different LLM)"

View File

@@ -24,31 +24,23 @@ agent:
- "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
menu:
- trigger: WS or workflow-status or fuzzy match on workflow-status
- trigger: WS or fuzzy match on workflow-status
workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Scrum Master"
- trigger: SP or sprint-planning or fuzzy match on sprint-planning
- trigger: SP or fuzzy match on sprint-planning
workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml"
description: "[SP] Generate or re-generate sprint-status.yaml from epic files (Required after Epics+Stories are created)"
- trigger: CS or create-story or fuzzy match on create-story
- trigger: CS or fuzzy match on create-story
workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml"
description: "[CS] Create Story (Required to prepare stories for development)"
- trigger: ER or epic-retrospective or fuzzy match on epic-retrospective
- trigger: ER or fuzzy match on epic-retrospective
workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml"
data: "{project-root}/_bmad/_config/agent-manifest.csv"
description: "[ER] Facilitate team retrospective after an epic is completed (Optional)"
- trigger: CC or correct-course or fuzzy match on correct-course
- trigger: CC or fuzzy match on correct-course
workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml"
description: "[CC] Execute correct-course task (When implementation is off-track)"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"

View File

@@ -28,46 +28,38 @@ agent:
- "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
menu:
- trigger: WS or workflow-status or fuzzy match on workflow-status
- trigger: WS or fuzzy match on workflow-status
workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Master Test Architect"
- trigger: TF or test-framework or fuzzy match on test-framework
- trigger: TF or fuzzy match on test-framework
workflow: "{project-root}/_bmad/bmm/workflows/testarch/framework/workflow.yaml"
description: "[TF] Initialize production-ready test framework architecture"
- trigger: AT or atdd or fuzzy match on atdd
- trigger: AT or fuzzy match on atdd
workflow: "{project-root}/_bmad/bmm/workflows/testarch/atdd/workflow.yaml"
description: "[AT] Generate E2E tests first, before starting implementation"
- trigger: TA or test-automate or fuzzy match on test-automate
- trigger: TA or fuzzy match on test-automate
workflow: "{project-root}/_bmad/bmm/workflows/testarch/automate/workflow.yaml"
description: "[TA] Generate comprehensive test automation"
- trigger: TD or test-design or fuzzy match on test-design
- trigger: TD or fuzzy match on test-design
workflow: "{project-root}/_bmad/bmm/workflows/testarch/test-design/workflow.yaml"
description: "[TD] Create comprehensive test scenarios"
- trigger: TR or test-trace or fuzzy match on test-trace
- trigger: TR or fuzzy match on test-trace
workflow: "{project-root}/_bmad/bmm/workflows/testarch/trace/workflow.yaml"
description: "[TR] Map requirements to tests (Phase 1) and make quality gate decision (Phase 2)"
- trigger: NR or nfr-assess or fuzzy match on nfr-assess
- trigger: NR or fuzzy match on nfr-assess
workflow: "{project-root}/_bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml"
description: "[NR] Validate non-functional requirements"
- trigger: CI or ci or fuzzy match on ci
- trigger: CI or fuzzy match on continuous-integration
workflow: "{project-root}/_bmad/bmm/workflows/testarch/ci/workflow.yaml"
description: "[CI] Scaffold CI/CD quality pipeline"
- trigger: RV or test-review or fuzzy match on test-review
- trigger: RV or fuzzy match on test-review
workflow: "{project-root}/_bmad/bmm/workflows/testarch/test-review/workflow.yaml"
description: "[RV] Review test quality using comprehensive knowledge base and best practices"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"

View File

@@ -21,42 +21,34 @@ agent:
- "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
menu:
- trigger: WS or workflow-status or fuzzy match on workflow-status
- trigger: WS or fuzzy match on workflow-status
workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Technical Writer"
- trigger: DP or document-project or fuzzy match on document-project
- trigger: DP or fuzzy match on document-project
workflow: "{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml"
description: "[DP] Comprehensive project documentation (brownfield analysis, architecture scanning)"
- trigger: MG or mermaid-gen or fuzzy match on mermaid-gen
- trigger: MG or fuzzy match on mermaid-gen
action: "Create a Mermaid diagram based on user description. Ask for diagram type (flowchart, sequence, class, ER, state, git) and content, then generate properly formatted Mermaid syntax following CommonMark fenced code block standards."
description: "[MG] Generate Mermaid diagrams (architecture, sequence, flow, ER, class, state)"
- trigger: EF or excalidraw-flowchart or fuzzy match on excalidraw-flowchart
- trigger: EF or fuzzy match on excalidraw-flowchart
workflow: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml"
description: "[EF] Create Excalidraw flowchart for processes and logic flows"
- trigger: ED or excalidraw-diagram or fuzzy match on excalidraw-diagram
- trigger: ED or fuzzy match on excalidraw-diagram
workflow: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml"
description: "[ED] Create Excalidraw system architecture or technical diagram"
- trigger: DF or dataflow or fuzzy match on dataflow
- trigger: DF or fuzzy match on dataflow
workflow: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml"
description: "[DF] Create Excalidraw data flow diagram"
- trigger: VD or validate-doc or fuzzy match on validate-doc
- trigger: VD or fuzzy match on validate-doc
action: "Review the specified document against CommonMark standards, technical writing best practices, and style guide compliance. Provide specific, actionable improvement suggestions organized by priority."
description: "[VD] Validate documentation against standards and best practices"
- trigger: EC or explain-concept or fuzzy match on explain-concept
- trigger: EC or fuzzy match on explain-concept
action: "Create a clear technical explanation with examples and diagrams for a complex concept. Break it down into digestible sections using task-oriented approach. Include code examples and Mermaid diagrams where helpful."
description: "[EC] Create clear technical explanations with examples"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"

View File

@@ -27,10 +27,6 @@ agent:
workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the UX Designer"
- trigger: UX or ux-design or fuzzy match on ux-design
exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md"
description: "[UX] Generate a UX Design and UI Plan from a PRD (Recommended before creating Architecture)"
@@ -38,7 +34,3 @@ agent:
- trigger: XW or wireframe or fuzzy match on wireframe
workflow: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml"
description: "[XW] Create website or app wireframe (Excalidraw)"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Bring the whole team in to chat with other expert agents from the party"

View File

@@ -15,14 +15,6 @@ agent:
principles: Psychological safety unlocks breakthroughs. Wild ideas today become innovations tomorrow. Humor and play are serious innovation tools.
menu:
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Elite Brainstorming Specialist"
- trigger: BS or brainstorm or fuzzy match on brainstorm
- trigger: BS or fuzzy match on brainstorm
workflow: "{project-root}/_bmad/core/workflows/brainstorming/workflow.yaml"
description: "[BS] Guide me through Brainstorming any topic"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Consult with other expert agents from the party"

View File

@@ -15,14 +15,6 @@ agent:
principles: Every problem is a system revealing weaknesses. Hunt for root causes relentlessly. The right question beats a fast answer.
menu:
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Master Problem Solver"
- trigger: SL or solve or fuzzy match on solve
- trigger: PS or fuzzy match on problem-solving
workflow: "{project-root}/_bmad/cis/workflows/problem-solving/workflow.yaml"
description: "[SL] Apply systematic problem-solving methodologies"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Consult with other expert agents from the party"
description: "[PS] Apply systematic problem-solving methodologies"

View File

@@ -15,14 +15,6 @@ agent:
principles: Design is about THEM not us. Validate through real human interaction. Failure is feedback. Design WITH users not FOR them.
menu:
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Design Thinking Maestro"
- trigger: DT or design-thinking or fuzzy match on design-thinking
- trigger: DT or fuzzy match on design-thinking
workflow: "{project-root}/_bmad/cis/workflows/design-thinking/workflow.yaml"
description: "[DT] Guide human-centered design process"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Consult with other expert agents from the party"

View File

@@ -15,14 +15,6 @@ agent:
principles: Markets reward genuine new value. Innovation without business model thinking is theater. Incremental thinking means obsolete.
menu:
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Disruptive Innovation Oracle"
- trigger: IS or innovation-strategy or fuzzy match on innovation-strategy
- trigger: IS or fuzzy match on innovation-strategy
workflow: "{project-root}/_bmad/cis/workflows/innovation-strategy/workflow.yaml"
description: "[IS] Identify disruption opportunities and business model innovation"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Consult with other expert agents from the party"

View File

@@ -23,38 +23,30 @@ agent:
- Story structure applies everywhere - hook, build tension, deliver payoff
menu:
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Visual Communication Expert"
- trigger: SD or slide-deck or fuzzy match on slide-deck
- trigger: SD or fuzzy match on slide-deck
workflow: "todo"
description: "[SD] Create multi-slide presentation with professional layouts and visual hierarchy"
- trigger: EX or explainer or fuzzy match on explainer
- trigger: EX or fuzzy match on youtube-explainer
workflow: "todo"
description: "[EX] Design YouTube/video explainer layout with visual script and engagement hooks"
- trigger: PD or pitch-deck or fuzzy match on pitch-deck
- trigger: PD or fuzzy match on pitch-deck
workflow: "todo"
description: "[PD] Craft investor pitch presentation with data visualization and narrative arc"
- trigger: TK or talk or fuzzy match on talk
- trigger: CT or fuzzy match on conference-talk
workflow: "todo"
description: "[TK] Build conference or workshop presentation materials with speaker notes"
description: "[CT] Build conference talk or workshop presentation materials with speaker notes"
- trigger: IN or infographic or fuzzy match on infographic
- trigger: IN or fuzzy match on infographic
workflow: "todo"
description: "[IN] Design creative information visualization with visual storytelling"
- trigger: VM or visual-metaphor or fuzzy match on visual-metaphor
- trigger: VM or fuzzy match on visual-metaphor
workflow: "todo"
description: "[VM] Create conceptual illustrations (Rube Goldberg machines, journey maps, creative processes)"
- trigger: CV or concept-visual or fuzzy match on concept-visual
- trigger: CV or fuzzy match on concept-visual
workflow: "todo"
description: "[CV] Generate single expressive image that explains ideas creatively and memorably"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Consult with other expert agents from the party"

View File

@@ -20,14 +20,6 @@ agent:
- "Load COMPLETE file {project-root}/_bmad/_memory/storyteller-sidecar/stories-told.md and review the history of stories created for this user"
menu:
- trigger: CH or chat or fuzzy match on chat
action: agent responds as expert based on its persona to converse
description: "[CH] Chat with the Master Storyteller"
- trigger: ST or story or fuzzy match on story
- trigger: ST or fuzzy match on story
exec: "{project-root}/_bmad/cis/workflows/storytelling/workflow.yaml"
description: "[ST] Craft compelling narrative using proven frameworks"
- trigger: PS or party-mode or fuzzy match on party-mode
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
description: "[PS] Consult with other expert agents from the party"

View File

@@ -128,7 +128,8 @@ function buildMenuXml(menuItems) {
let xml = ' <menu>\n';
// Always inject menu display option first
xml += ` <item cmd="*menu">[M] Redisplay Menu Options</item>\n`;
xml += ` <item cmd="MH or fuzzy match on menu or help">[MH] Redisplay Menu Help</item>\n`;
xml += ` <item cmd="CH or fuzzy match on chat">[CH] Chat with the Agent about anything</item>\n`;
// Add user-defined menu items
if (menuItems && menuItems.length > 0) {
@@ -161,8 +162,8 @@ function buildMenuXml(menuItems) {
}
}
// Always inject dismiss last
xml += ` <item cmd="*dismiss">[D] Dismiss Agent</item>\n`;
xml += ` <item cmd="PM or fuzzy match on party-mode" exec="{project-root}/_bmad/core/workflows/party-mode/workflow.md">[PM] Start Party Mode</item>\n`;
xml += ` <item cmd="DA or fuzzy match on exit, leave, goodbye or dismiss agent">[DA] Dismiss Agent</item>\n`;
xml += ' </menu>\n';