installer and bundler progress
This commit is contained in:
@@ -34,10 +34,4 @@ 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"
|
||||
web_bundle: false
|
||||
|
||||
@@ -71,12 +71,4 @@ execution_hints:
|
||||
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"
|
||||
use_advanced_elicitation: true
|
||||
web_bundle_files:
|
||||
- "bmad/bmm/workflows/create-story/template.md"
|
||||
- "bmad/bmm/workflows/create-story/instructions.md"
|
||||
- "bmad/bmm/workflows/create-story/checklist.md"
|
||||
web_bundle: false
|
||||
|
||||
@@ -52,11 +52,4 @@ execution_hints:
|
||||
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"
|
||||
use_advanced_elicitation: true
|
||||
web_bundle_files:
|
||||
- "bmad/bmm/workflows/dev-story/instructions.md"
|
||||
- "bmad/bmm/workflows/dev-story/checklist.md"
|
||||
web_bundle: false
|
||||
|
||||
@@ -40,10 +40,4 @@ validation_required:
|
||||
- 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"
|
||||
use_advanced_elicitation: true
|
||||
web_bundle_files:
|
||||
- "bmad/bmm/workflows/4-implementation/retrospective/instructions.md"
|
||||
web_bundle: false
|
||||
|
||||
@@ -98,11 +98,4 @@ execution_hints:
|
||||
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"
|
||||
use_advanced_elicitation: true
|
||||
web_bundle_files:
|
||||
- "bmad/bmm/workflows/review-story/instructions.md"
|
||||
- "bmad/bmm/workflows/review-story/checklist.md"
|
||||
web_bundle: false
|
||||
|
||||
@@ -55,12 +55,4 @@ execution_hints:
|
||||
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"
|
||||
use_advanced_elicitation: true
|
||||
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"
|
||||
web_bundle: false
|
||||
|
||||
Reference in New Issue
Block a user