Files
BMAD-METHOD/src/modules/bmm/workflows/frame-expert/create-dataflow/workflow.yaml
mrsaifullah52 05ccd1904c Feature/frame expert agent #890 (#905)
* feat: add frame-expert agent definition

- Add frame-expert.agent.yaml with persona and workflow menu
- Agent specializes in Excalidraw visual representations
- Supports flowcharts, diagrams, dataflows, and wireframes

Closes #890

* feat: add frame-expert workflows and shared resources

- Add 4 workflows: create-flowchart, create-diagram, create-dataflow, create-wireframe
- Include shared Excalidraw helpers, library, templates, and validation
- Each workflow has instructions, checklist, and workflow.yaml

Related to #890

* 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

* feat: integrate frame-expert into team configurations

- Add frame-expert to default-party.csv with full agent details
- Add frame-expert to team-fullstack.yaml agent list
- Frame-expert now available in fullstack team workflows

Related to #890
2025-11-15 09:39:46 -06:00

25 lines
748 B
YAML

name: create-dataflow
description: "Create data flow diagrams (DFD) in Excalidraw format"
author: "BMad"
installed_path: "{project-root}/{bmad_folder}/bmm/workflows/frame-expert/create-dataflow"
shared_path: "{project-root}/{bmad_folder}/bmm/workflows/frame-expert/_shared"
instructions: "{installed_path}/instructions.md"
validation: "{installed_path}/checklist.md"
helpers: "{shared_path}/excalidraw-helpers.md"
templates: "{shared_path}/excalidraw-templates.yaml"
library: "{shared_path}/excalidraw-library.json"
variables:
dfd_level: ""
process_count: ""
datastore_count: ""
external_entities: ""
save_location: ""
default_output_file: "{project-root}/docs/dataflow/dfd-{timestamp}.excalidraw"
standalone: true
web_bundle: false