workflow init added to analyst pm and game agents

This commit is contained in:
Brian Madison
2025-10-18 01:34:03 -05:00
parent 36231173d1
commit a1fc8da03c
3 changed files with 12 additions and 0 deletions

View File

@@ -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!)