feat(components): add ThermoState generators and Eurovent backend demo

This commit is contained in:
Sepehr
2026-02-20 22:01:38 +01:00
parent 375d288950
commit 4a40fddfe3
271 changed files with 28614 additions and 447 deletions

View File

@@ -1,18 +1,6 @@
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"
"create-agent","Create a new BMAD agent with best practices and compliance","bmb","_bmad/bmb/workflows/agent/workflow-create-agent.md"
"edit-agent","Edit existing BMAD agents while maintaining compliance","bmb","_bmad/bmb/workflows/agent/workflow-edit-agent.md"
"validate-agent","Validate existing BMAD agents and offer to improve deficiencies","bmb","_bmad/bmb/workflows/agent/workflow-validate-agent.md"
"create-module-brief","Create product brief for BMAD module development","bmb","_bmad/bmb/workflows/module/workflow-create-module-brief.md"
"create-module","Create a complete BMAD module with agents, workflows, and infrastructure","bmb","_bmad/bmb/workflows/module/workflow-create-module.md"
"edit-module","Edit existing BMAD modules while maintaining coherence","bmb","_bmad/bmb/workflows/module/workflow-edit-module.md"
"validate-module","Run compliance check on BMAD modules against best practices","bmb","_bmad/bmb/workflows/module/workflow-validate-module.md"
"create-workflow","Create a new BMAD workflow with proper structure and best practices","bmb","_bmad/bmb/workflows/workflow/workflow-create-workflow.md"
"edit-workflow","Edit existing BMAD workflows while maintaining integrity","bmb","_bmad/bmb/workflows/workflow/workflow-edit-workflow.md"
"rework-workflow","Rework a Workflow to a V6 Compliant Version","bmb","_bmad/bmb/workflows/workflow/workflow-rework-workflow.md"
"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"
"validate-workflow","Run validation check on BMAD workflows against best practices","bmb","_bmad/bmb/workflows/workflow/workflow-validate-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"
"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"
"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"
@@ -36,6 +24,18 @@ name,description,module,path
"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"
"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"
"qa-automate","Generate tests quickly for existing features using standard test patterns","bmm","_bmad/bmm/workflows/qa/automate/workflow.yaml"
"create-agent","Create a new BMAD agent with best practices and compliance","bmb","_bmad/bmb/workflows/agent/workflow-create-agent.md"
"edit-agent","Edit existing BMAD agents while maintaining compliance","bmb","_bmad/bmb/workflows/agent/workflow-edit-agent.md"
"validate-agent","Validate existing BMAD agents and offer to improve deficiencies","bmb","_bmad/bmb/workflows/agent/workflow-validate-agent.md"
"create-module-brief","Create product brief for BMAD module development","bmb","_bmad/bmb/workflows/module/workflow-create-module-brief.md"
"create-module","Create a complete BMAD module with agents, workflows, and infrastructure","bmb","_bmad/bmb/workflows/module/workflow-create-module.md"
"edit-module","Edit existing BMAD modules while maintaining coherence","bmb","_bmad/bmb/workflows/module/workflow-edit-module.md"
"validate-module","Run compliance check on BMAD modules against best practices","bmb","_bmad/bmb/workflows/module/workflow-validate-module.md"
"create-workflow","Create a new BMAD workflow with proper structure and best practices","bmb","_bmad/bmb/workflows/workflow/workflow-create-workflow.md"
"edit-workflow","Edit existing BMAD workflows while maintaining integrity","bmb","_bmad/bmb/workflows/workflow/workflow-edit-workflow.md"
"rework-workflow","Rework a Workflow to a V6 Compliant Version","bmb","_bmad/bmb/workflows/workflow/workflow-rework-workflow.md"
"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"
"validate-workflow","Run validation check on BMAD workflows against best practices","bmb","_bmad/bmb/workflows/workflow/workflow-validate-workflow.md"
"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"
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
create-agent Create a new BMAD agent with best practices and compliance bmb _bmad/bmb/workflows/agent/workflow-create-agent.md
edit-agent Edit existing BMAD agents while maintaining compliance bmb _bmad/bmb/workflows/agent/workflow-edit-agent.md
validate-agent Validate existing BMAD agents and offer to improve deficiencies bmb _bmad/bmb/workflows/agent/workflow-validate-agent.md
create-module-brief Create product brief for BMAD module development bmb _bmad/bmb/workflows/module/workflow-create-module-brief.md
create-module Create a complete BMAD module with agents, workflows, and infrastructure bmb _bmad/bmb/workflows/module/workflow-create-module.md
edit-module Edit existing BMAD modules while maintaining coherence bmb _bmad/bmb/workflows/module/workflow-edit-module.md
validate-module Run compliance check on BMAD modules against best practices bmb _bmad/bmb/workflows/module/workflow-validate-module.md
create-workflow Create a new BMAD workflow with proper structure and best practices bmb _bmad/bmb/workflows/workflow/workflow-create-workflow.md
edit-workflow Edit existing BMAD workflows while maintaining integrity bmb _bmad/bmb/workflows/workflow/workflow-edit-workflow.md
rework-workflow Rework a Workflow to a V6 Compliant Version bmb _bmad/bmb/workflows/workflow/workflow-rework-workflow.md
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
validate-workflow Run validation check on BMAD workflows against best practices bmb _bmad/bmb/workflows/workflow/workflow-validate-workflow.md
4 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
5 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
6 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
24 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
25 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
26 qa-automate Generate tests quickly for existing features using standard test patterns bmm _bmad/bmm/workflows/qa/automate/workflow.yaml
27 create-agent Create a new BMAD agent with best practices and compliance bmb _bmad/bmb/workflows/agent/workflow-create-agent.md
28 edit-agent Edit existing BMAD agents while maintaining compliance bmb _bmad/bmb/workflows/agent/workflow-edit-agent.md
29 validate-agent Validate existing BMAD agents and offer to improve deficiencies bmb _bmad/bmb/workflows/agent/workflow-validate-agent.md
30 create-module-brief Create product brief for BMAD module development bmb _bmad/bmb/workflows/module/workflow-create-module-brief.md
31 create-module Create a complete BMAD module with agents, workflows, and infrastructure bmb _bmad/bmb/workflows/module/workflow-create-module.md
32 edit-module Edit existing BMAD modules while maintaining coherence bmb _bmad/bmb/workflows/module/workflow-edit-module.md
33 validate-module Run compliance check on BMAD modules against best practices bmb _bmad/bmb/workflows/module/workflow-validate-module.md
34 create-workflow Create a new BMAD workflow with proper structure and best practices bmb _bmad/bmb/workflows/workflow/workflow-create-workflow.md
35 edit-workflow Edit existing BMAD workflows while maintaining integrity bmb _bmad/bmb/workflows/workflow/workflow-edit-workflow.md
36 rework-workflow Rework a Workflow to a V6 Compliant Version bmb _bmad/bmb/workflows/workflow/workflow-rework-workflow.md
37 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
38 validate-workflow Run validation check on BMAD workflows against best practices bmb _bmad/bmb/workflows/workflow/workflow-validate-workflow.md
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