Archon/bmad/_cfg/workflow-manifest.csv
Luis Erlacher 413c6e59a5
Some checks are pending
Build Images / build-server-docker (push) Waiting to run
Build Images / build-mcp-docker (push) Blocked by required conditions
Build Images / build-agents-docker (push) Blocked by required conditions
Build Images / build-frontend-docker (push) Blocked by required conditions
Build Images / build-server-k8s (push) Blocked by required conditions
Build Images / build-mcp-k8s (push) Blocked by required conditions
Build Images / build-agents-k8s (push) Blocked by required conditions
Build Images / build-frontend-k8s (push) Blocked by required conditions
init
2025-11-04 15:31:52 -03:00

8.2 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
4brainstorm-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
5product-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
6researchAdaptive 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
7create-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
8narrativeNarrative design workflow for story-driven games and applications. Creates comprehensive narrative documentation including story structure, character arcs, dialogue systems, and narrative implementation guidance.bmmbmad/bmm/workflows/2-plan-workflows/narrative/workflow.yamltrue
9create-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
10prdUnified 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
11tech-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
12architectureCollaborative 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
13solutioning-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
14code-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
15correct-courseNavigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementationbmmbmad/bmm/workflows/4-implementation/correct-course/workflow.yamltrue
16create-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
17dev-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
18epic-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
19retrospectiveRun 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
20sprint-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
21story-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
22story-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
23story-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
24document-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
25testarch-atddGenerate failing acceptance tests before implementation using TDD red-green-refactor cyclebmmbmad/bmm/workflows/testarch/atdd/workflow.yamlfalse
26testarch-automateExpand test automation coverage after implementation or analyze existing codebase to generate comprehensive test suitebmmbmad/bmm/workflows/testarch/automate/workflow.yamlfalse
27testarch-ciScaffold CI/CD quality pipeline with test execution, burn-in loops, and artifact collectionbmmbmad/bmm/workflows/testarch/ci/workflow.yamlfalse
28testarch-frameworkInitialize production-ready test framework architecture (Playwright or Cypress) with fixtures, helpers, and configurationbmmbmad/bmm/workflows/testarch/framework/workflow.yamlfalse
29testarch-nfrAssess non-functional requirements (performance, security, reliability, maintainability) before release with evidence-based validationbmmbmad/bmm/workflows/testarch/nfr-assess/workflow.yamlfalse
30testarch-test-designPlan risk mitigation and test coverage strategy before development with risk assessment and prioritizationbmmbmad/bmm/workflows/testarch/test-design/workflow.yamlfalse
31testarch-test-reviewReview test quality using comprehensive knowledge base and best practices validationbmmbmad/bmm/workflows/testarch/test-review/workflow.yamlfalse
32testarch-traceGenerate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED)bmmbmad/bmm/workflows/testarch/trace/workflow.yamlfalse
33workflow-initInitialize a new BMM project by determining level, type, and creating workflow pathbmmbmad/bmm/workflows/workflow-status/init/workflow.yamltrue
34workflow-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