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:cmo-review <plan> — Narrative-first interrogation of positioning, ICP, message house, and channel mix. Use when launching a campaign or repositioning, or when CAC is rising and the one-sentence positioning test fails.
$ npx -y skills add alirezarezvani/claude-skills --skill cmo-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cmo-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
/cs:cmo-review <plan> — Narrative-first interrogation of positioning, ICP, message house, and channel mix. Use when launching a campaign or repositioning, or when CAC is rising and the one-sentence positioning test fails.
name: "cmo-review" description: "/cs:cmo-review <plan> — Narrative-first interrogation of positioning, ICP, message house, and channel mix. Use when launching a campaign or repositioning, or when CAC is rising and the one-sentence positioning test fails."
**Command:** `/cs:cmo-review <plan>`
The narrative-first strategist pressure-tests positioning before debating tactics.
**Name one real person in your ICP. Company, title, what they do daily, what they hate.**
**What job is the customer hiring this product to do, and what's the alternative they use today?**
**One sentence: For [ICP], who needs [job], we are [category] that [differentiator] unlike [alternative].**
**Where does the customer first hear your name — and is it inbound or outbound at this stage?**
**Per channel: what's CAC, what's payback in months, and is it improving?**
**If a well-funded competitor copies your messaging tomorrow, what's still yours?**
1. **Run the models:**
python ../../../c-level-advisor/skills/cmo-advisor/scripts/marketing_budget_modeler.py python ../../../c-level-advisor/skills/cmo-advisor/scripts/growth_model_simulator.py
2. **Answer the six questions** in writing. 3. **Apply the verdict:**
# CMO Review: <plan> **Date:** YYYY-MM-DD ## Positioning One-sentence statement: <here> ## ICP - Named persona: <name, title, company> - JTBD: <one sentence in their words> ## Channel Mix - Primary: <channel> | CAC $X | Payback Ym - Secondary: <channel> | CAC $X | Payback Ym ## Verdict 🟢 / 🟡 / 🔴 ## 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…