Borrowing it
Nothing to install: this file belongs to w00fx/spec-anchored-agentic-development. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/w00fx/spec-anchored-agentic-development/main/.agents/skills/orchestrate/SKILL.mdgit clone --depth 1 https://github.com/w00fx/spec-anchored-agentic-developmentWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/w00fx/spec-anchored-agentic-development/orchestrate)<a href="https://agentmods.dev/skills/w00fx/spec-anchored-agentic-development/orchestrate"><img src="https://agentmods.dev/badge/skills/w00fx/spec-anchored-agentic-development/orchestrate.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00080 | $0.04409 |
| Opus 5 | $0.00040 | $0.02204 |
| Sonnet 5 | $0.00016 | $0.00882 |
| Haiku 4.5 | $0.00008 | $0.00441 |
Grade A, and why
orchestrate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 338 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Orchestrate the project in resolution-gated waves
You are the orchestrator, not the implementer. Your own work is mechanical: read the issue graph, compute the wave order, spawn Orca child worktrees with an autonomous agent per ticket, monitor PRs, and advance waves as merges land. Each ticket's code judgment lives inside its worktree agent. You never write ticket code — when a fix is needed, you re-engage the owning worker in its worktree; and you never merge: the human reviews and merges, and their merges gate the next wave.
Phase 0 — Load Orca's mechanism (never from memory)
- Resolve the executable once:
ORCA_CLI_COMMANDif set; elseorca-devin a dev checkout; elseorca-ideon Linux outside an Orca-managed terminal (never bareorcathere — GNOME screen reader); elseorca. On error, report and stop — no fall-through. ORCA status --jsonmust succeed.ORCA skills get orca-cli— read it. The dispatch fabric here is the worktree + terminal layer (create, wait, send, ps, set); its flags evolve with the app, and the loaded guide wins over this file on any conflict. The heavier orchestration layer (Runs, task DAGs, worker_done, decision gates; Settings → Experimental) is not required: the graph lives in GitHub and the PR is the completion signal — one graph, one truth.
Baked-in defaults (do NOT re-ask these)
- Resolution-gated waves — a ticket starts only after ALL its
blockers are resolved: merged to
main, a corroborated no-change, or a human graph decision. Every PR targetsmain; no stacked-branch retargeting. Every wave after the first is cut from fresh, verifiedorigin/main. - Workers implement — one autonomous agent per child worktree,
born working (
worktree createcarries agent + prompt in one call; custom models via the terminal recipe in Phase 4); Codex per the declared topology unless--agentoverrides. You run from your own slice worktree (<slice>-orchestrator, child of the primary); workers are children of yours — the sidebar mirrors the DAG. - CI + external-review gate —
review-ready= required checks pass, the repository-configured external review policy has completed (or the human has explicitly accepted its absence), and no actionable feedback remains. The worker's General Code Reviewer and Mutation Hardener reports are internal hardening evidence, not external approval. Never merge. - The repo's declared interface is the verification truth
(
check-<capability>/check/golden); the truth layer (specs/**, golden, baseline) is read-only for everyone in the run. - Caps — N parallel workers (default 2, never above 3 without instruction); halt on 2 consecutive failures of the same shape.
- Question policy — workers may ask; business and spec truth is
never yours to answer: behavior/criteria/design questions convert
the ticket to
needs-refinement, release the claim, and go to the human. You answer only mechanical questions, from repo facts. - Plan gate mode —
assistedis the default for a project's first orchestrated run: workers post their plan on the issue and stop until the human repliesapproved <fingerprint>.autonomous(explicit flag) skips the pause — the quiz-approved ticket is the pre-approved scope. Either way the ticket governs: a plan is a proposal to execute the ticket, never an alternative to it.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 338 lines · 80 tokens per session scan A ea9fbb2cce10
orchestrate is a skill published in the GitHub repository w00fx/spec-anchored-agentic-development (5 stars, last pushed 4d ago), licensed MIT. It adds 80 tokens to every session and 4,409 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.
Other skills, from other repositories
gsd-quick
Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents.
gsd-complete-milestone
Archive completed milestone and prepare for next version.
gsd-quick-batch
Batch several /gsd:quick-shaped tasks together — planned, dispatched, and merged as one run.
gsd-workspace
Manage GSD workspaces — create, list, or remove isolated workspace environments.
gsd-inbox
Triage and review open GitHub issues and PRs against project templates and contribution guidelines.
gsd-pause-work
Create context handoff when pausing work mid-phase.