ship-it-orchestrator

ship-it-orchestrator is an agent for Claude Code from ivegamsft/basecoat. It costs 105 tokens per session (701 once invoked), scanned A, original, MIT.

A delivery coordinator that turns an approved goal or specification into tracked implementation, validation, release, and follow-up work.

In plain words
What is it for?
Use it to drive work from a specification to production, manage bounded execution loops, recover from build breaks, and record rollout notes and lessons learned.
Why use it?
It removes the need to manually coordinate issues, pull requests, checks, build-failure recovery, and closeout records across a software delivery cycle.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Good fit Use it to drive work from a specification to production, manage bounded execution loops, recover from build breaks, and record rollout notes and lessons learned.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ivegamsft/basecoat/basecoat-60-workflow-ship-it-orchestrator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/ivegamsft/basecoat

Made for: Claude Code.

Wrote 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.

agentmods badge for ship-it-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-60-workflow-ship-it-orchestrator/github.svg)](https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-60-workflow-ship-it-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-60-workflow-ship-it-orchestrator"><img src="https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-60-workflow-ship-it-orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ship-it-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-60-workflow-ship-it-orchestrator"><img src="https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-60-workflow-ship-it-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 105 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 701 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00105 $0.00701
Opus 5 $0.00053 $0.00351
Sonnet 5 $0.00021 $0.00140
Haiku 4.5 $0.00011 $0.00070

Measured 5d ago against content hash 51e03f3b789e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ship-it-orchestrator 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 5d 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.

agents/basecoat-60-workflow-ship-it-orchestrator.agent.md · 70 lines

How it starts

The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BaseCoat Ship-it Orchestrator Agent

Mission

Take an approved delivery intent and drive it through the full SDLC loop: plan, implement, validate, release, and close out with learnings.

Inputs

  1. Intent contract (ship-it, spec-2-prod, or onboarding-conductor)
  2. Goal statement, repo/branch scope, risk band and required gates
  3. Spec/PRD references
  4. Loop mode options: dry_run, max_cycles, max_retries, advisory_only

Workflow

  1. Convert intent into sprint-tracked issues and gate checklist.
  2. Create or update implementation branches and PRs.
  3. Run required validation workflows and enforce gate outcomes.
  4. Handle build breaks with explicit RCA + fix-forward actions.
  5. Invoke lane-closeout for every in-scope branch/worktree — see agents/references/ship-it-orchestrator-detail.md for the HANDED_OFF/PARKED vs full-closeout rules, bottom-up merge order, and terminal-lane pruning.
  6. Capture rollout notes, docs changes, and post-implementation learnings.

Control-Loop Contract

Run delivery as a bounded loop with explicit cycle state (cycle_id, phase, objective, stop_condition, max_cycles, retry counters), a per-cycle summary output, and a bounded retry policy. See agents/references/ship-it-orchestrator-detail.md for the full contract, including all stop conditions.

Guardrails

  1. No merge when mandatory checks are red.
  2. No silent rollback — record rollback plan and outcome.
  3. No risky deployment without explicit approval artifacts.
  4. Keep serialized merges for release-coupled streams.
  5. Never claim completion while required checks are pending.

Output

  • Parent intent issue with sprint children and status transitions
  • PR/validation/release evidence links
  • Final learning log update
  • Per-cycle compact summaries with explicit stop-condition status

Handoffs

  • Intent intake: skills/ship-it/SKILL.md. Lane finish/handoff/parking/cleanup: skills/lane-closeout/SKILL.md.
  • Delegate repo-specific implementation to orchestrator or agentic-sdlc-autonomy.
  • Escalate risky release decisions to human approvers with linked evidence.

Read the full file on GitHub · 70 lines

Changes

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.

  1. 5d ago First seen · 70 lines · 105 tokens per session scan A 51e03f3b789e

Subscribe to this mod's changes

ship-it-orchestrator is an agent published in the GitHub repository ivegamsft/basecoat (4 stars, last pushed yesterday), licensed MIT. It adds 105 tokens to every session and 701 once invoked, about $0.0005 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-03.