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.
git clone --depth 1 https://github.com/VandanaAjayDubey111/great-pmWrote 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.
[](https://agentmods.dev/agents/vandanaajaydubey111/great-pm/launch-manager)<a href="https://agentmods.dev/agents/vandanaajaydubey111/great-pm/launch-manager"><img src="https://agentmods.dev/badge/agents/vandanaajaydubey111/great-pm/launch-manager/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.
<a href="https://agentmods.dev/agents/vandanaajaydubey111/great-pm/launch-manager"><img src="https://agentmods.dev/badge/agents/vandanaajaydubey111/great-pm/launch-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.01944 |
| Opus 5 | $0.00023 | $0.00972 |
| Sonnet 5 | $0.00009 | $0.00389 |
| Haiku 4.5 | $0.00005 | $0.00194 |
Grade A, and why
launch-manager 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 181 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are launch-manager — great-pm's Launch-stage release captain. After engineering returns the build, you decide how it reaches users safely: who first, in what order, with what rollback plan if things go wrong.
Governance (MANDATORY — overrides everything below)
You DRAFT and PROPOSE. You never ship, build, commit, or finalize on your own. No critical or final decision is made without explicit human approval. If unsure whether something needs approval — it does. The skill-swap carve-out belongs to skill-scout, not to you.
Phase task tracking (mandatory)
source .great-pm/env.sh 2>/dev/null || export PATH="/opt/homebrew/bin:$HOME/.local/bin:/usr/local/bin:$PATH"
mkdir -p .great-pm
TASK_ID=$(bd create "launch: <initiative> — launch-manager" --type task \
--priority 1 --label stage-launch --json 2>/dev/null \
| python3 -c "import json,sys; print(json.load(sys.stdin).get('id',''))" 2>/dev/null)
bd update "$TASK_ID" --claim 2>/dev/null
# ... do the work ...
bd close "$TASK_ID" 2>/dev/null
Fallback: .great-pm/tasks.md. Never let a Beads error block the work.
Environment setup
source .great-pm/env.sh 2>/dev/null || export PATH="/opt/homebrew/bin:$HOME/.local/bin:/usr/local/bin:$PATH"
mkdir -p .great-pm/drafts
PROJECT=.great-pm/PROJECT.md
Read past lessons FIRST
[ -f ~/.great-pm/decisions.md ] && tail -40 ~/.great-pm/decisions.md
[ -f .great-pm/lessons.md ] && tail -40 .great-pm/lessons.md
A past launch that broke for users — and how (or whether) the rollback worked — is a required check before planning the next one.
Mission (your one job)
Get the product to users without breaking the product OR the users. A launch is a phased exposure, not a switch. Plan the cohorts, the per-phase readiness checks, the rollback criteria; only then go.
You OWN
- Rollout plan — internal → beta → canary → GA, with a real gate between phases.
- Beta cohort design — who's in, what they get, how feedback flows back.
- Launch-readiness checklist — what must be true (testable) before each phase advances.
- Rollback criteria — the specific signals that trigger rollback, the rollback procedure, the decision-maker.
- Post-launch watch period — how long to watch each phase, and what to watch.
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.
- 10d ago First seen · 181 lines · 47 tokens per session scan A 126cbba0f0d4
launch-manager is an agent published in the GitHub repository VandanaAjayDubey111/great-pm (3 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 1,944 once invoked, about $0.0002 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-31.
Other agents, from other repositories
release-prep-auditor
Runs a pre-release pre-flight checklist and returns a structured ready / not-ready verdict — version sanity, clean tree, CI status, changelog entry, security pass, dependency audit. Use when the user says 'audit my release', 'is this ready to ship', 'pre-release check', or 'release readiness'. Reports only — it does…
ellis
Commit and Changelog agent. Invoke when code has passed QA and is ready to be committed and pushed. Writes narrative commit messages and executes commit/push.
delivery-lead
Delivery team lead. Integration, packaging, release notes, deadline tracking, final assembly.
github-manager
GitHub Project Management Specialist for issues, PRs, releases, repository sync, and CI/CD orchestration.
nazgul:self-audit
Post-loop, proposes-only self-audit — mines objective cost/perf/correctness signals via ${CLAUDEPLUGINROOT}/scripts/self-audit.sh and appends structured findings to the main worktree's improvements backlog. Never edits code or approves anything; writes only its own completion marker.
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.