shipping-and-launch

shipping-and-launch is a skill for Claude Code, Codex from Plazmodium/odin-workflow. It costs 21 tokens per session (296 once invoked), scanned A, original, MIT.

A release-readiness guide for changes that will affect a live production system.

In plain words
What is it for?
Use it to plan staged rollouts, feature-flag changes, rollback steps, alerts, success measures, and launch checks.
Why use it?
It helps prevent shipping based only on passing tests by checking recovery, monitoring, risks, and operational readiness first.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan staged rollouts, feature-flag changes, rollback steps, alerts, success measures, and launch checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/plazmodium/odin-workflow/shipping-and-launch
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.

Any agent
npx skills add Plazmodium/odin-workflow --skill shipping-and-launch
Clone the repo
git clone --depth 1 https://github.com/Plazmodium/odin-workflow

Made for: Claude Code, Codex.

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 shipping-and-launch

README.md
[![agentmods](https://agentmods.dev/badge/skills/plazmodium/odin-workflow/shipping-and-launch.svg)](https://agentmods.dev/skills/plazmodium/odin-workflow/shipping-and-launch)
Your own site
<a href="https://agentmods.dev/skills/plazmodium/odin-workflow/shipping-and-launch"><img src="https://agentmods.dev/badge/skills/plazmodium/odin-workflow/shipping-and-launch.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 296 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.00021 $0.00296
Opus 5 $0.00010 $0.00148
Sonnet 5 $0.00004 $0.00059
Haiku 4.5 $0.00002 $0.00030

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

Security

Grade A, and why

shipping-and-launch 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 7d 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/skills/workflow/shipping-and-launch/SKILL.md · 43 lines

What it actually says

shipping-and-launch

When To Use

  • Preparing to release, deploy, enable, or announce production behavior.
  • A change has user, data, operational, or business impact.
  • The user asks to ship.

Workflow

  1. Confirm what is being shipped and what remains off.
  2. Verify tests, build, migrations, docs, and configuration are ready.
  3. Identify feature flags, rollout stages, and blast radius.
  4. Define rollback or disablement steps.
  5. Confirm monitoring, alerts, logs, and success metrics.
  6. Check known risks and owner contacts.
  7. Ship only when evidence supports readiness or the user explicitly accepts residual risk.

Anti-Rationalization

Excuse Rebuttal
"Tests pass, ship it." Launch readiness also requires rollback, monitoring, and operational checks.
"We can watch manually." Monitoring should be explicit and actionable.
"Rollback is obvious." Rollback steps must be known before launch pressure.

Verification

  • Pre-launch checks are complete or gaps are accepted.
  • Rollback path is documented.
  • Monitoring and success criteria are known.

Exit Criteria

  • The change can be released with controlled blast radius and recovery path.
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. 7d ago First seen · 43 lines · 21 tokens per session scan A fb6a55965c4f

Subscribe to this mod's changes

shipping-and-launch is a skill published in the GitHub repository Plazmodium/odin-workflow (0 stars, last pushed 3mo ago), licensed MIT. It adds 21 tokens to every session and 296 once invoked, about $0.0001 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-01.

Related

Other skills, from other repositories

git-flow-pr

Executes the full PR-driven development workflow: create an isolated feature branch from the current work, commit all staged changes, rebase cleanly onto the selected base branch (skipping any ancestor commits already merged), push the branch, and open a GitHub pull request linked to a related issue. Includes guidance…

soulcodex/agentic · 103 tokens

hmem-release

Pre-publish checklist for hmem: skills synced, version bumped, tests green, nothing forgotten. Use before npm publish or when the user says 'release', 'publish', 'push a release', or 'neue Version'.

Bumblebiber/hmem · 50 tokens

release

Cut a release of steam-games-mcp — draft CHANGELOG entries, check docs/metadata consistency, then bump/tag/push. Use when asked to release, cut a version, or publish a new version of this package.

Grinv/steam-games-mcp · 47 tokens

publish-release

Releases a new McpOrchestrator version end to end — version bump PR, tag, and the automated deploy to GitHub Releases, NuGet, and the MCP Registry. Use when asked to release, publish, deploy, ship, or bump the version of McpOrchestrator.

Byggarepop/dotnet-mcp-orchestrator · 63 tokens

release-notes

Writes user-facing release notes from a git commit range. Use when asked to draft release notes, a changelog entry, or "what's new" text for a release.

Byggarepop/dotnet-mcp-orchestrator · 39 tokens

release-and-publish

Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already…

cyanheads/pubmed-mcp-server · 112 tokens