Skip to content

workflow-manager

workflow-manager is a CLI for defining and executing workflows from Markdown frontmatter.

bash
npm install -g @workflow-manager/runner
wfm --help
workflow-manager --help

Use the hosted remote registry at workflow-manager-ui.netlify.app to create CLI tokens, publish workflows from the browser, and inspect dashboard analytics.

It is designed for agentic and human-in-the-loop execution where each step can have:

  • objective-driven prompts
  • explicit dependencies
  • adapter initialization (skills, MCPs, model, system prompts)
  • validation and confirmation rules
  • retry, rollback, and restart behavior

Highlights

  • Markdown-native workflow definitions
  • Deterministic in-memory execution engine
  • Event timeline output for auditability
  • Validation support (none, human, external)
  • Step adapters (pi-agent by default, plus explicit mock, opencode, codex, claude-code)