refactor(ux): consolidate BMAD skills, update design system, and clean up Prisma generated client

This commit is contained in:
Sepehr Ramezani
2026-04-19 19:21:27 +02:00
parent 5296c4da2c
commit 25529a24b8
2476 changed files with 127934 additions and 101962 deletions

View File

@@ -1,11 +1,11 @@
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
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)
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs
core,anytime,Brainstorming,BSP,,skill:bmad-brainstorming,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,,skill:bmad-party-mode,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,,skill:bmad-help,bmad-help,false,,,"Get unstuck by showing what workflow steps come next or answering BMad Method questions.",,
core,anytime,Index Docs,ID,,skill:bmad-index-docs,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,,skill:bmad-shard-doc,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,,skill:bmad-editorial-review-prose,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,,skill:bmad-editorial-review-structure,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,,skill:bmad-review-adversarial-general,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",,
core,anytime,Edge Case Hunter Review,ECH,,skill:bmad-review-edge-case-hunter,bmad-review-edge-case-hunter,false,,,"Walk every branching path and boundary condition in code, report only unhandled edge cases. Use alongside adversarial review for orthogonal coverage - method-driven not attitude-driven.",,
core,anytime,Distillator,DG,,skill:bmad-distillator,bmad-distillator,false,,,"Lossless LLM-optimized compression of source documents. Use when you need token-efficient distillates that preserve all information for downstream LLM consumption.",adjacent to source document or specified output_path,distillate markdown file(s)
1 module phase display-name name menu-code code after sequence action workflow-file args skill command required agent before options description output-location outputs
2 Core core anytime Brainstorming Brainstorming BSP skill:bmad-brainstorming anytime bmad-brainstorming {output_folder}/brainstorming false analyst false Use early in ideation or when stuck generating ideas. Generate diverse ideas through interactive techniques. Use early in ideation phase or when stuck generating ideas. brainstorming session {output_folder}/brainstorming/brainstorming-session-{{date}}.md
3 Core core anytime Party Mode Party Mode PM skill:bmad-party-mode anytime bmad-party-mode false party-mode facilitator false Orchestrate multi-agent discussions when you need multiple perspectives or want agents to collaborate. Orchestrate multi-agent discussions. Use when you need multiple agent perspectives or want agents to collaborate.
4 Core core anytime BMad Help bmad-help BH skill:bmad-help anytime bmad-help false false Get unstuck by showing what workflow steps come next or answering BMad Method questions.
5 Core core anytime Index Docs Index Docs ID skill:bmad-index-docs anytime bmad-index-docs false false Use when LLM needs to understand available docs without loading everything. Create lightweight index for quick LLM scanning. Use when LLM needs to understand available docs without loading everything.
6 Core core anytime Shard Document Shard Document SD [path] skill:bmad-shard-doc anytime bmad-shard-doc false false Use when doc becomes too large (>500 lines) to manage effectively. Split large documents into smaller files by sections. Use when doc becomes too large (>500 lines) to manage effectively.
7 Core core anytime Editorial Review - Prose Editorial Review - Prose EP [path] skill:bmad-editorial-review-prose anytime bmad-editorial-review-prose report located with target document false false Use after drafting to polish written content. Review prose for clarity, tone, and communication issues. Use after drafting to polish written content. three-column markdown table with suggested fixes report located with target document three-column markdown table with suggested fixes
8 Core core anytime Editorial Review - Structure Editorial Review - Structure ES [path] skill:bmad-editorial-review-structure anytime bmad-editorial-review-structure report located with target document false false Use when doc produced from multiple subprocesses or needs structural improvement. Propose cuts, reorganization, and simplification while preserving comprehension. Use when doc produced from multiple subprocesses or needs structural improvement. report located with target document
9 Core core anytime Adversarial Review Adversarial Review (General) AR [path] skill:bmad-review-adversarial-general anytime bmad-review-adversarial-general false false Use for quality assurance or before finalizing deliverables. Code Review in other modules runs this automatically, but also useful for document reviews. 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
10 Core core anytime Edge Case Hunter Review Edge Case Hunter Review ECH [path] skill:bmad-review-edge-case-hunter anytime bmad-review-edge-case-hunter false false Use alongside adversarial review for orthogonal coverage — method-driven not attitude-driven. Walk every branching path and boundary condition in code, report only unhandled edge cases. Use alongside adversarial review for orthogonal coverage - method-driven not attitude-driven.
11 Core core anytime Distillator Distillator DG [path] skill:bmad-distillator anytime bmad-distillator adjacent to source document or specified output_path false false Use when you need token-efficient distillates that preserve all information for downstream LLM consumption. Lossless LLM-optimized compression of source documents. Use when you need token-efficient distillates that preserve all information for downstream LLM consumption. distillate markdown file(s) adjacent to source document or specified output_path distillate markdown file(s)