feat: register frame-expert workflows in manifest

- Add create-flowchart workflow entry
- Add create-diagram workflow entry
- Add create-dataflow workflow entry
- Add create-wireframe workflow entry

Related to #890
This commit is contained in:
mrsaifullah52 2025-11-12 17:30:31 +05:00
parent e4a40ac862
commit 51bcda5a60
1 changed files with 4 additions and 0 deletions

View File

@ -42,3 +42,7 @@ name,description,module,path,standalone
"testarch-trace","Generate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED)","bmm","bmad/bmm/workflows/testarch/trace/workflow.yaml","false" "testarch-trace","Generate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED)","bmm","bmad/bmm/workflows/testarch/trace/workflow.yaml","false"
"workflow-init","Initialize a new BMM project by determining level, type, and creating workflow path","bmm","bmad/bmm/workflows/workflow-status/init/workflow.yaml","true" "workflow-init","Initialize a new BMM project by determining level, type, and creating workflow path","bmm","bmad/bmm/workflows/workflow-status/init/workflow.yaml","true"
"workflow-status","Lightweight status checker - answers ""what should I do now?"" for any agent. Reads YAML status file for workflow tracking. Use workflow-init for new projects.","bmm","bmad/bmm/workflows/workflow-status/workflow.yaml","true" "workflow-status","Lightweight status checker - answers ""what should I do now?"" for any agent. Reads YAML status file for workflow tracking. Use workflow-init for new projects.","bmm","bmad/bmm/workflows/workflow-status/workflow.yaml","true"
"create-flowchart","Create a flowchart visualization in Excalidraw format for processes, pipelines, or logic flows","bmm","bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml","true"
"create-diagram","Create system architecture diagrams, ERDs, UML diagrams, or general technical diagrams in Excalidraw format","bmm","bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml","true"
"create-dataflow","Create data flow diagrams (DFD) in Excalidraw format","bmm","bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml","true"
"create-wireframe","Create website or app wireframes in Excalidraw format","bmm","bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml","true"

1 name description module path standalone
42 testarch-trace Generate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED) bmm bmad/bmm/workflows/testarch/trace/workflow.yaml false
43 workflow-init Initialize a new BMM project by determining level, type, and creating workflow path bmm bmad/bmm/workflows/workflow-status/init/workflow.yaml true
44 workflow-status Lightweight status checker - answers "what should I do now?" for any agent. Reads YAML status file for workflow tracking. Use workflow-init for new projects. bmm bmad/bmm/workflows/workflow-status/workflow.yaml true
45 create-flowchart Create a flowchart visualization in Excalidraw format for processes, pipelines, or logic flows bmm bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml true
46 create-diagram Create system architecture diagrams, ERDs, UML diagrams, or general technical diagrams in Excalidraw format bmm bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml true
47 create-dataflow Create data flow diagrams (DFD) in Excalidraw format bmm bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml true
48 create-wireframe Create website or app wireframes in Excalidraw format bmm bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml true