返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
w

workflow-orchestrator

Structural parity skeleton for queue-driven orchestration in a workflow context.

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

workflow-orchestrator

## Contract This skill is intentionally skeleton-only. It provides structure parity with canonical queue orchestration without plugin hooks. Wave 2 execution parity includes: - Setup derivation phase ordering: `detection -> understanding -> derivation -> proposal -> generation -> validation` - Required persisted setup artifacts: `ops/derivation.md`, `ops/derivation-manifest.md`, `ops/config.yaml` - In-skill lifecycle emulation routines (not real hook execution): - session orient - write-time validation checklist - stop/session capture persistence ## Argument Parsing Parse arguments in this order: 1. positional `target` (optional) 2. `--handoff` (boolean) 3. `--batch <id>` (optional) 4. `--type <phase>` (optional) 5. unknown flags are non-fatal; report and ignore If no `target` is supplied, list candidate inbox files and request explicit selection. ## Runtime Loader Requirements Before doing queue work, load runtime context from: - `ops/derivation-manifest.md` (if present) - `ops/config.yaml` (if present) - queue file with fallback precedence: 1. `ops/queue/queue.yaml` 2. `ops/queue/queue.yml` 3. `ops/queue/queue.json` If no queue file exists, fail safely with actionable remediation. ## Safety Constraints Never: - execute arbitrary shell from user-provided strings - continue processing after parse/load failures - mutate tasks outside declared queue schema fields - call external plugins/hooks (explicitly out of scope) Always: - validate queue structure before state transitions - make state transitions explicit (`extract -> create -> reflect -> reweave -> verify -> done`) - produce deterministic handoff text when `--handoff` is set - preserve resumability by reading persisted queue state first ## Scope Boundary No plugin hooks are implemented in this skeleton. Lifecycle behavior is emulated in-skill to preserve deterministic execution semantics only. ## Installation To install the workflow-engine and enable its hooks: ```bash # Clone or navigate to the workflow-engine directory cd workflow-engine # Run the install script to set up hooks ./install-hooks.sh # Or manually enable hooks via openclaw openclaw hooks enable session-orient openclaw hooks enable write-validate openclaw hooks enable session-capture ```

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 workflow-engine-1775994488 技能

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

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

通过命令行安装

skillhub install workflow-engine-1775994488

下载 Zip 包

⬇ 下载 workflow-orchestrator v1.0.0

文件大小: 2.15 KB | 发布时间: 2026-4-13 12:36

v1.0.0 最新 2026-4-13 12:36
Initial release: derivation pipeline, queue state machine, runtime loader, real OpenClaw hooks (session-orient, write-validate, session-capture), hook config generation, auto-install script

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

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

p2p_official_large
返回顶部