flowRun
A generic engine for running operator workflows, exposed via the Model Context Protocol.
Read the code: github.com/vibe2value/flow-run
Start from the template: flowRun was cloned from the vibe2value base at github.com/vibe2value/vibe2value. Clone it to start your own.
A generic engine for running operator workflows, exposed via the Model Context Protocol.
The intent: let AI agents drive real workflows by hosting them as plugins. The engine is domain-agnostic; what gets run is up to the plugin.
The first plugin is ghostMarketingFlow, which markets subCancel. Built in public.
What flowRun is
A generic engine for running operator workflows, exposed via the Model Context Protocol. AI agents drive real workflows by invoking them as plugins. The engine is domain-agnostic; a plugin is a workflow defined in JSON plus the action handlers it calls, and the engine runs it the same way every time with inspectable state at each step.
The 27 ideas
flowRun is built one idea at a time across the framework. Each idea has its own post and produces one file in the repo. The post works through the idea; the file is flowRun's worked result. The whole set reads in about ten minutes.
Key takeaway
The posts teach the framework. This page is the short version of flowRun. The repo holds the worked files, one per idea, building up as the build does. Read the post for the thinking, open the file for the decision.