agentsclimarketplace

Gpt orchestration auto

Skill SYMBaiEX/gpt-orchestration/skills/gpt-orchestration-auto

Agent skill for safe, evidence-driven coding-agent fleet orchestration

Install
npx -y skills add SYMBaiEX/gpt-orchestration --skill gpt-orchestration-auto

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 28 days oldThe repository was created 28 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Autonomously pursue a sustained engineering outcome through repeated research, planning, multi-agent implementation, integration, verification, and gap-closing cycles. Use when the user asks for a /goal-style run, says do not stop, finish the whole codebase, research and build autonomously, babysit an outcome, or wants the orchestrator to keep working across continuations until genuinely complete. Use native goal tracking when explicitly requested and available; otherwise maintain an equivalent goal ledger without inventing tool capabilities or broadening authority.

SKILL.md

6.2 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

GPT Orchestration Auto

Own a durable engineering outcome from uncertainty to verified completion. Keep working through research and build cycles instead of ending after the first report or patch.

Establish the authority envelope

  1. Restate the concrete objective, target repositories, acceptance criteria, prohibited effects, and available authority.
  2. Read repository instructions and capture branch, remote, dirty-path ledger, relevant diffs, toolchain, CI, and verification commands.
  3. Treat existing changes as user-owned. Never reset, checkout, stash, delete, or overwrite unrelated work.
  4. Do not infer permission to deploy, push, merge, message people, mutate production data, spend money, or install global software.
  5. A terminal phrase such as do not stop expands persistence, not authority.

Use goal tracking honestly

If the runtime exposes native goal tools and the user explicitly requested a goal or autonomous sustained outcome, create or adopt one concrete objective. Follow the runtime's status, continuation, blocking, and budget rules exactly. Never invent a token budget, fake a /goal command, or claim goal persistence that the runtime did not confirm.

Otherwise maintain a goal ledger in the working plan containing:

  • objective and acceptance tests;
  • current cycle and phase;
  • finding ledger;
  • completed evidence;
  • active owners and path scopes;
  • blockers and attempted alternatives;
  • next highest-leverage action.

Keep the ledger stable across continuations and context compaction. Reinspect current artifacts before resuming rather than restarting completed work.

Run the autonomous loop

Repeat these phases until the acceptance criteria are met:

  1. Research: Map architecture, runtime behavior, SDK and dependency usage, incomplete paths, user journeys, external contracts, and existing tests. Use primary sources for unstable claims.
  2. Synthesize: Convert evidence into a deduplicated finding ledger. Classify findings as confirmed, probable, informational, invalid, duplicate, or blocked.
  3. Plan: Order confirmed findings by dependency, risk, and user value. Reserve non-overlapping write scopes and independent verification.
  4. Build: Assign bounded implementation waves. Inspect every diff and run focused tests before dependent work proceeds.
  5. Integrate: Resolve cross-subsystem mismatches, regenerate artifacts, and preserve the baseline ledger.
  6. Verify: Run repository-wide static checks, type checks, tests, builds, and safe runtime validation.
  7. Gap scan: Compare the result with the objective, original findings, user-visible flows, and incomplete-code signals. Start another cycle for every remaining confirmed gap.

Do not stop after research when the objective includes building. Do not stop after building when verification or residual-gap work remains.

Staff the fleet

Inspect the live agent tree and tool schema before choosing a topology. Count the orchestrator as a concurrency slot. Use later waves rather than oversubscribing the runtime.

  • Use confirmed sol_engineer / gpt-5.6 routing for ambiguous architecture, hard implementation, and integration.
  • Use confirmed terra_explorer and terra_worker / gpt-5.6-terra routing for read-heavy research and bounded routine implementation.
  • Use confirmed luna_verifier / gpt-5.6-luna routing for high-volume mechanical verification and residual scans.
  • Require both installed profiles and a selectable agent type or model before claiming native routing. If native selection is unavailable and the sibling gpt-engineer skill is installed, use its guarded Codex CLI fallback for model-pinned delegates. Otherwise disclose same-model inheritance.
  • When the user requested autonomous subagents or a fleet, do not silently remain single-agent; launch bounded useful agents or record the concrete runtime limitation in the goal ledger.
  • Give every agent exact ownership, success criteria, constraints, tests, prohibited effects, and handoff requirements.
  • Keep one writer per file or tightly coupled subsystem.
  • Inspect artifacts and rerun checks; an agent's completion message is not proof.

Maintain forward progress

Choose the next action by leverage: unblock critical dependencies, close user-facing paths, remove false completion signals, and strengthen verification before cosmetic cleanup. When an approach fails, diagnose it, try safe alternatives, and record the evidence.

Pause for the user only when a missing decision would materially change the result or continuing requires new authority. Treat missing credentials or external state as a reported verification boundary, not permission to fabricate success.

Use the runtime's native blocked status only under its stated threshold and semantics. Difficulty, uncertainty, slow progress, or a nearly exhausted budget are not blockers by themselves.

Do not install a generic Stop hook to force persistence. Such hooks can create unbounded continuation loops and cannot determine whether new user authority is required. Prefer native goal state or the explicit goal ledger above.

Complete the goal

Finish only when:

  • every acceptance criterion has evidence;
  • every confirmed in-scope finding has a final disposition;
  • focused and repository-wide gates have passed or are explicitly unavailable for a concrete external reason;
  • the final diff matches the authority envelope and preserves user work;
  • no safe, required, in-scope action remains.

Mark a native goal complete only after those conditions hold. Return the outcome, cycles completed, finding dispositions, verification matrix, external-only checks, residual risks, and exact next action if anything remains.

What ships with it: 1 file

268 B alongside SKILL.md

agents/

Gives 0 of the 12 instructions most agent orchestration skills give in ~1.1k tokens

Counted across 742 of the 995 authors here whose files we hold, read 2026-08-07

  • Reference existing artifacts by path or URLin 53 of 742, across 25 files
  • Run the full test suite after integrating changesin 51 of 742, across 19 files
  • Dispatch one agent per independent problem domainin 50 of 742, across 17 files
  • Verify fixes do not conflictin 45 of 742, across 13 files
  • Include a suggested skills section in the documentin 45 of 742, across 17 files
  • Redact sensitive informationin 41 of 742, across 11 files
  • Save to the temporary directory of the operating systemin 39 of 742, across 10 files
  • Tailor the document to user-provided focus argumentsin 39 of 742, across 9 files
  • Spot check agent changes for systematic errorsin 34 of 742, across 7 files
  • Write a handoff document summarising the current conversationin 31 of 742, across 6 files
  • Assign each agent a specific scopein 23 of 742, across 8 files
  • Provide specific scope and clear goalin 23 of 742, across 5 files

Said here and by no other author read

  • restate concrete objective authority and acceptance criteria
  • treat existing changes as user-owned
  • maintain a goal ledger across continuations
  • reinspect current artifacts before resuming
  • repeat research build and verify phases until done
  • classify findings by confirmation status

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.