workflow.yaml 1.0 KB

1234567891011121314151617181920212223242526
  1. name: create-excalidraw-dataflow
  2. description: "Create data flow diagrams (DFD) in Excalidraw format"
  3. author: "BMad"
  4. # Config values
  5. config_source: "{project-root}/_bmad/bmm/config.yaml"
  6. output_folder: "{config_source}:output_folder"
  7. # Workflow components
  8. installed_path: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow"
  9. shared_path: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/_shared"
  10. instructions: "{installed_path}/instructions.md"
  11. validation: "{installed_path}/checklist.md"
  12. # Core Excalidraw resources (universal knowledge)
  13. helpers: "{project-root}/_bmad/core/resources/excalidraw/excalidraw-helpers.md"
  14. json_validation: "{project-root}/_bmad/core/resources/excalidraw/validate-json-instructions.md"
  15. # Domain-specific resources (technical diagrams)
  16. templates: "{shared_path}/excalidraw-templates.yaml"
  17. library: "{shared_path}/excalidraw-library.json"
  18. # Output file (respects user's configured output_folder)
  19. default_output_file: "{output_folder}/excalidraw-diagrams/dataflow-{timestamp}.excalidraw"
  20. standalone: true