chore: upgrade BMAD framework to skill-based architecture

Migrates from slash-command files (.claude/commands, .cursor/commands)
to the new skill-based architecture with workflow step files.
This commit is contained in:
2026-03-20 11:59:39 +00:00
parent d572f65684
commit e53b013359
977 changed files with 31594 additions and 29546 deletions

View File

@@ -1,13 +1,7 @@
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",
bmb,anytime,Create Agent,CA,,skill:bmad-agent-builder,bmad-agent-builder,false,,Create Mode,"Build a new agent skill from scratch through guided conversational discovery.",output_folder,"agent skill",
bmb,anytime,Edit Agent,EA,,skill:bmad-agent-builder,bmad-agent-builder,false,,Edit Mode,"Edit, convert or fix an existing agent skill.",output_folder,"agent skill",
bmb,anytime,Optimize Agent,OA,,skill:bmad-agent-builder,bmad-agent-builder,false,,Validate Mode,"Quality check, validate, review or optimize an existing agent skill.",output_folder,"quality report",
bmb,anytime,Create Workflow,CW,,skill:bmad-workflow-builder,bmad-workflow-builder,false,,Create Mode,"Build a new workflow or skill from scratch through guided conversational discovery.",output_folder,"workflow or skill",
bmb,anytime,Edit Workflow,EW,,skill:bmad-workflow-builder,bmad-workflow-builder,false,,Edit Mode,"Edit, convert or fix an existing workflow or skill.",output_folder,"workflow or skill",
bmb,anytime,Optimize Workflow,OW,,skill:bmad-workflow-builder,bmad-workflow-builder,false,,Validate Mode,"Quality check, validate, review or optimize an existing workflow or skill.",output_folder,"quality report",
1 module phase name code sequence workflow-file command required agent options description output-location outputs
2 bmb anytime Create Agent CA 10 _bmad/bmb/workflows/agent/workflow-create-agent.md skill:bmad-agent-builder bmad_bmb_create_agent bmad-agent-builder false agent-builder Create Mode Create a new BMAD agent with best practices and compliance Build a new agent skill from scratch through guided conversational discovery. bmb_creations_output_folder output_folder agent agent skill
3 bmb anytime Edit Agent EA 15 _bmad/bmb/workflows/agent/workflow-edit-agent.md skill:bmad-agent-builder bmad_bmb_edit_agent bmad-agent-builder false agent-builder Edit Mode Edit existing BMAD agents while maintaining compliance Edit, convert or fix an existing agent skill. bmb_creations_output_folder output_folder agent agent skill
4 bmb anytime Validate Agent Optimize Agent VA OA 20 _bmad/bmb/workflows/agent/workflow-validate-agent.md skill:bmad-agent-builder bmad_bmb_validate_agent bmad-agent-builder false agent-builder Validate Mode Validate existing BMAD agents and offer to improve deficiencies Quality check, validate, review or optimize an existing agent skill. agent being validated folder output_folder validation report quality report
5 bmb anytime Create Module Brief Create Workflow PB CW 30 _bmad/bmb/workflows/module/workflow-create-module-brief.md skill:bmad-workflow-builder bmad_bmb_create_module_brief bmad-workflow-builder false module-builder Module Brief Mode Create Mode Create product brief for BMAD module development Build a new workflow or skill from scratch through guided conversational discovery. bmb_creations_output_folder output_folder product brief workflow or skill
6 bmb anytime Create Module Edit Workflow CM EW 35 _bmad/bmb/workflows/module/workflow-create-module.md skill:bmad-workflow-builder bmad_bmb_create_module bmad-workflow-builder false module-builder Create Mode Edit Mode Create a complete BMAD module with agents, workflows, and infrastructure Edit, convert or fix an existing workflow or skill. bmb_creations_output_folder output_folder module workflow or skill
7 bmb anytime Edit Module Optimize Workflow EM OW 40 _bmad/bmb/workflows/module/workflow-edit-module.md skill:bmad-workflow-builder bmad_bmb_edit_module bmad-workflow-builder false module-builder Edit Mode Validate Mode Edit existing BMAD modules while maintaining coherence Quality check, validate, review or optimize an existing workflow or skill. bmb_creations_output_folder output_folder module quality report
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