返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

orchestration-context

多代理协调的压缩和交接规则。当主要协调者或队友需要管理上下文压力、压缩其上下文窗口,或在压缩之前编写交接说明时使用。

person作者: jakexiaohubgithub

Orchestration — Context Budget Management

Lead Orchestrator

  • Compact after every wave; always after 2+ waves
  • Write handoff to .claude/state/lead-handoff.md BEFORE compacting
  • Compact instruction: Preserve: orchestration plan, team roster, current wave, file ownership map, all ledger entries, blocker status
  • After compaction, immediately read your handoff note

Teammates

  • Compact every 3 tasks, or after 10+ file reads (the read-counter hook will warn you)
  • Write handoff to .claude/state/<your-name>-handoff.md BEFORE compacting
  • Compact instruction: Preserve: my tasks, file ownership, decisions from my handoff note
  • After compaction, immediately read your handoff note

Subagents

  • Disposable — no compaction needed
  • Return structured results only (use the scan/integration templates in orchestration-state)