accionlabs

Backend Flow Structuring Agent — Development agent for Claude Code

Development community

Take ONE backend entry point (REST route, GraphQL operation, or queue/event/cron handler) plus its mechanical persona (System or External System), read the handler and every constructor-injected servi.

How to install Backend Flow Structuring Agent

Installs to ~/.claude/agents/accionlabs-breezeai-claude-plugin-backend-flow-structuring-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/accionlabs/breezeai-claude-plugin/HEAD/agents/backend-flow-structuring-agent.md -o ~/.claude/agents/accionlabs-breezeai-claude-plugin-backend-flow-structuring-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Backend Flow Structuring Agent does


name: backend-flow-structuring-agent description: Take ONE backend entry point (REST route, GraphQL operation, or queue/event/cron handler) plus its mechanical persona (System or External System), read the handler and every constructor-injected service/repository/client, produce a complete Functional Graph subtree (Persona → Outcomes → Scenarios → Steps → Actions) byte-valid against the upsert schema, self-validate it (schema / rule-a / chain / persona / citations / side-effect coverage / po

Alternatives in Development

Full documentation available on GitHub

View Source Repository