返回 Skill 列表
extension
分类: 开发与工程无需 API Key

digital-fte-orchestrator

使用Claude Code和Ralph Wiggum模式的主要任务处理循环。在运行协调器、调试任务处理、配置审批工作流或理解任务生命周期时使用。不用于创建单独的观察者(请使用特定的观察者技能)。

person作者: jakexiaohubgithub

Digital FTE Orchestrator Skill

Task processing with Ralph Wiggum loop pattern.

Quick Start

# Normal mode
python scripts/run.py

# Process once and exit
python scripts/run.py --once

# Dry run
python scripts/run.py --dry-run

Task Flow

Needs_Action → [Claude analyzes] → Pending_Approval or Done
Pending_Approval → [Human approves] → Approved
Approved → [Claude executes] → Done

Configuration

  • --max-iterations - Max retries per task (default: 10)
  • --poll-interval - Seconds between polls (default: 30)
  • --dry-run - Test without execution
  • --once - Process once and exit

Verification

Run: python scripts/verify.py