workflows indicate web_bundle file inclusions

This commit is contained in:
Brian Madison
2025-09-29 20:19:14 -05:00
parent 023edd1b7b
commit 9934224230
147 changed files with 740 additions and 478 deletions

View File

@@ -33,3 +33,11 @@ halt_conditions:
execution_modes:
- incremental: "Recommended - Refine each edit with user collaboration"
- batch: "Present all changes at once for review"
web_bundle:
name: "correct-course"
description: "Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation"
author: "BMad Method"
web_bundle_files:
- "bmad/bmm/workflows/4-implementation/correct-course/instructions.md"
- "bmad/bmm/workflows/4-implementation/correct-course/checklist.md"

View File

@@ -70,3 +70,12 @@ execution_hints:
interactive: false
autonomous: true
iterative: true
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"
web_bundle_files:
- "bmad/bmm/workflows/create-story/template.md"
- "bmad/bmm/workflows/create-story/instructions.md"
- "bmad/bmm/workflows/create-story/checklist.md"

View File

@@ -17,7 +17,7 @@ validation-rules:
- [ ] All tasks and subtasks for this story are marked complete with [x]
- [ ] Implementation aligns with every Acceptance Criterion in the story
## Tests & Quality
## Tests and Quality
- [ ] Unit tests added/updated for core functionality changed by this story
- [ ] Integration tests added/updated when component interactions are affected

View File

@@ -51,3 +51,11 @@ execution_hints:
interactive: false # Minimize prompts; intended to run to completion
autonomous: true # Proceed without user input unless blocked
iterative: true
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"
web_bundle_files:
- "bmad/bmm/workflows/dev-story/instructions.md"
- "bmad/bmm/workflows/dev-story/checklist.md"

View File

@@ -113,7 +113,7 @@ Delivery Metrics:
- Duration: {{actual_sprints}} sprints (planned: {{planned_sprints}})
- Average velocity: {{points_per_sprint}} points/sprint
Quality & Technical:
Quality and Technical:
- Blockers encountered: {{blocker_count}}
- Technical debt items: {{debt_count}}
- Test coverage: {{coverage_info}}

View File

@@ -39,3 +39,10 @@ validation_required:
- business_validation: "Have stakeholders reviewed and accepted deliverables?"
- technical_health: "Is codebase in stable, maintainable state?"
- blocker_resolution: "Any unresolved blockers that will impact next epic?"
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"
web_bundle_files:
- "bmad/bmm/workflows/4-implementation/retrospective/instructions.md"

View File

@@ -40,7 +40,7 @@ Perform an AI-driven Senior Developer Review on a story flagged "Ready for Revie
- Adds a Change Log entry: "Senior Developer Review notes appended"
- If enabled, updates `Status` based on outcome
## Persistence & Backlog
## Persistence and Backlog
To ensure review findings become actionable work, the workflow can persist action items to multiple targets (configurable):

View File

@@ -97,3 +97,11 @@ execution_hints:
interactive: false # Minimize prompts; intended to run deterministically
autonomous: true # Proceed without user input unless blocked
iterative: true
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"
web_bundle_files:
- "bmad/bmm/workflows/review-story/instructions.md"
- "bmad/bmm/workflows/review-story/checklist.md"

View File

@@ -224,7 +224,7 @@ To customize this workflow:
For issues or questions:
- Review the workflow creation guide at `/bmad/bmb/workflows/build-workflow/workflow-creation-guide.md`
- Review the workflow creation guide at `/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md`
- Validate output using `checklist.md`
- Ensure story files follow expected markdown structure
- Check that repository structure supports automated discovery

View File

@@ -54,3 +54,12 @@ execution_hints:
interactive: false
autonomous: true
iterative: true
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"
web_bundle_files:
- "bmad/bmm/workflows/story-context/context-template.xml"
- "bmad/bmm/workflows/story-context/instructions.md"
- "bmad/bmm/workflows/story-context/checklist.md"