Entropyk/_bmad/_config/workflow-manifest.csv
Sepehr 1fdfefe631 Initial commit: BMAD framework + Story 1.1 Component Trait Definition
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
2026-02-14 13:54:04 +01:00

8.9 KiB

1namedescriptionmodulepath
2brainstormingFacilitate interactive brainstorming sessions using diverse creative techniques and ideation methodscore_bmad/core/workflows/brainstorming/workflow.md
3party-modeOrchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversationscore_bmad/core/workflows/party-mode/workflow.md
4create-agentCreate a new BMAD agent with best practices and compliancebmb_bmad/bmb/workflows/agent/workflow-create-agent.md
5edit-agentEdit existing BMAD agents while maintaining compliancebmb_bmad/bmb/workflows/agent/workflow-edit-agent.md
6validate-agentValidate existing BMAD agents and offer to improve deficienciesbmb_bmad/bmb/workflows/agent/workflow-validate-agent.md
7create-module-briefCreate product brief for BMAD module developmentbmb_bmad/bmb/workflows/module/workflow-create-module-brief.md
8create-moduleCreate a complete BMAD module with agents, workflows, and infrastructurebmb_bmad/bmb/workflows/module/workflow-create-module.md
9edit-moduleEdit existing BMAD modules while maintaining coherencebmb_bmad/bmb/workflows/module/workflow-edit-module.md
10validate-moduleRun compliance check on BMAD modules against best practicesbmb_bmad/bmb/workflows/module/workflow-validate-module.md
11create-workflowCreate a new BMAD workflow with proper structure and best practicesbmb_bmad/bmb/workflows/workflow/workflow-create-workflow.md
12edit-workflowEdit existing BMAD workflows while maintaining integritybmb_bmad/bmb/workflows/workflow/workflow-edit-workflow.md
13rework-workflowRework a Workflow to a V6 Compliant Versionbmb_bmad/bmb/workflows/workflow/workflow-rework-workflow.md
14validate-max-parallel-workflowRun validation checks in MAX-PARALLEL mode against a workflow requires a tool that supports Parallel Sub-Processesbmb_bmad/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md
15validate-workflowRun validation check on BMAD workflows against best practicesbmb_bmad/bmb/workflows/workflow/workflow-validate-workflow.md
16create-product-briefCreate 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
17domain-researchConduct 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
18market-researchConduct 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
19technical-researchConduct 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
20create-prdCreate a comprehensive PRD (Product Requirements Document) through structured workflow facilitationbmm_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md
21edit-prdEdit and improve an existing PRD - enhance clarity, completeness, and qualitybmm_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md
22validate-prdValidate an existing PRD against BMAD standards - comprehensive review for completeness, clarity, and qualitybmm_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md
23create-ux-designWork 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
24check-implementation-readinessCritical 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
25create-architectureCollaborative 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
26create-epics-and-storiesTransform 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
27code-reviewPerform 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
28correct-courseNavigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementationbmm_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
29create-storyCreate the next user story from epics+stories with enhanced context analysis and direct ready-for-dev markingbmm_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml
30dev-storyExecute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteriabmm_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml
31retrospectiveRun after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epicbmm_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml
32sprint-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 lifecyclebmm_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml
33sprint-statusSummarize sprint-status.yaml, surface risks, and route to the right implementation workflow.bmm_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml
34quick-devFlexible development - execute tech-specs OR direct instructions with optional planning.bmm_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md
35quick-specConversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec.bmm_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md
36document-projectAnalyzes and documents brownfield projects by scanning codebase, architecture, and patterns to create comprehensive reference documentation for AI-assisted developmentbmm_bmad/bmm/workflows/document-project/workflow.yaml
37generate-project-contextCreates 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
38qa-automateGenerate tests quickly for existing features using standard test patternsbmm_bmad/bmm/workflows/qa/automate/workflow.yaml
39design-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.cis_bmad/cis/workflows/design-thinking/workflow.yaml
40innovation-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.cis_bmad/cis/workflows/innovation-strategy/workflow.yaml
41problem-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.cis_bmad/cis/workflows/problem-solving/workflow.yaml
42storytellingCraft 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