web_bundle info added to workflow yamls

This commit is contained in:
Brian Madison
2025-09-29 21:18:10 -05:00
parent 9934224230
commit ae136ceb03
17 changed files with 175 additions and 7 deletions

View File

@@ -75,6 +75,7 @@ web_bundle:
name: "create-story"
description: "Create the next user story markdown from epics/PRD and architecture, using a standard template and saving to the stories folder"
author: "BMad"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/bmm/workflows/create-story/template.md"
- "bmad/bmm/workflows/create-story/instructions.md"

View File

@@ -56,6 +56,7 @@ web_bundle:
name: "dev-story"
description: "Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria"
author: "BMad"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/bmm/workflows/dev-story/instructions.md"
- "bmad/bmm/workflows/dev-story/checklist.md"

View File

@@ -44,5 +44,6 @@ web_bundle:
name: "retrospective"
description: "Run after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epic"
author: "BMad"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/bmm/workflows/4-implementation/retrospective/instructions.md"

View File

@@ -102,6 +102,7 @@ web_bundle:
name: "review-story"
description: "Perform a Senior Developer Review on a completed story flagged Ready for Review, leveraging story-context, epic tech-spec, repo docs, MCP servers for latest best-practices, and web search as fallback. Appends structured review notes to the story."
author: "BMad"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/bmm/workflows/review-story/instructions.md"
- "bmad/bmm/workflows/review-story/checklist.md"

View File

@@ -59,6 +59,7 @@ web_bundle:
name: "story-context"
description: "Assemble a dynamic Story Context XML by pulling latest documentation and existing code/library artifacts relevant to a drafted story"
author: "BMad"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/bmm/workflows/story-context/context-template.xml"
- "bmad/bmm/workflows/story-context/instructions.md"