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

@@ -25,6 +25,7 @@ web_bundle:
name: "brainstorm-game"
description: "Facilitate game brainstorming sessions by orchestrating the CIS brainstorming workflow with game-specific context, guidance, and additional game design techniques."
author: "BMad"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/brainstorm-game/instructions.md"
- "bmad/bmm/workflows/1-analysis/brainstorm-game/game-context.md"

View File

@@ -24,6 +24,7 @@ web_bundle:
name: "brainstorm-project"
description: "Facilitate project brainstorming sessions by orchestrating the CIS brainstorming workflow with project-specific context and guidance."
author: "BMad"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md"
- "bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md"

View File

@@ -34,6 +34,7 @@ web_bundle:
name: "game-brief"
description: "Interactive game brief creation workflow that guides users through defining their game vision with multiple input sources and conversational collaboration"
author: "BMad"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/game-brief/template.md"
- "bmad/bmm/workflows/1-analysis/game-brief/instructions.md"

View File

@@ -33,6 +33,7 @@ web_bundle:
name: "product-brief"
description: "Interactive product brief creation workflow that guides users through defining their product vision with multiple input sources and conversational collaboration"
author: "BMad"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/product-brief/template.md"
- "bmad/bmm/workflows/1-analysis/product-brief/instructions.md"

View File

@@ -152,6 +152,7 @@ web_bundle:
name: "research"
description: "Adaptive research workflow supporting multiple research types: market research, deep research prompt generation, technical/architecture evaluation, competitive intelligence, user research, and domain analysis"
author: "BMad"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/research/instructions-router.md"
- "bmad/bmm/workflows/1-analysis/research/instructions-market.md"

View File

@@ -63,6 +63,7 @@ web_bundle:
name: "plan-project"
description: "Scale-adaptive project planning workflow for all project levels (0-4). Automatically adjusts outputs based on project scope - from single atomic changes (Level 0: tech-spec only) to enterprise platforms (Level 4: full PRD + epics). Level 2-4 route to 3-solutioning workflow for architecture and tech specs. Generates appropriate planning artifacts for each level."
author: "BMad"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/bmm/workflows/2-plan/instructions-router.md"
- "bmad/bmm/workflows/2-plan/tech-spec/instructions-sm.md"

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"