← 返回
未分类 中文

Agent Workflow

A structured workflow plugin for OpenClaw agents. Guides work through brainstorm → plan → execute → verify → deliver with persistent state and multi-project...
面向OpenClaw智能体的结构化工作流插件,引导工作经历头脑风暴→计划→执行→验证→交付,具备持久状态和多项目支持。
kangyishuai
未分类 clawhub v1.1.0 2 版本 100000 Key: 无需
★ 0
Stars
📥 951
下载
💾 3
安装
2
版本
#latest

概述

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

ActionDescription
---------------------
startBegin a new workflow
statusView current state (all active workflows if no ID given)
nextAdvance to the next step
gotoJump to any node (soft-guard warns about skipped steps)
completeMark current node done
forkActivate a context-plugin without leaving main flow
joinComplete a fork and return
getSkillLoad full SKILL.md for the current node
listList all workflows
abandonAbandon a workflow

Bundled Skills

  • brainstorming — Turn ideas into specs
  • writing-plans — Break specs into tasks
  • executing-plans — Sequential execution
  • subagent-driven-execution — Parallel subagent execution
  • verification-before-completion — Evidence before claims
  • finishing-work — Delivery options
  • dispatching-parallel-agents — Fork independent tasks
  • requesting-review — Dispatch reviewer subagent
  • receiving-review — Evaluate feedback rigorously
  • systematic-problem-solving — Root-cause diagnosis
  • writing-skills — Create/improve Skills

版本历史

共 2 个版本

  • v1.1.0 当前
    2026-06-06 06:19
  • v1.0.0
    2026-03-31 19:21 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,215 📥 266,506
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,120
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,791