agent-launcher-orchest…
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
/cs:cro-review <plan> — Pipeline-paranoid interrogation of revenue, win rate, NRR, and ramp time. Use when the forecast misses pipeline coverage, win rates drop, or before scaling the sales team.
$ npx -y skills add alirezarezvani/claude-skills --skill cro-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cro-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
/cs:cro-review <plan> — Pipeline-paranoid interrogation of revenue, win rate, NRR, and ramp time. Use when the forecast misses pipeline coverage, win rates drop, or before scaling the sales team.
name: "cro-review" description: "/cs:cro-review <plan> — Pipeline-paranoid interrogation of revenue, win rate, NRR, and ramp time. Use when the forecast misses pipeline coverage, win rates drop, or before scaling the sales team."
**Command:** `/cs:cro-review <plan>`
The pipeline-paranoid operator pressure-tests revenue assumptions. Six questions that surface next-quarter pain this quarter.
**What is pipeline coverage for the current quarter, by stage?**
**What's win rate this quarter vs the last 4 — and what's the leak point?**
**What's gross retention, contraction, and expansion separately?**
**For the last 4 hires, how many days to first deal and to quota?**
**What's the median discount this quarter vs last 4? Where is it creeping?**
**What % of pipeline is marketing-sourced, sales-sourced, partner-sourced?**
python ../../../c-level-advisor/skills/cro-advisor/scripts/revenue_forecast_model.py python ../../../c-level-advisor/skills/cro-advisor/scripts/churn_analyzer.py
# CRO Review: <plan> **Date:** YYYY-MM-DD ## Pipeline - Coverage: X.Xx (target 3x+) - Win rate: X% (4Q trend: ↑ / → / ↓) - Top leaking stage: <name> ## Retention - Gross retention: X% - NRR: X% - Expansion: X% - Contraction: X% ## Ramp - New hires last quarter: N - Median days to first deal: X - Median days to quota: X ## Discount - Median discount this quarter: X% - Trend vs 4Q ago: <delta> ## Source Mix - Marketing: X% | Sales: X% | Partner: X% ## Verdict 🟢 ON PLAN | 🟡 GAP | 🔴 PIPELINE CRISIS ## Next Steps [3 concrete actions]
---
**Version:** 1.0.0
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Phase 3 of building a Claude Managed Agent — the bounded grade→iterate loop. Define a CMA outcome (a required markdown rubric graded by an isolated grader),…
Phase 1 of building a Claude Managed Agent — interview the founder about the one job the agent should do, then produce a build sheet (CMA primitives table +…
Phase 4 of building a Claude Managed Agent — make it run without you. Turn a graded agent into a recurring scheduled deployment (POSIX-cron), an event-driven…
Phase 2 of building a Claude Managed Agent — turn a validated build sheet into exact API payloads and a resumable BYOK curl launch script, then launch…
Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2…