fix: integrate deepseek, resolve silent google api errors, fix google cloud keys
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2s

This commit is contained in:
2026-05-17 17:11:06 +02:00
parent 669cf7fde8
commit b50419e2ec
2062 changed files with 272359 additions and 523 deletions

View File

@@ -1,13 +1,11 @@
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs,
bmb,anytime,Create Agent,CA,10,_bmad/bmb/workflows/agent/workflow-create-agent.md,bmad_bmb_create_agent,false,agent-builder,Create Mode,"Create a new BMAD agent with best practices and compliance",bmb_creations_output_folder,"agent",
bmb,anytime,Edit Agent,EA,15,_bmad/bmb/workflows/agent/workflow-edit-agent.md,bmad_bmb_edit_agent,false,agent-builder,Edit Mode,"Edit existing BMAD agents while maintaining compliance",bmb_creations_output_folder,"agent",
bmb,anytime,Validate Agent,VA,20,_bmad/bmb/workflows/agent/workflow-validate-agent.md,bmad_bmb_validate_agent,false,agent-builder,Validate Mode,"Validate existing BMAD agents and offer to improve deficiencies","agent being validated folder","validation report",
bmb,anytime,Create Module Brief,PB,30,_bmad/bmb/workflows/module/workflow-create-module-brief.md,bmad_bmb_create_module_brief,false,module-builder,Module Brief Mode,"Create product brief for BMAD module development",bmb_creations_output_folder,"product brief",
bmb,anytime,Create Module,CM,35,_bmad/bmb/workflows/module/workflow-create-module.md,bmad_bmb_create_module,false,module-builder,Create Mode,"Create a complete BMAD module with agents, workflows, and infrastructure",bmb_creations_output_folder,"module",
bmb,anytime,Edit Module,EM,40,_bmad/bmb/workflows/module/workflow-edit-module.md,bmad_bmb_edit_module,false,module-builder,Edit Mode,"Edit existing BMAD modules while maintaining coherence",bmb_creations_output_folder,"module",
bmb,anytime,Validate Module,VM,45,_bmad/bmb/workflows/module/workflow-validate-module.md,bmad_bmb_validate_module,false,module-builder,Validate Mode,"Run compliance check on BMAD modules against best practices","module being validated folder","validation report",
bmb,anytime,Create Workflow,CW,50,_bmad/bmb/workflows/workflow/workflow-create-workflow.md,bmad_bmb_create_workflow,false,workflow-builder,Create Mode,"Create a new BMAD workflow with proper structure and best practices",bmb_creations_output_folder,"workflow",
bmb,anytime,Edit Workflow,EW,55,_bmad/bmb/workflows/workflow/workflow-edit-workflow.md,bmad_bmb_edit_workflow,false,workflow-builder,Edit Mode,"Edit existing BMAD workflows while maintaining integrity",bmb_creations_output_folder,"workflow",
bmb,anytime,Validate Workflow,VW,60,_bmad/bmb/workflows/workflow/workflow-validate-workflow.md,bmad_bmb_validate_workflow,false,workflow-builder,Validate Mode,"Run validation check on BMAD workflows against best practices",workflow being validated folder,"validation report",
bmb,anytime,Max Parallel Validate,MV,65,_bmad/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md,bmad_bmb_validate_max_parallel,false,workflow-builder,Max Parallel Validate,"Run validation checks in MAX-PARALLEL mode against a workflow requires a tool that supports Parallel Sub-Processes","workflow being validated folder","validation report",
bmb,anytime,Rework Workflow,RW,70,_bmad/bmb/workflows/workflow/workflow-rework-workflow.md,bmad_bmb_rework_workflow,false,workflow-builder,Rework Mode,"Rework a Workflow to a V6 Compliant Version",bmb_creations_output_folder,"workflow",
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
BMad Builder,_meta,,,,,,,,,false,https://bmad-builder-docs.bmad-method.org/llms.txt,
BMad Builder,bmad-bmb-setup,Setup Builder Module,SB,"Install or update BMad Builder module config and help entries.",configure,"{-H: headless mode}|{inline values: skip prompts with provided values}",anytime,,,false,{project-root}/_bmad,config.yaml and config.user.yaml
BMad Builder,bmad-agent-builder,Build an Agent,BA,"Create, edit, or rebuild an agent skill through conversational discovery.",build-process,"{-H: headless mode}|{description: initial agent concept}|{path: existing agent to edit or rebuild}",anytime,,bmad-agent-builder:quality-analysis,false,bmad_builder_output_folder,agent skill
BMad Builder,bmad-agent-builder,Analyze an Agent,AA,"Run quality analysis on an existing agent — structure, cohesion, prompt craft, and enhancement opportunities.",quality-analysis,"{-H: headless mode}|{path: agent to analyze}",anytime,bmad-agent-builder:build-process,,false,bmad_builder_reports,quality report
BMad Builder,bmad-workflow-builder,Build a Workflow,BW,"Create, edit, or rebuild a workflow or utility skill.",build-process,"{-H: headless mode}|{description: initial skill concept}|{path: existing skill to edit or rebuild}",anytime,,bmad-workflow-builder:quality-analysis,false,bmad_builder_output_folder,workflow skill
BMad Builder,bmad-workflow-builder,Analyze a Workflow,AW,"Run quality analysis on an existing workflow/skill — structure, efficiency, and enhancement opportunities.",quality-analysis,"{-H: headless mode}|{path: skill to analyze}",anytime,bmad-workflow-builder:build-process,,false,bmad_builder_reports,quality report
BMad Builder,bmad-workflow-builder,Convert a Skill,CW,"Convert any skill to BMad-compliant, outcome-driven equivalent with before/after HTML comparison report.",convert-process,"{--convert: path or URL to source skill}|{-H: headless mode}",anytime,,,false,bmad_builder_reports,converted skill + comparison report
BMad Builder,bmad-module-builder,Ideate Module,IM,"Brainstorm and plan a BMad module — explore ideas, decide architecture, and produce a build plan.",ideate-module,"{description: initial module idea}",anytime,,bmad-module-builder:create-module,false,bmad_builder_reports,module plan
BMad Builder,bmad-module-builder,Create Module,CM,"Scaffold module infrastructure into built skills, making them an installable BMad module.",create-module,"{-H: headless mode}|{path: skills folder or single SKILL.md}",anytime,bmad-module-builder:ideate-module,,false,bmad_builder_output_folder,setup skill
BMad Builder,bmad-module-builder,Validate Module,VM,"Check that a module's structure is complete, accurate, and all capabilities are properly registered.",validate-module,"{-H: headless mode}|{path: module or skill to validate}",anytime,bmad-module-builder:create-module,,false,bmad_builder_reports,validation report
1 module skill name display-name code menu-code sequence description workflow-file action command args phase agent after options before required output-location outputs
2 bmb BMad Builder _meta Create Agent CA 10 Create a new BMAD agent with best practices and compliance _bmad/bmb/workflows/agent/workflow-create-agent.md bmad_bmb_create_agent anytime agent-builder Create Mode false bmb_creations_output_folder https://bmad-builder-docs.bmad-method.org/llms.txt agent
3 bmb BMad Builder bmad-bmb-setup Edit Agent Setup Builder Module EA SB 15 Edit existing BMAD agents while maintaining compliance Install or update BMad Builder module config and help entries. _bmad/bmb/workflows/agent/workflow-edit-agent.md configure bmad_bmb_edit_agent {-H: headless mode}|{inline values: skip prompts with provided values} anytime agent-builder Edit Mode false bmb_creations_output_folder {project-root}/_bmad agent config.yaml and config.user.yaml
4 bmb BMad Builder bmad-agent-builder Validate Agent Build an Agent VA BA 20 Validate existing BMAD agents and offer to improve deficiencies Create, edit, or rebuild an agent skill through conversational discovery. _bmad/bmb/workflows/agent/workflow-validate-agent.md build-process bmad_bmb_validate_agent {-H: headless mode}|{description: initial agent concept}|{path: existing agent to edit or rebuild} anytime agent-builder Validate Mode bmad-agent-builder:quality-analysis false agent being validated folder bmad_builder_output_folder validation report agent skill
5 bmb BMad Builder bmad-agent-builder Create Module Brief Analyze an Agent PB AA 30 Create product brief for BMAD module development Run quality analysis on an existing agent — structure, cohesion, prompt craft, and enhancement opportunities. _bmad/bmb/workflows/module/workflow-create-module-brief.md quality-analysis bmad_bmb_create_module_brief {-H: headless mode}|{path: agent to analyze} anytime module-builder bmad-agent-builder:build-process Module Brief Mode false bmb_creations_output_folder bmad_builder_reports product brief quality report
6 bmb BMad Builder bmad-workflow-builder Create Module Build a Workflow CM BW 35 Create a complete BMAD module with agents, workflows, and infrastructure Create, edit, or rebuild a workflow or utility skill. _bmad/bmb/workflows/module/workflow-create-module.md build-process bmad_bmb_create_module {-H: headless mode}|{description: initial skill concept}|{path: existing skill to edit or rebuild} anytime module-builder Create Mode bmad-workflow-builder:quality-analysis false bmb_creations_output_folder bmad_builder_output_folder module workflow skill
7 bmb BMad Builder bmad-workflow-builder Edit Module Analyze a Workflow EM AW 40 Edit existing BMAD modules while maintaining coherence Run quality analysis on an existing workflow/skill — structure, efficiency, and enhancement opportunities. _bmad/bmb/workflows/module/workflow-edit-module.md quality-analysis bmad_bmb_edit_module {-H: headless mode}|{path: skill to analyze} anytime module-builder bmad-workflow-builder:build-process Edit Mode false bmb_creations_output_folder bmad_builder_reports module quality report
8 bmb BMad Builder bmad-workflow-builder Validate Module Convert a Skill VM CW 45 Run compliance check on BMAD modules against best practices Convert any skill to BMad-compliant, outcome-driven equivalent with before/after HTML comparison report. _bmad/bmb/workflows/module/workflow-validate-module.md convert-process bmad_bmb_validate_module {--convert: path or URL to source skill}|{-H: headless mode} anytime module-builder Validate Mode false module being validated folder bmad_builder_reports validation report converted skill + comparison report
9 bmb BMad Builder bmad-module-builder Create Workflow Ideate Module CW IM 50 Create a new BMAD workflow with proper structure and best practices Brainstorm and plan a BMad module — explore ideas, decide architecture, and produce a build plan. _bmad/bmb/workflows/workflow/workflow-create-workflow.md ideate-module bmad_bmb_create_workflow {description: initial module idea} anytime workflow-builder Create Mode bmad-module-builder:create-module false bmb_creations_output_folder bmad_builder_reports workflow module plan
10 bmb BMad Builder bmad-module-builder Edit Workflow Create Module EW CM 55 Edit existing BMAD workflows while maintaining integrity Scaffold module infrastructure into built skills, making them an installable BMad module. _bmad/bmb/workflows/workflow/workflow-edit-workflow.md create-module bmad_bmb_edit_workflow {-H: headless mode}|{path: skills folder or single SKILL.md} anytime workflow-builder bmad-module-builder:ideate-module Edit Mode false bmb_creations_output_folder bmad_builder_output_folder workflow setup skill
11 bmb BMad Builder bmad-module-builder Validate Workflow Validate Module VW VM 60 Run validation check on BMAD workflows against best practices Check that a module's structure is complete, accurate, and all capabilities are properly registered. _bmad/bmb/workflows/workflow/workflow-validate-workflow.md validate-module bmad_bmb_validate_workflow {-H: headless mode}|{path: module or skill to validate} anytime workflow-builder bmad-module-builder:create-module Validate Mode false workflow being validated folder bmad_builder_reports validation report
bmb Max Parallel Validate MV 65 Run validation checks in MAX-PARALLEL mode against a workflow requires a tool that supports Parallel Sub-Processes _bmad/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md bmad_bmb_validate_max_parallel anytime workflow-builder Max Parallel Validate false workflow being validated folder validation report
bmb Rework Workflow RW 70 Rework a Workflow to a V6 Compliant Version _bmad/bmb/workflows/workflow/workflow-rework-workflow.md bmad_bmb_rework_workflow anytime workflow-builder Rework Mode false bmb_creations_output_folder workflow