All checks were successful
ci / fast (linux) (push) Successful in 6m46s
Install BMAD workflow framework with agent commands and templates. Create product brief, PRD, project context, and architecture decision document covering networking/persistence strategy, JS engine evolution path, threading model, web_api scaling, system integration, and tab/process model. Add generated project documentation (architecture overview, component inventory, development guide, source tree analysis). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8.6 KiB
8.6 KiB
| 1 | name | description | module | path |
|---|---|---|---|---|
| 2 | brainstorming | Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate. | core | _bmad/core/workflows/brainstorming/workflow.md |
| 3 | party-mode | Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations. Use when user requests party mode. | core | _bmad/core/workflows/party-mode/workflow.md |
| 4 | testarch-atdd | Generate failing acceptance tests using TDD cycle. Use when the user says "lets write acceptance tests" or "I want to do ATDD" | tea | _bmad/tea/workflows/testarch/atdd/workflow.yaml |
| 5 | testarch-automate | Expand test automation coverage for codebase. Use when the user says "lets expand test coverage" or "I want to automate tests" | tea | _bmad/tea/workflows/testarch/automate/workflow.yaml |
| 6 | testarch-ci | Scaffold CI/CD quality pipeline with test execution. Use when the user says "lets setup CI pipeline" or "I want to create quality gates" | tea | _bmad/tea/workflows/testarch/ci/workflow.yaml |
| 7 | testarch-framework | Initialize test framework with Playwright or Cypress. Use when the user says "lets setup test framework" or "I want to initialize testing framework" | tea | _bmad/tea/workflows/testarch/framework/workflow.yaml |
| 8 | testarch-nfr | Assess NFRs like performance security and reliability. Use when the user says "lets assess NFRs" or "I want to evaluate non-functional requirements" | tea | _bmad/tea/workflows/testarch/nfr-assess/workflow.yaml |
| 9 | teach-me-testing | Teach testing progressively through structured sessions. Use when user says "lets learn testing" or "I want to study test practices" | tea | _bmad/tea/workflows/testarch/teach-me-testing/workflow.md |
| 10 | testarch-test-design | Create system-level or epic-level test plans. Use when the user says "lets design test plan" or "I want to create test strategy" | tea | _bmad/tea/workflows/testarch/test-design/workflow.yaml |
| 11 | testarch-test-review | Review test quality using best practices validation. Use when the user says "lets review tests" or "I want to evaluate test quality" | tea | _bmad/tea/workflows/testarch/test-review/workflow.yaml |
| 12 | testarch-trace | Generate traceability matrix and quality gate decision. Use when the user says "lets create traceability matrix" or "I want to analyze test coverage" | tea | _bmad/tea/workflows/testarch/trace/workflow.yaml |
| 13 | create-product-brief | Create product brief through collaborative discovery. Use when the user says "lets create a product brief" or "help me create a project brief" | bmm | _bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md |
| 14 | domain-research | Conduct domain and industry research. Use when the user says "lets create a research report on [domain or industry]" | bmm | _bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md |
| 15 | market-research | Conduct market research on competition and customers. Use when the user says "create a market research report about [business idea]". | bmm | _bmad/bmm/workflows/1-analysis/research/workflow-market-research.md |
| 16 | technical-research | Conduct technical research on technologies and architecture. Use when the user says "create a technical research report on [topic]". | bmm | _bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md |
| 17 | create-prd | Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD" | bmm | _bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md |
| 18 | edit-prd | Edit an existing PRD. Use when the user says "edit this PRD". | bmm | _bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md |
| 19 | validate-prd | Validate a PRD against standards. Use when the user says "validate this PRD" or "run PRD validation" | bmm | _bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md |
| 20 | create-ux-design | Plan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX" | bmm | _bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md |
| 21 | check-implementation-readiness | Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness". | bmm | _bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md |
| 22 | create-architecture | Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design" | bmm | _bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md |
| 23 | create-epics-and-stories | Break requirements into epics and user stories. Use when the user says "create the epics and stories list" | bmm | _bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md |
| 24 | code-review | Perform adversarial code review finding specific issues. Use when the user says "run code review" or "review this code" | bmm | _bmad/bmm/workflows/4-implementation/code-review/workflow.yaml |
| 25 | correct-course | Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change" | bmm | _bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml |
| 26 | create-story | Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]" | bmm | _bmad/bmm/workflows/4-implementation/create-story/workflow.yaml |
| 27 | dev-story | Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan" | bmm | _bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml |
| 28 | retrospective | Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]" | bmm | _bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml |
| 29 | sprint-planning | Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan" | bmm | _bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml |
| 30 | sprint-status | Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status" | bmm | _bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml |
| 31 | quick-dev | Implement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says "implement this quick spec" or "proceed with implementation of [quick tech spec]" | bmm | _bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md |
| 32 | quick-spec | Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says "create a quick spec" or "generate a quick tech spec" | bmm | _bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md |
| 33 | document-project | Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs" | bmm | _bmad/bmm/workflows/document-project/workflow.yaml |
| 34 | generate-project-context | Create project-context.md with AI rules. Use when the user says "generate project context" or "create project context" | bmm | _bmad/bmm/workflows/generate-project-context/workflow.md |
| 35 | qa-generate-e2e-tests | Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]" | bmm | _bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml |
| 36 | design-thinking | Guide human-centered design processes using empathy-driven methodologies. Use when the user says "lets run design thinking" or "I want to apply design thinking" | cis | _bmad/cis/workflows/design-thinking/workflow.yaml |
| 37 | innovation-strategy | Identify disruption opportunities and architect business model innovation. Use when the user says "lets create an innovation strategy" or "I want to find disruption opportunities" | cis | _bmad/cis/workflows/innovation-strategy/workflow.yaml |
| 38 | problem-solving | Apply systematic problem-solving methodologies to complex challenges. Use when the user says "guide me through structured problem solving" or "I want to crack this challenge with guided problem solving techniques" | cis | _bmad/cis/workflows/problem-solving/workflow.yaml |
| 39 | storytelling | Craft compelling narratives using story frameworks. Use when the user says "help me with storytelling" or "I want to create a narrative through storytelling" | cis | _bmad/cis/workflows/storytelling/workflow.yaml |