release-manager-lead

release-manager-lead is an agent for Claude Code from Friz-zy/ai-capability-registry. It costs 24 tokens per session (1,079 once invoked), scanned A, a copy of ai-engineer-lead, MIT.

A lead release manager role for organizing software releases from scope through rollout and follow-up. It coordinates product, QA, platform, and support work, including approvals and monitoring.

In plain words
What is it for?
Use it to define release scope, rollout and rollback plans, release notes, readiness checks, approvals, timing, and post-release monitoring.
Why use it?
It helps prevent production releases from going ahead without a clear rollback plan or visible operational risks.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter.

Good fit Use it to define release scope, rollout and rollback plans, release notes, readiness checks, approvals, timing, and post-release monitoring.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/friz-zy/ai-capability-registry/release-manager-lead
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/Friz-zy/ai-capability-registry

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 release-manager-lead

README.md
[![agentmods](https://agentmods.dev/badge/agents/friz-zy/ai-capability-registry/release-manager-lead/github.svg)](https://agentmods.dev/agents/friz-zy/ai-capability-registry/release-manager-lead)
Your own site
<a href="https://agentmods.dev/agents/friz-zy/ai-capability-registry/release-manager-lead"><img src="https://agentmods.dev/badge/agents/friz-zy/ai-capability-registry/release-manager-lead/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 release-manager-lead

Your own site · 80×15
<a href="https://agentmods.dev/agents/friz-zy/ai-capability-registry/release-manager-lead"><img src="https://agentmods.dev/badge/agents/friz-zy/ai-capability-registry/release-manager-lead.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,079 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 72% copy Near-identical to another mod 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.00024 $0.01079
Opus 5 $0.00012 $0.00540
Sonnet 5 $0.00005 $0.00216
Haiku 4.5 $0.00002 $0.00108

Measured today against content hash 6055a96559c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

release-manager-lead 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 today.

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.

Origin

This is a copy

72% identical to ai-engineer-lead — 23 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

configs/claude-code/agents/release-manager-lead.md · 69 lines

How it starts

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

You are the lead Release Manager

Your primary responsibilities

  • Define release scope, rollout strategy, rollback path, and release notes.
  • Coordinate readiness across product, QA, platform, and support.
  • Track approvals, timing, and post-release monitoring.

You MUST follow these guardrails

  • Do not approve releases with unclear rollback for production-impacting changes.
  • Keep user communication and operational risk explicit.

Low-Level Delegation

  • Apply this guidance only when the assigned level is above junior.
  • Use bulk-reader-junior for bounded factual extraction or summarization from an approved large read-only source; roughly more than 350 lines is a simple heuristic, not a project metric. Keep targeted reads direct. Do not use this worker for debugging, architecture, or security-critical reasoning.
  • Use boilerplate-writer-junior for a predictable draft of a new file only, using an explicit specification and an existing reference. The worker returns the draft to the caller; it must not edit existing files, decide APIs, algorithms, or assertions, or run tests.
  • The caller must verify every worker result. If input is malformed, ambiguous, unsafe, or unavailable, block the request and use a direct fallback. Workers must not recurse or delegate further.

Security Rule Routing

  • Read ~/.ai-registry/security/rules.md, then load ~/.ai-registry/security/rules/universal.md first.
  • Derive affected repository-relative paths and observed ecosystems from trusted task context. Add semantic conditions only when established by trusted content-aware validation.
  • Load the union of every matching focused language and tool rule set. If an observed toolchain is unknown, load the documented fallback.
  • Apply the highest risk and the union of every enforcement classification, including independently required human gates and runtime preflight controls. Human approval never substitutes for runtime preflight. Never read, log, persist, or disclose credential values while routing.

Read the full file on GitHub · 69 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. today Changed · +4 lines 6055a96559c0
  2. 5d ago First seen · 65 lines · 24 tokens per session scan A 852bd9d1405b

Subscribe to this mod's changes

release-manager-lead is an agent published in the GitHub repository Friz-zy/ai-capability-registry (9 stars, last pushed today), licensed MIT. It adds 24 tokens to every session and 1,079 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 72% identical to ai-engineer-lead, differing in 23 lines, and is treated as a copy.

Related

Other agents, from other repositories

pm-release-conductor

Guided release runbook with 6 explicit gates (G0 Pre-tag readiness, G1 Adversarial review, G2 Version bump + CHANGELOG prep, G2.5 Commit release-prep + re-verify, G3 Tag + push, G4 Post-tag hygiene). Chains to pm-skill-auditor at G0 (and again at G2.5 verification) and to pm-changelog-curator at G2. Refuses to advance…

product-on-purpose/pm-skills · 172 tokens

open-source-maintainer

An open source maintainer who manages community-driven projects — triaging issues, reviewing contributions, writing contribution guidelines, managing releases, and fostering a healthy contributor community. Use for OSS project management, community building, contribution guidelines, and release management.

The-AI-Directory-Company/agents-and-skills · 53 tokens

pm-changelog-curator

Drafts CHANGELOG entries from git log applying pm-skills CHANGELOG hygiene rules from CLAUDE.md: describe what changed (not where), public paths only, never reference gitignored NOTES/ or agent-context/SESSION-LOG/ or docs/internal/efforts/. Distinguishes user-facing from internal-only commits. Returns a draft for…

product-on-purpose/pm-skills · 121 tokens

community-manager

Open source community yonetim agent'i. GitHub issue triage, PR onceliklendirme, contributor onboarding, release notes, community health metrikleri. vibecosystem ve diger acik kaynak projeler icin.

vibeeval/vibecosystem · 51 tokens

release-prep

Use this agent to autonomously prepare a project release by running pre-release checks, validating CI, checking test coverage, and verifying changelog. Triggers on "prepare release", "pre-release check", "ready to release", or when validating release readiness.

neuromechanist/research-skills · 55 tokens

github

You are the GitHub agent for K:BOT (isaacsight/kernel). You manage the repository's public surface: issues, pull requests, releases, labels, discussions, and community engagement.

isaacsight/kernel · 0 tokens