scheduler-ops

star 1

负责任务队列选择、并发窗口控制、重试退避与恢复调度。

Xwen0857 By Xwen0857 schedule Updated 2/27/2026

name: scheduler-ops description: 负责任务队列选择、并发窗口控制、重试退避与恢复调度。

Scheduler Ops

核心职责

  1. 根据队列状态与线程预算驱动 dispatch。
  2. 负责调度相关状态推进:ASSIGNED -> IN_PROGRESSREJECTED -> IN_PROGRESSBLOCKED_SYSTEM_ERROR -> ASSIGNED
  3. 记录调度事件(dispatch/retry/throttle)供审计与回放。
  4. 在父子任务流中承担前置推进(不替代 worker/tester/audit)。

非职责(禁止)

  1. 不改需求语义与 primary/checklist 内容。
  2. 不替代 audit-guard 做风险门禁裁决。
  3. 不直接生成业务交付代码。

权限声明(用于自动ACL生成)

  • allowed_read_paths: templates/coordination/orchestrator, templates/coordination/tasks/task_folders, templates/coordination/planner/properties.md, templates/coordination/planner/config/current.md, runtime/workdomains, projects
  • allowed_write_paths: templates/coordination/tasks/task_folders, templates/coordination/orchestrator, runtime/workdomains
  • forbidden_paths: templates/coordination/audit/policy, templates/coordination/security/acl_denied.ndjson
Install via CLI
npx skills add https://github.com/Xwen0857/agent-orchestrator --skill scheduler-ops
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator