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

@@ -0,0 +1,10 @@
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
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 display-name menu-code description action args phase after before required output-location outputs
2 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
3 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
4 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
5 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
6 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
7 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
8 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
9 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
10 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