Skip to content

Repository files navigation

832-Workflow-designer

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.

Repository layout

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

Using it

Open src/aef-workflow-designer.html in any modern browser — no server, no build step. State is in-memory; Save downloads a .bpmn file.

Design documentation

The complete design lives in docs/designer/:

  • README.md — designer orientation and feature status
  • architecture.md — the why behind the data model, routing, and interaction model
  • schema.md — the workflow file format and aef: extension namespace
  • user-guide.md — using the editor
  • aef-workflow-designer-complete.md — all docs + artifact source in one file (archival)

Governance

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 handover

Status

Goals & 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.

About

AEF Workflow Designer — single-file BPMN-subset visual workflow editor. OneDev-origin mirror target (ring20 T-1348).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages