返回顶部
a

agent-workflow

A structured workflow plugin for OpenClaw agents. Guides work through brainstorm → plan → execute → verify → deliver with persistent state, branching, parallel context-plugins, and multi-project support. Trigger when the user wants to start a new project, follow a structured workflow, manage multiple concurrent projects, or navigate between workflow steps. Install as a Plugin (not a Skill) for full functionality including the agent_workflow tool. Do not trigger for simple one-off tasks.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
134
下载量
0
收藏
概述
安装方式
版本历史

agent-workflow

# Agent Workflow A structured workflow engine for OpenClaw agents. Migrated and generalized from the [superpowers](https://github.com/anthropics/claude-code-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: ```bash openclaw plugins install clawhub:agent-workflow openclaw gateway restart ``` Then enable in your `~/.openclaw/openclaw.json`: ```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 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agent-workflow-1775995323 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-workflow-1775995323 技能

通过命令行安装

skillhub install agent-workflow-1775995323

下载 Zip 包

⬇ 下载 agent-workflow v1.0.0

文件大小: 100.09 KB | 发布时间: 2026-4-13 09:11

v1.0.0 最新 2026-4-13 09:11
Agent Workflow v1.0.0 — Initial release. A structured workflow plugin for OpenClaw agents. Migrated and adapted from the superpowers workflow system (originally designed for Claude Code) into a general-purpose, code-agnostic workflow engine. Features: full workflow state machine (brainstorm → plan → execute → verify → deliver), persistent state across sessions, multi-project concurrency, branch support, context-plugins for parallel forks, soft-guard goto, and 11 bundled Skills covering the full workflow lifecycle. Includes agent_workflow tool with actions: start, status, next, goto, complete, fork, join, getSkill, list, abandon.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部