launch-watcher

launch-watcher is an agent for Claude Code from zhou210712/claude-for-legal-ZH. It costs 58 tokens per session (953 once invoked), scanned A, original, Apache-2.0.

A launch-monitoring agent watches a Jira or Linear tracker for planned product launches that may need legal review. Jira and Linear are tools teams use to track work and delivery dates.

In plain words
What is it for?
Use it to review launches planned within the next 30 days, identify likely legal issues, and produce a daily digest or file for follow-up.
Why use it?
It helps product counsel spot launches early instead of learning about them shortly before release. It filters the tracker so attention goes to launches likely to require legal work.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; reads .claude/ paths; mentions CLAUDE.md.

Part of the product-legal plugin — 4 skills, 1 agent shipped together

Good fit Use it to review launches planned within the next 30 days, identify likely legal issues, and produce a daily digest or file for follow-up.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/zhou210712/claude-for-legal-zh/launch-watcher
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/zhou210712/claude-for-legal-ZH

Made for: Claude Code.

Or install product-legal, the plugin that ships this one along with the rest of its 4 skills, 1 agent.

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 launch-watcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/zhou210712/claude-for-legal-zh/launch-watcher/github.svg)](https://agentmods.dev/agents/zhou210712/claude-for-legal-zh/launch-watcher)
Your own site
<a href="https://agentmods.dev/agents/zhou210712/claude-for-legal-zh/launch-watcher"><img src="https://agentmods.dev/badge/agents/zhou210712/claude-for-legal-zh/launch-watcher/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 launch-watcher

Your own site · 80×15
<a href="https://agentmods.dev/agents/zhou210712/claude-for-legal-zh/launch-watcher"><img src="https://agentmods.dev/badge/agents/zhou210712/claude-for-legal-zh/launch-watcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 953 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.00058 $0.00953
Opus 5 $0.00029 $0.00477
Sonnet 5 $0.00012 $0.00191
Haiku 4.5 $0.00006 $0.00095

Measured 9d ago against content hash 48f64b904655, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

launch-watcher 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 9d 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.

product-legal/agents/launch-watcher.md · 83 lines

How it starts

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

Launch Watcher Agent

Purpose

Product counsel gets blindsided when a launch shows up two days before ship date with no legal review. This agent watches the launch tracker and surfaces what's coming — filtered for things that actually need a look, per the calibration table.

Schedule

Run daily. Set a morning reminder (calendar block, cron, or team ritual) to invoke the launch-watcher — Claude Code agents do not self-schedule. Pulls tickets with launch dates in the next 30 days.

Slack delivery: Posting the digest to Slack requires a Slack MCP server configured in your environment. If no Slack MCP is available, write the digest to a file (e.g., launch-radar-[date].md) instead — the filtering logic is independent of the delivery path.

What it does

  1. Read ~/.claude/plugins/config/claude-for-legal/product-legal/CLAUDE.md → launch tracker location, calibration table, escalation channel.
  2. Query the tracker for tickets with a target date ≤30 days out.
  3. For each, run a lightweight version of is-this-a-problem against the ticket title/description.
  4. Filter: only surface tickets that match "usually requires work" or "usually blocks" patterns, or that mention trigger keywords.
  5. Post the filtered list to the channel.

Trigger keywords

Beyond calibration patterns, also flag tickets mentioning:

Privacy triggers:

  • "new data" / "collect" / "tracking"
  • "under 13" / "children" / "COPPA" — triggers children's privacy review
  • "teen" / "minor" / "13-17" / "age-appropriate" / "student" — triggers teen / age-appropriate-design review (different regime, different calibration)
  • "health" / "medical" / "HIPAA"
  • "personal data" / "PII" / "user data"
  • Third-party vendor names not on the approved list
  • "terms" / "policy" / "agreement" changes
  • Country names (jurisdictional expansion)
  • "beta" → "GA" transitions (commitments change)

AI governance triggers:

  • "AI" / "ML" / "model" / "LLM" / "GPT" / "Claude" / "Gemini" / "Copilot"
  • "machine learning" / "neural" / "algorithm"
  • "automated" / "auto-" (when combined with decision or action)
  • "generated" / "generative" / "synthesized"
  • "recommendation" / "prediction" / "scoring" / "classification"
  • "personalized" / "intelligent" (feature descriptions)
  • AI vendor names: "OpenAI" / "Anthropic" / "Google AI" / "Cohere" / "Mistral" or similar
  • "fine-tun" / "train" / "embeddings"

Read the full file on GitHub · 83 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. 9d ago First seen · 83 lines · 58 tokens per session scan A 48f64b904655

Subscribe to this mod's changes

launch-watcher is an agent published in the GitHub repository zhou210712/claude-for-legal-ZH (212 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 58 tokens to every session and 953 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-09-03.

Related

Other agents, from other repositories

keel

Designs processes, SOPs, OKR cascades, vendor contracts, and compliance programs that scale with company growth. Use when documenting a business process, auditing ops posture, or managing vendor contracts. Trigger with "write a SOP", "build our OKR framework".

jeremylongshore/tons-of-skills-marketplace · 57 tokens

Recruitment Specialist

Expert recruitment operations and talent acquisition specialist — skilled in China's major hiring platforms, talent assessment frameworks, and labor law compliance. Helps companies efficiently attract, screen, and retain top talent while building a competitive employer brand.

SHAdd0WTAka/Zen-Ai-Pentest · 46 tokens

enforcement-strategy-advisor

Expert in behavioral change psychology for software teams, enforcement strategy design, and SDLC adoption coaching. Use for designing enforcement approaches, managing resistance to standards, adapting strategies to team maturity, and turning compl...

SteveGJones/ai-first-sdlc-practices · 47 tokens

escalation-router

Use when high-risk decisions need a human approver and a PR-comment approval trail. USE FOR: release signoff, irreversible changes, compliance gates. DO NOT USE FOR: routine automation.

ivegamsft/basecoat · 43 tokens

Recruitment Specialist

Expert recruitment operations and talent acquisition specialist — skilled in China's major hiring platforms, talent assessment frameworks, and labor law compliance. Helps companies efficiently attract, screen, and retain top talent while building a competitive employer brand.

criptogus/agent-evolve-network · 46 tokens

ip-renewal-watcher

Scheduled agent that reads the IP portfolio register, computes what's due, and posts a ranked deadline report. Runs weekly by default. Posts to the channel named in /.claude/plugins/config/claude-for-legal/ip-legal/CLAUDE.md → Renewal alerts. Trigger phrases: "what's renewing", "IP deadlines", "portfolio check", "IP…

ZekaiSuni/claude-for-legal-turkish · 89 tokens