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…
Marketing leadership for scaling companies. Brand positioning, growth model design, marketing budget allocation, and marketing org design. Use when designing brand strategy, selecting growth models (PLG vs sales-led vs community-led), allocating marketing budgets, building
$ npx -y skills add alirezarezvani/claude-skills --skill cmo-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cmo-advisorContext preview
The summary Claude sees to decide when to auto-load this skill.
Marketing leadership for scaling companies. Brand positioning, growth model design, marketing budget allocation, and marketing org design. Use when designing brand strategy, selecting growth models (PLG vs sales-led vs community-led), allocating marketing budgets, building
name: "cmo-advisor" description: "Marketing leadership for scaling companies. Brand positioning, growth model design, marketing budget allocation, and marketing org design. Use when designing brand strategy, selecting growth models (PLG vs sales-led vs community-led), allocating marketing budgets, building marketing teams, or when user mentions CMO, brand strategy, growth model, CAC, LTV, channel mix, or marketing ROI." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: cmo-leadership updated: 2026-03-05 python-tools: marketing_budget_modeler.py, growth_model_simulator.py frameworks: brand-positioning, growth-frameworks, marketing-org
Strategic marketing leadership — brand positioning, growth model design, budget allocation, and org design. Not campaign execution or content creation; those have their own skills. This is the engine.
CMO, chief marketing officer, brand strategy, brand positioning, growth model, product-led growth, PLG, sales-led growth, community-led growth, marketing budget, CAC, customer acquisition cost, LTV, lifetime value, channel mix, marketing ROI, pipeline contribution, marketing org, category design, competitive positioning, growth loops, payback period, MQL, pipeline coverage
# Model budget allocation across channels, project MQL output by scenario python scripts/marketing_budget_modeler.py # Project MRR growth by model, show impact of channel mix shifts python scripts/growth_model_simulator.py
**Reference docs (load when needed):**
---
Every CMO must own answers to these — no one else in the C-suite can:
1. **Who are we for?** — ICP, positioning, category 2. **Why do they choose us?** — Differentiation, messaging, brand 3. **How do they find us?** — Growth model, channel mix, demand gen 4. **Is it working?** — CAC, LTV:CAC, pipeline contribution, payback period
---
**Brand & Positioning** — Define category, build messaging architecture, maintain competitive differentiation. Details → `references/brand_positioning.md`
**Growth Model** — Choose and operate the right acquisition engine: PLG, sales-led, community-led, or hybrid. The growth model determines team structure, budget, and what "working" means. Details → `references/growth_frameworks.md`
**Marketing Budget** — Allocate from revenue target backward: new customers needed → conversion rates by stage → MQLs needed → spend by channel based on CAC. Run `marketing_budget_modeler.py` for scenarios.
**Marketing Org** — Structure follows growth model. Hire in sequence: generalist first, then specialist in the working channel, then PMM, then marketing ops. Details → `references/marketing_org.md`
**Channel Mix** — Audit quarterly: MQLs, cost, CAC, payback, trend. Scale what's improving. Cut what's worsening. Don't optimize a channel that isn't in the strategy.
**Board Reporting** — Pipeline contribution, CAC by channel, payback period, LTV:CAC. Not impressions. Not MQLs in isolation.
---
Ask these before making any strategic recommendation:
---
| Category | Metric | Healthy Target | |----------|--------|---------------| | **Pipeline** | Marketing-sourced pipeline % | 50–70% of total | | **Pipeline** | Pipeline coverage ratio | 3–4x quarterly quota | | **Pipeline** | MQL → Opportunity rate | > 15% | | **Efficiency** | Blended CAC payback | < 18 months | | **Efficiency** | LTV:CAC ratio | > 3:1 | | **Efficiency** | Marketing % of total S&M spend | 30–50% | | **Growth** | Brand search volume trend | ↑ QoQ | | **Growth** | Win rate vs. primary competitor | > 50% | | **Retention** | NPS (marketing-sourced cohort) | > 40 |
---
---
| When... | CMO works with... | To... | |---------|-------------------|-------| | Pricing changes | CFO + CEO | Understand margin impact on positioning and messaging | | Product launch | CPO + CTO | Define launch tier, GTM motion, messaging | | Pipeline miss | CFO + CRO | Diagnose: volume problem, quality problem, or velocity problem | | Category design | CEO | Secure multi-year organizational commitment to the narrative | | New market entry | CEO + CFO | Validate ICP, budget, localization requirements | | Sales misalignment | CRO | Align on MQL definition, SLA, and pipeline ownership | | Hiring plan | C
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…