marked sm menu items as optional that are optional

This commit is contained in:
Brian Madison 2025-10-28 23:47:48 -05:00
parent ad8717845d
commit fd620d0183
2 changed files with 12 additions and 12 deletions

View File

@ -28,16 +28,16 @@ agent:
menu: menu:
- trigger: workflow-status - trigger: workflow-status
workflow: "{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml" workflow: "{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml"
description: Check workflow status and get recommendations description: "Check workflow status and get recommendations"
- trigger: develop - trigger: develop-story
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml" workflow: "{project-root}/bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml"
description: "Execute Dev Story workflow, implementing tasks and tests, or performing updates to the story" description: "Execute Dev Story workflow, implementing tasks and tests, or performing updates to the story"
- trigger: story-done - trigger: story-done
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/story-done/workflow.yaml" workflow: "{project-root}/bmad/bmm/workflows/4-implementation/story-done/workflow.yaml"
description: Mark story done after DoD complete description: "Mark story done after DoD complete"
- trigger: code-review - trigger: code-review
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/code-review/workflow.yaml" workflow: "{project-root}/bmad/bmm/workflows/4-implementation/code-review/workflow.yaml"
description: "Perform a thorough clean context review on a story flagged Ready for Review, and appends review notes to story file" description: "Perform a thorough clean context QA code review on a story flagged Ready for Review"

View File

@ -31,11 +31,11 @@ agent:
- trigger: epic-tech-context - trigger: epic-tech-context
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml" workflow: "{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml"
description: Use the PRD and Architecture to create a Tech-Spec for a specific epic description: (Optional) Use the PRD and Architecture to create a Tech-Spec for a specific epic
- trigger: validate-epic-tech-context - trigger: validate-epic-tech-context
validate-workflow: "{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml" validate-workflow: "{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml"
description: Validate latest Tech Spec against checklist description: (Optional) Validate latest Tech Spec against checklist
- trigger: create-story - trigger: create-story
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml" workflow: "{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml"
@ -43,25 +43,25 @@ agent:
- trigger: validate-create-story - trigger: validate-create-story
validate-workflow: "{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml" validate-workflow: "{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml"
description: Validate Story Draft with Independent Review description: (Optional) Validate Story Draft with Independent Review
- trigger: story-context - trigger: story-context
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/story-context/workflow.yaml" workflow: "{project-root}/bmad/bmm/workflows/4-implementation/story-context/workflow.yaml"
description: Assemble dynamic Story Context (XML) from latest docs and code and mark story ready for dev description: (Optional) Assemble dynamic Story Context (XML) from latest docs and code and mark story ready for dev
- trigger: validate-story-context - trigger: validate-story-context
validate-workflow: "{project-root}/bmad/bmm/workflows/4-implementation/story-context/workflow.yaml" validate-workflow: "{project-root}/bmad/bmm/workflows/4-implementation/story-context/workflow.yaml"
description: Validate latest Story Context XML against checklist description: (Optional) Validate latest Story Context XML against checklist
- trigger: story-ready-for-dev - trigger: story-ready-for-dev
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml" workflow: "{project-root}/bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml"
description: Mark drafted story ready for dev without generating Story Context description: (Optional) Mark drafted story ready for dev without generating Story Context
- trigger: epic-retrospective - trigger: epic-retrospective
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml" workflow: "{project-root}/bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml"
data: "{project-root}/bmad/_cfg/agent-manifest.csv" data: "{project-root}/bmad/_cfg/agent-manifest.csv"
description: Facilitate team retrospective after an epic is completed description: (Optional) Facilitate team retrospective after an epic is completed
- trigger: correct-course - trigger: correct-course
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml" workflow: "{project-root}/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml"
description: Execute correct-course task description: (Optional) Execute correct-course task