chore(agent): configure AI agents and tools

Add configuration for BMad, Claude, OpenCode, and other AI agent tools and workflows.
This commit is contained in:
2026-02-11 11:51:23 +08:00
parent 9c2181f743
commit ad8e2e313e
977 changed files with 157625 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
name,description,module,path
"brainstorming","Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods","core","_bmad/core/workflows/brainstorming/workflow.md"
"party-mode","Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations","core","_bmad/core/workflows/party-mode/workflow.md"
"agent","Tri-modal workflow for creating, editing, and validating BMAD Core compliant agents","bmb","_bmad/bmb/workflows/agent/workflow.md"
"module","Quad-modal workflow for creating BMAD modules (Brief + Create + Edit + Validate)","bmb","_bmad/bmb/workflows/module/workflow.md"
"workflow","Create structured standalone workflows using markdown-based step architecture (tri-modal: create, validate, edit)","bmb","_bmad/bmb/workflows/workflow/workflow.md"
"create-product-brief","Create comprehensive product briefs through collaborative step-by-step discovery as creative Business Analyst working with the user as peers.","bmm","_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md"
"research","Conduct comprehensive research across multiple domains using current web data and verified sources - Market, Technical, Domain and other research types.","bmm","_bmad/bmm/workflows/1-analysis/research/workflow.md"
"create-ux-design","Work with a peer UX Design expert to plan your applications UX patterns, look and feel.","bmm","_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md"
"prd","PRD tri-modal workflow - Create, Validate, or Edit comprehensive PRDs","bmm","_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md"
"check-implementation-readiness","Critical validation workflow that assesses PRD, Architecture, and Epics & Stories for completeness and alignment before implementation. Uses adversarial review approach to find gaps and issues.","bmm","_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md"
"create-architecture","Collaborative 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.","bmm","_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md"
"create-epics-and-stories","Transform PRD requirements and Architecture decisions into comprehensive stories organized by user value. This workflow requires completed PRD + Architecture documents (UX recommended if UI exists) and breaks down requirements into implementation-ready epics and user stories that incorporate all available technical and design context. Creates detailed, actionable stories with complete acceptance criteria for development teams.","bmm","_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md"
"code-review","Perform an ADVERSARIAL Senior Developer code review that finds 3-10 specific problems in every story. Challenges everything: code quality, test coverage, architecture compliance, security, performance. NEVER accepts `looks good` - must find minimum issues and can auto-fix with user approval.","bmm","_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml"
"correct-course","Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation","bmm","_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml"
"create-story","Create the next user story from epics+stories with enhanced context analysis and direct ready-for-dev marking","bmm","_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml"
"dev-story","Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria","bmm","_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml"
"retrospective","Run after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epic","bmm","_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml"
"sprint-planning","Generate 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 lifecycle","bmm","_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml"
"sprint-status","Summarize sprint-status.yaml, surface risks, and route to the right implementation workflow.","bmm","_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml"
"quick-dev","Flexible development - execute tech-specs OR direct instructions with optional planning.","bmm","_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md"
"quick-spec","Conversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec.","bmm","_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md"
"document-project","Analyzes and documents brownfield projects by scanning codebase, architecture, and patterns to create comprehensive reference documentation for AI-assisted development","bmm","_bmad/bmm/workflows/document-project/workflow.yaml"
"create-excalidraw-dataflow","Create data flow diagrams (DFD) in Excalidraw format","bmm","_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml"
"create-excalidraw-diagram","Create system architecture diagrams, ERDs, UML diagrams, or general technical diagrams in Excalidraw format","bmm","_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml"
"create-excalidraw-flowchart","Create a flowchart visualization in Excalidraw format for processes, pipelines, or logic flows","bmm","_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml"
"create-excalidraw-wireframe","Create website or app wireframes in Excalidraw format","bmm","_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml"
"generate-project-context","Creates a concise project-context.md file with critical rules and patterns that AI agents must follow when implementing code. Optimized for LLM context efficiency.","bmm","_bmad/bmm/workflows/generate-project-context/workflow.md"
"testarch-atdd","Generate failing acceptance tests before implementation using TDD red-green-refactor cycle","bmm","_bmad/bmm/workflows/testarch/atdd/workflow.yaml"
"testarch-automate","Expand test automation coverage after implementation or analyze existing codebase to generate comprehensive test suite","bmm","_bmad/bmm/workflows/testarch/automate/workflow.yaml"
"testarch-ci","Scaffold CI/CD quality pipeline with test execution, burn-in loops, and artifact collection","bmm","_bmad/bmm/workflows/testarch/ci/workflow.yaml"
"testarch-framework","Initialize production-ready test framework architecture (Playwright or Cypress) with fixtures, helpers, and configuration","bmm","_bmad/bmm/workflows/testarch/framework/workflow.yaml"
"testarch-nfr","Assess non-functional requirements (performance, security, reliability, maintainability) before release with evidence-based validation","bmm","_bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml"
"testarch-test-design","Dual-mode workflow: (1) System-level testability review in Solutioning phase, or (2) Epic-level test planning in Implementation phase. Auto-detects mode based on project phase.","bmm","_bmad/bmm/workflows/testarch/test-design/workflow.yaml"
"testarch-test-review","Review test quality using comprehensive knowledge base and best practices validation","bmm","_bmad/bmm/workflows/testarch/test-review/workflow.yaml"
"testarch-trace","Generate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED)","bmm","_bmad/bmm/workflows/testarch/trace/workflow.yaml"
"workflow-init","Initialize a new BMM project by determining level, type, and creating workflow path","bmm","_bmad/bmm/workflows/workflow-status/init/workflow.yaml"
"workflow-status","Lightweight status checker - answers """"what should I do now?"""" for any agent. Reads YAML status file for workflow tracking. Use workflow-init for new projects.","bmm","_bmad/bmm/workflows/workflow-status/workflow.yaml"
"design-thinking","Guide 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.","cis","_bmad/cis/workflows/design-thinking/workflow.yaml"
"innovation-strategy","Identify 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.","cis","_bmad/cis/workflows/innovation-strategy/workflow.yaml"
"problem-solving","Apply 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.","cis","_bmad/cis/workflows/problem-solving/workflow.yaml"
"storytelling","Craft 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.","cis","_bmad/cis/workflows/storytelling/workflow.yaml"
1 name description module path
2 brainstorming Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods core _bmad/core/workflows/brainstorming/workflow.md
3 party-mode Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations core _bmad/core/workflows/party-mode/workflow.md
4 agent Tri-modal workflow for creating, editing, and validating BMAD Core compliant agents bmb _bmad/bmb/workflows/agent/workflow.md
5 module Quad-modal workflow for creating BMAD modules (Brief + Create + Edit + Validate) bmb _bmad/bmb/workflows/module/workflow.md
6 workflow Create structured standalone workflows using markdown-based step architecture (tri-modal: create, validate, edit) bmb _bmad/bmb/workflows/workflow/workflow.md
7 create-product-brief Create comprehensive product briefs through collaborative step-by-step discovery as creative Business Analyst working with the user as peers. bmm _bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md
8 research Conduct comprehensive research across multiple domains using current web data and verified sources - Market, Technical, Domain and other research types. bmm _bmad/bmm/workflows/1-analysis/research/workflow.md
9 create-ux-design Work with a peer UX Design expert to plan your applications UX patterns, look and feel. bmm _bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md
10 prd PRD tri-modal workflow - Create, Validate, or Edit comprehensive PRDs bmm _bmad/bmm/workflows/2-plan-workflows/prd/workflow.md
11 check-implementation-readiness Critical validation workflow that assesses PRD, Architecture, and Epics & Stories for completeness and alignment before implementation. Uses adversarial review approach to find gaps and issues. bmm _bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md
12 create-architecture Collaborative 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. bmm _bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md
13 create-epics-and-stories Transform PRD requirements and Architecture decisions into comprehensive stories organized by user value. This workflow requires completed PRD + Architecture documents (UX recommended if UI exists) and breaks down requirements into implementation-ready epics and user stories that incorporate all available technical and design context. Creates detailed, actionable stories with complete acceptance criteria for development teams. bmm _bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md
14 code-review Perform an ADVERSARIAL Senior Developer code review that finds 3-10 specific problems in every story. Challenges everything: code quality, test coverage, architecture compliance, security, performance. NEVER accepts `looks good` - must find minimum issues and can auto-fix with user approval. bmm _bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
15 correct-course Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation bmm _bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
16 create-story Create the next user story from epics+stories with enhanced context analysis and direct ready-for-dev marking bmm _bmad/bmm/workflows/4-implementation/create-story/workflow.yaml
17 dev-story Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria bmm _bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml
18 retrospective Run after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epic bmm _bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml
19 sprint-planning Generate 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 lifecycle bmm _bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml
20 sprint-status Summarize sprint-status.yaml, surface risks, and route to the right implementation workflow. bmm _bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml
21 quick-dev Flexible development - execute tech-specs OR direct instructions with optional planning. bmm _bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md
22 quick-spec Conversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec. bmm _bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md
23 document-project Analyzes and documents brownfield projects by scanning codebase, architecture, and patterns to create comprehensive reference documentation for AI-assisted development bmm _bmad/bmm/workflows/document-project/workflow.yaml
24 create-excalidraw-dataflow Create data flow diagrams (DFD) in Excalidraw format bmm _bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml
25 create-excalidraw-diagram Create system architecture diagrams, ERDs, UML diagrams, or general technical diagrams in Excalidraw format bmm _bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml
26 create-excalidraw-flowchart Create a flowchart visualization in Excalidraw format for processes, pipelines, or logic flows bmm _bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml
27 create-excalidraw-wireframe Create website or app wireframes in Excalidraw format bmm _bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml
28 generate-project-context Creates a concise project-context.md file with critical rules and patterns that AI agents must follow when implementing code. Optimized for LLM context efficiency. bmm _bmad/bmm/workflows/generate-project-context/workflow.md
29 testarch-atdd Generate failing acceptance tests before implementation using TDD red-green-refactor cycle bmm _bmad/bmm/workflows/testarch/atdd/workflow.yaml
30 testarch-automate Expand test automation coverage after implementation or analyze existing codebase to generate comprehensive test suite bmm _bmad/bmm/workflows/testarch/automate/workflow.yaml
31 testarch-ci Scaffold CI/CD quality pipeline with test execution, burn-in loops, and artifact collection bmm _bmad/bmm/workflows/testarch/ci/workflow.yaml
32 testarch-framework Initialize production-ready test framework architecture (Playwright or Cypress) with fixtures, helpers, and configuration bmm _bmad/bmm/workflows/testarch/framework/workflow.yaml
33 testarch-nfr Assess non-functional requirements (performance, security, reliability, maintainability) before release with evidence-based validation bmm _bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml
34 testarch-test-design Dual-mode workflow: (1) System-level testability review in Solutioning phase, or (2) Epic-level test planning in Implementation phase. Auto-detects mode based on project phase. bmm _bmad/bmm/workflows/testarch/test-design/workflow.yaml
35 testarch-test-review Review test quality using comprehensive knowledge base and best practices validation bmm _bmad/bmm/workflows/testarch/test-review/workflow.yaml
36 testarch-trace Generate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED) bmm _bmad/bmm/workflows/testarch/trace/workflow.yaml
37 workflow-init Initialize a new BMM project by determining level, type, and creating workflow path bmm _bmad/bmm/workflows/workflow-status/init/workflow.yaml
38 workflow-status Lightweight status checker - answers ""what should I do now?"" for any agent. Reads YAML status file for workflow tracking. Use workflow-init for new projects. bmm _bmad/bmm/workflows/workflow-status/workflow.yaml
39 design-thinking Guide 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. cis _bmad/cis/workflows/design-thinking/workflow.yaml
40 innovation-strategy Identify 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. cis _bmad/cis/workflows/innovation-strategy/workflow.yaml
41 problem-solving Apply 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. cis _bmad/cis/workflows/problem-solving/workflow.yaml
42 storytelling Craft 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. cis _bmad/cis/workflows/storytelling/workflow.yaml