BMAD-METHOD/.bmad/_cfg/workflow-manifest.csv

14 KiB

1namedescriptionmodulepathstandalone
2brainstormingFacilitate interactive brainstorming sessions using diverse creative techniques. This workflow facilitates interactive brainstorming sessions using diverse creative techniques. The session is highly interactive, with the AI acting as a facilitator to guide the user through various ideation methods to generate and refine creative solutions.corebmad/core/workflows/brainstorming/workflow.yamltrue
3party-modeOrchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversationscorebmad/core/workflows/party-mode/workflow.yamltrue
4audit-workflowComprehensive workflow quality audit - validates structure, config standards, variable usage, bloat detection, and web_bundle completeness. Performs deep analysis of workflow.yaml, instructions.md, template.md, and web_bundle configuration against BMAD v6 standards.bmbbmad/bmb/workflows/audit-workflow/workflow.yamltrue
5convert-legacyConverts legacy BMAD v4 or similar items (agents, workflows, modules) to BMad Core compliant format with proper structure and conventionsbmbbmad/bmb/workflows/convert-legacy/workflow.yamltrue
6create-agentInteractive workflow to build BMAD Core compliant agents (YAML source compiled to .md during install) with optional brainstorming, persona development, and command structurebmbbmad/bmb/workflows/create-agent/workflow.yamltrue
7create-moduleInteractive workflow to build complete BMAD modules with agents, workflows, tasks, and installation infrastructurebmbbmad/bmb/workflows/create-module/workflow.yamltrue
8create-workflowInteractive workflow builder that guides creation of new BMAD workflows with proper structure and validation for optimal human-AI collaboration. Includes optional brainstorming phase for workflow ideas and design.bmbbmad/bmb/workflows/create-workflow/workflow.yamltrue
9edit-agentEdit existing BMAD agents while following all best practices and conventionsbmbbmad/bmb/workflows/edit-agent/workflow.yamltrue
10edit-moduleEdit existing BMAD modules (structure, agents, workflows, documentation) while following all best practicesbmbbmad/bmb/workflows/edit-module/workflow.yamltrue
11edit-workflowEdit existing BMAD workflows while following all best practices and conventionsbmbbmad/bmb/workflows/edit-workflow/workflow.yamltrue
12module-briefCreate a comprehensive Module Brief that serves as the blueprint for building new BMAD modules using strategic analysis and creative visionbmbbmad/bmb/workflows/module-brief/workflow.yamltrue
13redocAutonomous documentation system that maintains module, workflow, and agent documentation using a reverse-tree approach (leaf folders first, then parents). Understands BMAD conventions and produces technical writer quality output.bmbbmad/bmb/workflows/redoc/workflow.yamltrue
14brainstorm-projectFacilitate project brainstorming sessions by orchestrating the CIS brainstorming workflow with project-specific context and guidance.bmmbmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yamltrue
15domain-researchCollaborative exploration of domain-specific requirements, regulations, and patterns for complex projectsbmmbmad/bmm/workflows/1-analysis/domain-research/workflow.yamltrue
16product-briefInteractive product brief creation workflow that guides users through defining their product vision with multiple input sources and conversational collaborationbmmbmad/bmm/workflows/1-analysis/product-brief/workflow.yamltrue
17researchAdaptive research workflow supporting multiple research types: market research, deep research prompt generation, technical/architecture evaluation, competitive intelligence, user research, and domain analysisbmmbmad/bmm/workflows/1-analysis/research/workflow.yamltrue
18create-ux-designCollaborative UX design facilitation workflow that creates exceptional user experiences through visual exploration and informed decision-making. Unlike template-driven approaches, this workflow facilitates discovery, generates visual options, and collaboratively designs the UX with the user at every step.bmmbmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yamltrue
19create-epics-and-storiesTransform PRD requirements into bite-sized stories organized in epics for 200k context dev agentsbmmbmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yamltrue
20prdUnified PRD workflow for BMad Method and Enterprise Method tracks. Produces strategic PRD and tactical epic breakdown. Hands off to architecture workflow for technical design. Note: Quick Flow track uses tech-spec workflow.bmmbmad/bmm/workflows/2-plan-workflows/prd/workflow.yamltrue
21tech-specTechnical specification workflow for Level 0 projects (single atomic changes). Creates focused tech spec for bug fixes, single endpoint additions, or small isolated changes. Tech-spec only - no PRD needed.bmmbmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yamltrue
22architectureCollaborative architectural decision facilitation for AI-agent consistency. Replaces template-driven architecture with intelligent, adaptive conversation that produces a decision-focused architecture document optimized for preventing agent conflicts.bmmbmad/bmm/workflows/3-solutioning/architecture/workflow.yamltrue
23solutioning-gate-checkSystematically validate that all planning and solutioning phases are complete and properly aligned before transitioning to Phase 4 implementation. Ensures PRD, architecture, and stories are cohesive with no gaps or contradictions.bmmbmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yamltrue
24code-reviewPerform a Senior Developer code 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.bmmbmad/bmm/workflows/4-implementation/code-review/workflow.yamltrue
25correct-courseNavigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementationbmmbmad/bmm/workflows/4-implementation/correct-course/workflow.yamltrue
26create-storyCreate the next user story markdown from epics/PRD and architecture, using a standard template and saving to the stories folderbmmbmad/bmm/workflows/4-implementation/create-story/workflow.yamltrue
27dev-storyExecute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteriabmmbmad/bmm/workflows/4-implementation/dev-story/workflow.yamltrue
28epic-tech-contextGenerate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mappingbmmbmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yamltrue
29retrospectiveRun after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epicbmmbmad/bmm/workflows/4-implementation/retrospective/workflow.yamltrue
30sprint-planningGenerate and manage the sprint status tracking file for Phase 4 implementation, extracting all epics and stories from epic files and tracking their status through the development lifecyclebmmbmad/bmm/workflows/4-implementation/sprint-planning/workflow.yamltrue
31story-contextAssemble a dynamic Story Context XML by pulling latest documentation and existing code/library artifacts relevant to a drafted storybmmbmad/bmm/workflows/4-implementation/story-context/workflow.yamltrue
32story-doneMarks a story as done (DoD complete) and moves it from its current status → DONE in the status file. Advances the story queue. Simple status-update workflow with no searching required.bmmbmad/bmm/workflows/4-implementation/story-done/workflow.yamltrue
33story-readyMarks a drafted story as ready for development and moves it from TODO → IN PROGRESS in the status file. Simple status-update workflow with no searching required.bmmbmad/bmm/workflows/4-implementation/story-ready/workflow.yamltrue
34debug-assert-analyzeAnalyze code for missing assertions and invariants. Suggests defensive programming improvements.bmmbmad/bmm/workflows/debug/assert-analyze/workflow.yamlfalse
35debug-reportGenerate comprehensive debug report consolidating all findings, analyses, and recommendations from debugging session.bmmbmad/bmm/workflows/debug/debug-report/workflow.yamlfalse
36debug-delta-minimizeAutomatically reduce failing test case to minimal reproduction. Essential for complex input-dependent failures.bmmbmad/bmm/workflows/debug/delta-minimize/workflow.yamlfalse
37debug-inspectComprehensive Fagan inspection for systematic bug analysis and resolution. Achieves 60-90% defect detection rates through formal 6-phase methodology.bmmbmad/bmm/workflows/debug/inspect/workflow.yamlfalse
38debug-instrumentDesign strategic logging and monitoring points. Creates instrumentation plan for production debugging.bmmbmad/bmm/workflows/debug/instrument/workflow.yamlfalse
39debug-pattern-analysisAnalyze recent commits and code changes for defect patterns and systemic issues.bmmbmad/bmm/workflows/debug/pattern-analysis/workflow.yamlfalse
40debug-quickRapid triage and initial analysis for simple issues. Provides immediate assessment and suggested next steps.bmmbmad/bmm/workflows/debug/quick-debug/workflow.yamlfalse
41debug-root-causeFocused root cause analysis using fishbone (Ishikawa) methodology and 5-Whys technique to identify underlying defect causes.bmmbmad/bmm/workflows/debug/root-cause/workflow.yamlfalse
42debug-static-scanPerform comprehensive static analysis for common defects. Identifies anti-patterns, security issues, and code smells.bmmbmad/bmm/workflows/debug/static-scan/workflow.yamlfalse
43debug-validate-fixVerify proposed fix addresses root cause without side effects. Includes regression risk assessment.bmmbmad/bmm/workflows/debug/validate-fix/workflow.yamlfalse
44debug-walkthrough-prepGenerate materials for code walkthrough session. Creates review checklist and presentation outline.bmmbmad/bmm/workflows/debug/walkthrough-prep/workflow.yamlfalse
45debug-wolf-fenceExecute binary search debugging to isolate bug location efficiently. Highly effective for large codebases.bmmbmad/bmm/workflows/debug/wolf-fence/workflow.yamlfalse
46document-projectAnalyzes and documents brownfield projects by scanning codebase, architecture, and patterns to create comprehensive reference documentation for AI-assisted developmentbmmbmad/bmm/workflows/document-project/workflow.yamltrue
47testarch-atddGenerate failing acceptance tests before implementation using TDD red-green-refactor cyclebmmbmad/bmm/workflows/testarch/atdd/workflow.yamlfalse
48testarch-automateExpand test automation coverage after implementation or analyze existing codebase to generate comprehensive test suitebmmbmad/bmm/workflows/testarch/automate/workflow.yamlfalse
49testarch-ciScaffold CI/CD quality pipeline with test execution, burn-in loops, and artifact collectionbmmbmad/bmm/workflows/testarch/ci/workflow.yamlfalse
50testarch-frameworkInitialize production-ready test framework architecture (Playwright or Cypress) with fixtures, helpers, and configurationbmmbmad/bmm/workflows/testarch/framework/workflow.yamlfalse
51testarch-nfrAssess non-functional requirements (performance, security, reliability, maintainability) before release with evidence-based validationbmmbmad/bmm/workflows/testarch/nfr-assess/workflow.yamlfalse
52testarch-test-designPlan risk mitigation and test coverage strategy before development with risk assessment and prioritizationbmmbmad/bmm/workflows/testarch/test-design/workflow.yamlfalse
53testarch-test-reviewReview test quality using comprehensive knowledge base and best practices validationbmmbmad/bmm/workflows/testarch/test-review/workflow.yamlfalse
54testarch-traceGenerate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED)bmmbmad/bmm/workflows/testarch/trace/workflow.yamlfalse
55workflow-initInitialize a new BMM project by determining level, type, and creating workflow pathbmmbmad/bmm/workflows/workflow-status/init/workflow.yamltrue
56workflow-statusLightweight status checker - answers "what should I do now?" for any agent. Reads YAML status file for workflow tracking. Use workflow-init for new projects.bmmbmad/bmm/workflows/workflow-status/workflow.yamltrue
57design-thinkingGuide human-centered design processes using empathy-driven methodologies. This workflow walks through the design thinking phases - Empathize, Define, Ideate, Prototype, and Test - to create solutions deeply rooted in user needs.cisbmad/cis/workflows/design-thinking/workflow.yamltrue
58innovation-strategyIdentify disruption opportunities and architect business model innovation. This workflow guides strategic analysis of markets, competitive dynamics, and business model innovation to uncover sustainable competitive advantages and breakthrough opportunities.cisbmad/cis/workflows/innovation-strategy/workflow.yamltrue
59problem-solvingApply systematic problem-solving methodologies to crack complex challenges. This workflow guides through problem diagnosis, root cause analysis, creative solution generation, evaluation, and implementation planning using proven frameworks.cisbmad/cis/workflows/problem-solving/workflow.yamltrue
60storytellingCraft compelling narratives using proven story frameworks and techniques. This workflow guides users through structured narrative development, applying appropriate story frameworks to create emotionally resonant and engaging stories for any purpose.cisbmad/cis/workflows/storytelling/workflow.yamltrue