AEF Workflow Designer — a visual, BPMN-subset editor for authoring AEF workflows. Humans drag and drop on a swimlane canvas; agents read the same file as a typed, schema-validated YAML/XML representation. YAML is canonical; BPMN XML is a derived import/export format.
The editor is dual-audience and single-file: a self-contained HTML artifact that runs in any modern browser with no server. Swimlanes map to the AEF authority model (Human · Sovereignty, Framework · Authority, Agent · Initiative).
It occupies the Stabilization tier of AEF's manifest-maturity ladder:
richer than markdown dispatch templates, but usable today without the planned
fw workflow run executor.
| Path | Purpose |
|---|---|
CLAUDE.md |
Claude Code operating guide + AEF governance (auto-loaded) |
src/aef-workflow-designer.html |
The product — self-contained single-file editor (open in any browser) |
docs/designer/ |
Product documentation: architecture, schema, user guide, combined reference |
.tasks/ |
Governed task system (active / completed / templates) |
.context/ |
Context Fabric — working, project, and episodic memory |
.agentic-framework/ |
Vendored Agentic Engineering Framework tooling |
Open src/aef-workflow-designer.html in any modern browser — no server, no build
step. State is in-memory; Save downloads a .bpmn file.
The complete design lives in docs/designer/:
README.md— designer orientation and feature statusarchitecture.md— the why behind the data model, routing, and interaction modelschema.md— the workflow file format andaef:extension namespaceuser-guide.md— using the editoraef-workflow-designer-complete.md— all docs + artifact source in one file (archival)
This project is developed under the Agentic Engineering Framework. Nothing
gets done without a task — see CLAUDE.md for the operating model. Common
entry points:
fw work-on "name" --type build # create task + set focus + start work
fw doctor # framework health check
fw audit # compliance audit
fw handover # end-of-session handoverGoals & architecture inception T-002 = GO. The working single-file artifact
and its design docs have been promoted into the canonical layout above
(src/ + docs/designer/). Next planned slice: schema validation tooling for
produced workflow files.