christiangeorgelucas/flow-architect
FlowThis flow automates the creation of Axiom flows by taking a user request and an optional draft canvas. It efficiently plans, wires, compiles, and smoke-tests the flow using available marketplace components, providing a quick solution for users looking to build their flows.
Published 8/11/2026
Use cases
- •quickly generate Axiom flows based on user specifications
- •automate the integration of marketplace components into a flow
- •streamline the flow creation process for developers
- •test and validate flow drafts in real-time
Preview
Message types
Start a Flow Architect build session.
The editor draft's GRAPH artifact id; empty for a brand-new flow.
The serialized canvas (SourceGraph JSON) to modify; empty for a brand-new flow.
Optional Anthropic model override (default claude-sonnet-5).
The user's request — what the flow should do.
The session outcome.
Failure description (status failed).
The final flow.yaml (status done; possibly partial on failed).
The saved draft GRAPH artifact id — the editor binds the open tab to this document (status done).
Gap detail (status refused).
done | refused | failed | cancelled.
Human-readable outcome.
The SourceGraph the editor applies (status done).
Legacy reviewer report — empty in 0.3.0.
Flow
Required secrets
Register these in the editor's Flow Configs before running this flow.
Use this flow
Sign in to import christiangeorgelucas/flow-architect into the graph editor — fork it, wire it into a larger flow, and run it.
Sign in to useOpen editor