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,9 +1,13 @@
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs
core,anytime,Brainstorming,BSP,,_bmad/core/workflows/brainstorming/workflow.md,bmad-brainstorming,false,analyst,,"Generate diverse ideas through interactive techniques. Use early in ideation phase or when stuck generating ideas.",{output_folder}/brainstorming/brainstorming-session-{{date}}.md,,
core,anytime,Party Mode,PM,,_bmad/core/workflows/party-mode/workflow.md,bmad-party-mode,false,party-mode facilitator,,"Orchestrate multi-agent discussions. Use when you need multiple agent perspectives or want agents to collaborate.",,
core,anytime,bmad-help,BH,,_bmad/core/tasks/help.md,bmad-help,false,,,"Get unstuck by showing what workflow steps come next or answering BMad Method questions.",,
core,anytime,Index Docs,ID,,_bmad/core/tasks/index-docs.xml,bmad-index-docs,false,,,"Create lightweight index for quick LLM scanning. Use when LLM needs to understand available docs without loading everything.",,
core,anytime,Shard Document,SD,,_bmad/core/tasks/shard-doc.xml,bmad-shard-doc,false,,,"Split large documents into smaller files by sections. Use when doc becomes too large (>500 lines) to manage effectively.",,
core,anytime,Editorial Review - Prose,EP,,_bmad/core/tasks/editorial-review-prose.xml,bmad-editorial-review-prose,false,,,"Review prose for clarity, tone, and communication issues. Use after drafting to polish written content.",report located with target document,"three-column markdown table with suggested fixes",
core,anytime,Editorial Review - Structure,ES,,_bmad/core/tasks/editorial-review-structure.xml,bmad-editorial-review-structure,false,,,"Propose cuts, reorganization, and simplification while preserving comprehension. Use when doc produced from multiple subprocesses or needs structural improvement.",report located with target document,
core,anytime,Adversarial Review (General),AR,,_bmad/core/tasks/review-adversarial-general.xml,bmad-review-adversarial-general,false,,,"Review content critically to find issues and weaknesses. Use for quality assurance or before finalizing deliverables. Code Review in other modules run this automatically, but its useful also for document reviews",,
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
Core,_meta,,,,,,,,,false,https://docs.bmad-method.org/llms.txt,
Core,bmad-brainstorming,Brainstorming,BSP,Use early in ideation or when stuck generating ideas.,,,anytime,,,false,{output_folder}/brainstorming,brainstorming session
Core,bmad-party-mode,Party Mode,PM,Orchestrate multi-agent discussions when you need multiple perspectives or want agents to collaborate.,,,anytime,,,false,,
Core,bmad-help,BMad Help,BH,,,,anytime,,,false,,
Core,bmad-index-docs,Index Docs,ID,Use when LLM needs to understand available docs without loading everything.,,,anytime,,,false,,
Core,bmad-shard-doc,Shard Document,SD,Use when doc becomes too large (>500 lines) to manage effectively.,,[path],anytime,,,false,,
Core,bmad-editorial-review-prose,Editorial Review - Prose,EP,Use after drafting to polish written content.,,[path],anytime,,,false,report located with target document,three-column markdown table with suggested fixes
Core,bmad-editorial-review-structure,Editorial Review - Structure,ES,Use when doc produced from multiple subprocesses or needs structural improvement.,,[path],anytime,,,false,report located with target document,
Core,bmad-review-adversarial-general,Adversarial Review,AR,"Use for quality assurance or before finalizing deliverables. Code Review in other modules runs this automatically, but also useful for document reviews.",,[path],anytime,,,false,,
Core,bmad-review-edge-case-hunter,Edge Case Hunter Review,ECH,Use alongside adversarial review for orthogonal coverage — method-driven not attitude-driven.,,[path],anytime,,,false,,
Core,bmad-distillator,Distillator,DG,Use when you need token-efficient distillates that preserve all information for downstream LLM consumption.,,[path],anytime,,,false,adjacent to source document or specified output_path,distillate markdown file(s)
Core,bmad-customize,BMad Customize,BC,"Use when you want to change how an agent or workflow behaves — add persistent facts, swap templates, insert activation hooks, or customize menus. Scans what's customizable, picks the right scope (agent vs workflow), writes the override to _bmad/custom/, and verifies the merge. No TOML hand-authoring required.",,,anytime,,,false,{project-root}/_bmad/custom,TOML override files
1 module skill name display-name code menu-code description workflow-file sequence action command args phase agent options after before required output-location outputs
2 core Core _meta Brainstorming BSP Generate diverse ideas through interactive techniques. Use early in ideation phase or when stuck generating ideas. _bmad/core/workflows/brainstorming/workflow.md bmad-brainstorming anytime analyst false {output_folder}/brainstorming/brainstorming-session-{{date}}.md https://docs.bmad-method.org/llms.txt
3 core Core bmad-brainstorming Party Mode Brainstorming PM BSP Orchestrate multi-agent discussions. Use when you need multiple agent perspectives or want agents to collaborate. Use early in ideation or when stuck generating ideas. _bmad/core/workflows/party-mode/workflow.md bmad-party-mode anytime party-mode facilitator false {output_folder}/brainstorming brainstorming session
4 core Core bmad-party-mode bmad-help Party Mode BH PM Get unstuck by showing what workflow steps come next or answering BMad Method questions. Orchestrate multi-agent discussions when you need multiple perspectives or want agents to collaborate. _bmad/core/tasks/help.md bmad-help anytime false
5 core Core bmad-help Index Docs BMad Help ID BH Create lightweight index for quick LLM scanning. Use when LLM needs to understand available docs without loading everything. _bmad/core/tasks/index-docs.xml bmad-index-docs anytime false
6 core Core bmad-index-docs Shard Document Index Docs SD ID Split large documents into smaller files by sections. Use when doc becomes too large (>500 lines) to manage effectively. Use when LLM needs to understand available docs without loading everything. _bmad/core/tasks/shard-doc.xml bmad-shard-doc anytime false
7 core Core bmad-shard-doc Editorial Review - Prose Shard Document EP SD Review prose for clarity, tone, and communication issues. Use after drafting to polish written content. Use when doc becomes too large (>500 lines) to manage effectively. _bmad/core/tasks/editorial-review-prose.xml bmad-editorial-review-prose [path] anytime false report located with target document three-column markdown table with suggested fixes
8 core Core bmad-editorial-review-prose Editorial Review - Structure Editorial Review - Prose ES EP Propose cuts, reorganization, and simplification while preserving comprehension. Use when doc produced from multiple subprocesses or needs structural improvement. Use after drafting to polish written content. _bmad/core/tasks/editorial-review-structure.xml bmad-editorial-review-structure [path] anytime false report located with target document three-column markdown table with suggested fixes
9 core Core bmad-editorial-review-structure Adversarial Review (General) Editorial Review - Structure AR ES Review content critically to find issues and weaknesses. Use for quality assurance or before finalizing deliverables. Code Review in other modules run this automatically, but its useful also for document reviews Use when doc produced from multiple subprocesses or needs structural improvement. _bmad/core/tasks/review-adversarial-general.xml bmad-review-adversarial-general [path] anytime false report located with target document
10 Core bmad-review-adversarial-general Adversarial Review AR Use for quality assurance or before finalizing deliverables. Code Review in other modules runs this automatically, but also useful for document reviews. [path] anytime false
11 Core bmad-review-edge-case-hunter Edge Case Hunter Review ECH Use alongside adversarial review for orthogonal coverage — method-driven not attitude-driven. [path] anytime false
12 Core bmad-distillator Distillator DG Use when you need token-efficient distillates that preserve all information for downstream LLM consumption. [path] anytime false adjacent to source document or specified output_path distillate markdown file(s)
13 Core bmad-customize BMad Customize BC Use when you want to change how an agent or workflow behaves — add persistent facts, swap templates, insert activation hooks, or customize menus. Scans what's customizable, picks the right scope (agent vs workflow), writes the override to _bmad/custom/, and verifies the merge. No TOML hand-authoring required. anytime false {project-root}/_bmad/custom TOML override files