refactor(ux): consolidate BMAD skills, update design system, and clean up Prisma generated client
This commit is contained in:
10
.agent/skills/bmad-bmb-setup/assets/module-help.csv
Normal file
10
.agent/skills/bmad-bmb-setup/assets/module-help.csv
Normal 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
|
||||
|
20
.agent/skills/bmad-bmb-setup/assets/module.yaml
Normal file
20
.agent/skills/bmad-bmb-setup/assets/module.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
code: bmb
|
||||
name: "BMad Builder"
|
||||
description: "Standard Skill Compliant Factory for BMad Agents, Workflows and Modules"
|
||||
module_version: 1.0.0
|
||||
default_selected: false
|
||||
module_greeting: >
|
||||
Enjoy making your dream creations with the BMad Builder Module!
|
||||
Run this again at any time if you want to reconfigure a setting or have updated the module, (or optionally just update _bmad/config.yaml and config.user.yaml to change existing values)
|
||||
|
||||
For questions, suggestions and support - check us on Discord at https://discord.gg/gk8jAdXWmj
|
||||
|
||||
bmad_builder_output_folder:
|
||||
prompt: "Where should your custom output (agent, workflow, module config) be saved?"
|
||||
default: "{project-root}/skills"
|
||||
result: "{project-root}/{value}"
|
||||
|
||||
bmad_builder_reports:
|
||||
prompt: "Output for Evals, Test, Quality and Planning Reports?"
|
||||
default: "{project-root}/skills/reports"
|
||||
result: "{project-root}/{value}"
|
||||
Reference in New Issue
Block a user