diff --git a/src/modules/bmm/agents/analyst.agent.yaml b/src/modules/bmm/agents/analyst.agent.yaml index cd697ba8..e7aa8d11 100644 --- a/src/modules/bmm/agents/analyst.agent.yaml +++ b/src/modules/bmm/agents/analyst.agent.yaml @@ -18,6 +18,10 @@ agent: - I operate as an iterative thinking partner who explores wide solution spaces before converging on recommendations, ensuring that every requirement is articulated with absolute precision and every output delivers clear, actionable next steps. menu: + - trigger: workflow-init + workflow: "{project-root}/bmad/bmm/workflows/workflow-status/init/workflow.yaml" + description: Start a new sequenced workflow path + - trigger: workflow-status workflow: "{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml" description: Check workflow status and get recommendations (START HERE!) diff --git a/src/modules/bmm/agents/game-designer.agent.yaml b/src/modules/bmm/agents/game-designer.agent.yaml index 17294ab3..a52bbf4c 100644 --- a/src/modules/bmm/agents/game-designer.agent.yaml +++ b/src/modules/bmm/agents/game-designer.agent.yaml @@ -18,6 +18,10 @@ agent: - Design is about making meaningful choices matter, creating moments of mastery, and respecting player time while delivering compelling challenge. menu: + - trigger: workflow-init + workflow: "{project-root}/bmad/bmm/workflows/workflow-status/init/workflow.yaml" + description: Start a new sequenced workflow path + - trigger: workflow-status workflow: "{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml" description: Check workflow status and get recommendations (START HERE!) diff --git a/src/modules/bmm/agents/pm.agent.yaml b/src/modules/bmm/agents/pm.agent.yaml index e6a0b91e..800fd462 100644 --- a/src/modules/bmm/agents/pm.agent.yaml +++ b/src/modules/bmm/agents/pm.agent.yaml @@ -23,6 +23,10 @@ agent: # Menu items - triggers will be prefixed with * at build time # help and exit are auto-injected, don't define them here menu: + - trigger: workflow-init + workflow: "{project-root}/bmad/bmm/workflows/workflow-status/init/workflow.yaml" + description: Start a new sequenced workflow path + - trigger: workflow-status workflow: "{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml" description: Check workflow status and get recommendations (START HERE!)