/install agent-workflow
Agent Workflow
A structured workflow engine for OpenClaw agents. Migrated and generalized from the superpowers workflow system into a code-agnostic, general-purpose workflow plugin.
What it does
Provides a persistent state machine that guides your agent through a complete work lifecycle:
brainstorming → writing-plans → [execute] → verification → finishing-work
↓
subagent-driven-execution
OR
executing-plans
With support for:
- Persistent state — workflow survives session restarts
- Multi-project — run multiple workflows concurrently
- Branching — choose execution strategy at branch points
- Context-plugins — fork into review/parallel-agents without leaving main flow
- Soft-guard goto — jump to any step with warnings about skipped prerequisites
- 11 bundled Skills — covering the full workflow lifecycle
Installation
This is a Plugin, not a plain Skill. Install via:
openclaw plugins install clawhub:agent-workflow
openclaw gateway restart
Then enable in your ~/.openclaw/openclaw.json:
{
"plugins": {
"allow": ["agent-workflow"]
},
"tools": {
"allow": ["agent_workflow"]
}
}
Usage
In your agent (via Feishu, Discord, or any channel):
Start a new workflow for my Q2 planning project
The agent will call agent_workflow with action: "start" and guide you through the workflow.
Tool: agent_workflow
| Action | Description |
|---|---|
start |
Begin a new workflow |
status |
View current state (all active workflows if no ID given) |
next |
Advance to the next step |
goto |
Jump to any node (soft-guard warns about skipped steps) |
complete |
Mark current node done |
fork |
Activate a context-plugin without leaving main flow |
join |
Complete a fork and return |
getSkill |
Load full SKILL.md for the current node |
list |
List all workflows |
abandon |
Abandon a workflow |
Bundled Skills
brainstorming— Turn ideas into specswriting-plans— Break specs into tasksexecuting-plans— Sequential executionsubagent-driven-execution— Parallel subagent executionverification-before-completion— Evidence before claimsfinishing-work— Delivery optionsdispatching-parallel-agents— Fork independent tasksrequesting-review— Dispatch reviewer subagentreceiving-review— Evaluate feedback rigorouslysystematic-problem-solving— Root-cause diagnosiswriting-skills— Create/improve Skills
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-workflow - After installation, invoke the skill by name or use
/agent-workflow - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Workflow?
A structured workflow plugin for OpenClaw agents. Guides work through brainstorm → plan → execute → verify → deliver with persistent state, branching, parall... It is an AI Agent Skill for Claude Code / OpenClaw, with 237 downloads so far.
How do I install Agent Workflow?
Run "/install agent-workflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Workflow free?
Yes, Agent Workflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Workflow support?
Agent Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Workflow?
It is built and maintained by nano (@kangyishuai); the current version is v1.0.0.