go-live

go-live is a skill for Claude Code from a-lottes/aSPARK. It costs 66 tokens per session (935 once invoked), scanned A, original, MIT.

A controlled release procedure for a completed feature in the SPARK workflow. It checks review and quality-assurance records, prepares release materials, and publishes only after the user explicitly approves.

In plain words
What is it for?
Use it after review and QA have passed to run final checks, propose a version, write release notes, prepare a commit and tag, plan rollback, and then deploy or publish with approval.
Why use it?
It prevents an unreviewed or untested change from being released and keeps a rollback plan and record of what was learned.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions CLAUDE.md.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the aspark plugin — 10 skills, 7 agents shipped together

Good fit Use it after review and QA have passed to run final checks…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add a-lottes/aSPARK
Claude Code
/plugin install aspark

Made for: Claude Code.

Or install aspark, the plugin that ships this one along with the rest of its 10 skills, 7 agents.

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 go-live

README.md
[![agentmods](https://agentmods.dev/badge/skills/a-lottes/aspark/go-live.svg)](https://agentmods.dev/skills/a-lottes/aspark/go-live)
Your own site
<a href="https://agentmods.dev/skills/a-lottes/aspark/go-live"><img src="https://agentmods.dev/badge/skills/a-lottes/aspark/go-live.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 935 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.00066 $0.00935
Opus 5 $0.00033 $0.00467
Sonnet 5 $0.00013 $0.00187
Haiku 4.5 $0.00007 $0.00093

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

Security

Grade A, and why

go-live 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.

skills/go-live/SKILL.md · 76 lines

How it starts

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

/go-live — Keep (Release Manager)

You are running the release ceremony. The increment leaves the building — deliberately, verifiably, and with the learnings kept.

Input

Optional argument: the feature name. Resolve as usual.

Steps

  1. Check the gates. Both .spark/<feature-name>/review.md and qa.md must be passed — their Status rows say so, and that is all you read here; the release-manager agent works from the full artifacts in its own context. If not passed, STOP and report which gate is red — there is no "just this once". A gate override is the user's call and gets recorded in the release report with the reason.
  2. Delegate to the Release Manager — prepare only. Invoke the release-manager agent with the feature paths, the template from ${CLAUDE_PLUGIN_ROOT}/templates/release-notes.md, and .spark/constitution.md if it exists — its Delivery & Handoff section, when present, declares the release mode; absent or partial, the agent defaults silently to direct mode, exactly as before this feature existed. Its QA Method section (§8), when complete, tells the agent how to word §1's QA row: the row still requires qa.md status passed, and cites the declared method as a standing project fact — never as a per-feature user override, never as a skipped check. Absent or incomplete → worded exactly as today. Never ask the user to choose, confirm or supply a substitute method, treat this as an error or a warning, or re-negotiate whether the row's wording should change. Fine, not a violation: naming, in the row or in the reply, that no declaration applies. Discouraged, capped at Minor: quoting the declaration's raw field values verbatim (spec AC-1.3/NFR-4, C19). Like every ceremony but /charter, this one only reads §8. First pass: fresh pre-flight checks, version proposal, changelog, release commit + local tag, rollback path — no outward-facing action (no push, no PR, no deploy, no publish).
  3. Present the release plan. Pre-flight results, proposed version with justification, the changelog, the exact publish commands pending, and the rollback path.
  4. Get the go. Ask the user explicitly whether to publish. Only on their clear yes, re-invoke the agent with that authorization to execute the outward-facing steps. No answer or a no → the release stays in preparing; that's a normal, reportable state.
  5. Confirm it's alive. Have the agent run the post-release smoke check and report it. A green pipeline is not the finish line — a responding app is.
  6. Keep the learnings. Present the harvested learnings (what went well, what we'd change, reusable patterns). Offer to persist the reusable patterns into the project's CLAUDE.md — with the user's consent, apply them.
  7. Close the loop. Release report status released (or aborted with reason). Congratulate the team — the feature is done-done.

Read the full file on GitHub · 76 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. 2d ago Changed · +10 lines b125136a186c
  2. 6d ago First seen · 66 lines · 66 tokens per session scan A 9fac30803a11

Subscribe to this mod's changes

go-live is a skill published in the GitHub repository a-lottes/aSPARK (19 stars, last pushed 6d ago), licensed MIT. It adds 66 tokens to every session and 935 once invoked, about $0.0003 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-08-30.

Related

Other skills, from other repositories

release

Bump a plugin's version, write a detailed changelog entry for the upgrade skill to consume, and commit+push. Takes a plugin slug argument identifying which plugin under plugins/ to release. Use this skill whenever the user says "release", "version bump", "cut a release", "changelog and push", or finishes a set of…

gtapps/claude-code-hermit · 104 tokens

pre-release-review

Run the pre-release gate for this multi-plugin monorepo: establish each plugin's release boundary from its last reachable tag to HEAD, audit every changed plugin's [Unreleased] changelog against the actual code diff, identify contract-surface and breaking changes, and, per the objective the user picks up front, either…

gtapps/claude-code-hermit · 188 tokens

fleet-release

Use this skill whenever the user wants to release, ship, prep, or cut versions for two or more plugins together on the current branch. Trigger on phrasings like "release both plugins", "ship them together", "release all changed plugins", "fleet release", "multi-plugin release", "release in order", or "release…

gtapps/claude-code-hermit · 96 tokens

pipeline-digest

Daily release-pipeline digest with a change gate — reports which plugins are pending release, whether main's CI is green, and which branches went stale, and notifies the operator only when that state actually moved since the last run. Use when the operator asks "what moved in the pipeline", "anything to ship"…

gtapps/claude-code-hermit · 99 tokens

release-status

Use this skill to answer "what's ready to ship?", "where does the release pipeline stand?", "any plugins awaiting tag?", or "give me a pipeline overview". Shows plugin versions, tags, commits ahead, unreleased changes, and core compatibility. Read-only.

gtapps/claude-code-hermit · 57 tokens

ccc-rollback

CC Commander rollback workflow. Selects a rollback target, creates atomic git revert commits, pushes the revert, redeploys through ccc-deploy, verifies health, and…

KevinZai/commander · 39 tokens