Features: - BMAD (Build Modular AI-driven Development) framework setup - BMM, BMB, CIS, Core modules configured - Story 1.1: Component trait with error handling - Workspace Cargo.toml with components crate - 31 tests passing (19 unit + 12 doc tests) Technical: - Component trait with compute_residuals, jacobian_entries, n_equations - ComponentError enum with thiserror - JacobianBuilder for sparse matrix construction - Object-safe trait supporting Box<dyn Component> - Comprehensive documentation and examples
8.9 KiB
8.9 KiB
| 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 | create-agent | Create a new BMAD agent with best practices and compliance | bmb | _bmad/bmb/workflows/agent/workflow-create-agent.md |
| 5 | edit-agent | Edit existing BMAD agents while maintaining compliance | bmb | _bmad/bmb/workflows/agent/workflow-edit-agent.md |
| 6 | validate-agent | Validate existing BMAD agents and offer to improve deficiencies | bmb | _bmad/bmb/workflows/agent/workflow-validate-agent.md |
| 7 | create-module-brief | Create product brief for BMAD module development | bmb | _bmad/bmb/workflows/module/workflow-create-module-brief.md |
| 8 | create-module | Create a complete BMAD module with agents, workflows, and infrastructure | bmb | _bmad/bmb/workflows/module/workflow-create-module.md |
| 9 | edit-module | Edit existing BMAD modules while maintaining coherence | bmb | _bmad/bmb/workflows/module/workflow-edit-module.md |
| 10 | validate-module | Run compliance check on BMAD modules against best practices | bmb | _bmad/bmb/workflows/module/workflow-validate-module.md |
| 11 | create-workflow | Create a new BMAD workflow with proper structure and best practices | bmb | _bmad/bmb/workflows/workflow/workflow-create-workflow.md |
| 12 | edit-workflow | Edit existing BMAD workflows while maintaining integrity | bmb | _bmad/bmb/workflows/workflow/workflow-edit-workflow.md |
| 13 | rework-workflow | Rework a Workflow to a V6 Compliant Version | bmb | _bmad/bmb/workflows/workflow/workflow-rework-workflow.md |
| 14 | validate-max-parallel-workflow | Run validation checks in MAX-PARALLEL mode against a workflow requires a tool that supports Parallel Sub-Processes | bmb | _bmad/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md |
| 15 | validate-workflow | Run validation check on BMAD workflows against best practices | bmb | _bmad/bmb/workflows/workflow/workflow-validate-workflow.md |
| 16 | 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 |
| 17 | domain-research | Conduct domain research covering industry analysis, regulations, technology trends, and ecosystem dynamics using current web data and verified sources. | bmm | _bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md |
| 18 | market-research | Conduct market research covering market size, growth, competition, and customer insights using current web data and verified sources. | bmm | _bmad/bmm/workflows/1-analysis/research/workflow-market-research.md |
| 19 | technical-research | Conduct technical research covering technology evaluation, architecture decisions, and implementation approaches using current web data and verified sources. | bmm | _bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md |
| 20 | create-prd | Create a comprehensive PRD (Product Requirements Document) through structured workflow facilitation | bmm | _bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md |
| 21 | edit-prd | Edit and improve an existing PRD - enhance clarity, completeness, and quality | bmm | _bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md |
| 22 | validate-prd | Validate an existing PRD against BMAD standards - comprehensive review for completeness, clarity, and quality | bmm | _bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md |
| 23 | 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 |
| 24 | 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 |
| 25 | 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 |
| 26 | 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 |
| 27 | 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 |
| 28 | 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 |
| 29 | 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 |
| 30 | 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 |
| 31 | 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 |
| 32 | 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 |
| 33 | 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 |
| 34 | quick-dev | Flexible development - execute tech-specs OR direct instructions with optional planning. | bmm | _bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md |
| 35 | 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 |
| 36 | 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 |
| 37 | 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 |
| 38 | qa-automate | Generate tests quickly for existing features using standard test patterns | bmm | _bmad/bmm/workflows/qa/automate/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 |