AgentSkillsCN

digital-fte-orchestrator

采用Claude Code,结合Ralph Wiggum模式,构建主任务处理循环。 当您需要运行任务编排器、调试任务处理过程、配置审批流程,或深入了解任务生命周期时,可使用此技能。 但请注意,本技能不适用于单独创建监听器(请使用特定的监听器技能)。

SKILL.md
--- frontmatter
name: digital-fte-orchestrator
description: |
  Main task processing loop using Claude Code with Ralph Wiggum pattern.
  Use when running the orchestrator, debugging task processing,
  configuring approval workflows, or understanding the task lifecycle.
  NOT when creating individual watchers (use specific watcher skills).

Digital FTE Orchestrator Skill

Task processing with Ralph Wiggum loop pattern.

Quick Start

bash
# 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

code
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