coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Coordinate bounded worker tasks with a launch envelope, report-back, escalation, and synthesis contract. Use before spawning, resuming, steering, cancelling, or closing subagents.
$ npx -y skills add gaelic-ghost/socket --skill orchestrate-agent-work --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/orchestrate-agent-workContext preview
The summary Claude sees to decide when to auto-load this skill.
Coordinate bounded worker tasks with a launch envelope, report-back, escalation, and synthesis contract. Use before spawning, resuming, steering, cancelling, or closing subagents.
name: orchestrate-agent-work description: Coordinate bounded worker tasks with a launch envelope, report-back, escalation, and synthesis contract. Use before spawning, resuming, steering, cancelling, or closing subagents.
Use this skill at the delegation boundary. The coordinator owns the user goal, decomposition, authority, final decision, validation, and closure; workers own only their assigned slice.
1. Confirm delegation is requested or required by the active workflow. Prefer a single agent when the work is sequential or one small write target. 2. Split only independent work. Assign one coordinator and one owner per artifact, worktree, branch, validation lane, and external side effect. 3. Give every worker a launch envelope:
4. State whether the coordinator waits for all results, consumes partial reports, or hands work to a durable task surface. 5. Track each worker until it is `completed`, `blocked`, `needs-decision`, `cancelled`, or `failed`. A worker must not silently stop. 6. Acknowledge each result: consume it, request one bounded follow-up, mark it superseded, or cancel it explicitly. Then synthesize and verify the result in the coordinator thread.
Require the final report to contain the terminal state, outcome, evidence or artifacts, validation run or intentionally skipped, uncertainty, and one recommended next action. Workers escalate rather than improvise when scope, authority, ownership, evidence, or acceptance criteria change.
with the coordinator unless a user-approved disjoint ownership plan says otherwise.
reason, bounded fan-out/depth, and host support.
durable ownership boundary.
When the selected host is Codex and the worktree mode, local environment, or app-owned thread association needs a decision, compose it with `repository-skills:codex-gui-worktree-workflow`. On Hermes or another host, keep the ownership contract host-neutral and use ordinary Git worktrees.
Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Assign worktree, branch, write, validation, integration, and cleanup ownership before parallel repository work. Use when a worker will inspect or modify…
Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents,…
Design evaluation workflows for agent, skill, prompt, and automation behavior before implementation. Use when choosing eval cases, graders, thresholds,…
Design safe n8n workflows with deterministic routing, credentials, idempotency, recovery, local-model checks, drafts, and exact approval gates.
Choose and design one-shot, recurring, event-triggered, monitored, CI, background, queue, or board-based agent work. Use when agent work must run later,…