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…
Operations leadership for scaling companies. Process design, OKR execution, operational cadence, and scaling playbooks. Use when designing operations, setting up OKRs, building processes, scaling teams, analyzing bottlenecks, planning operational cadence, or when user mentions
$ npx -y skills add alirezarezvani/claude-skills --skill coo-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/coo-advisorContext preview
The summary Claude sees to decide when to auto-load this skill.
Operations leadership for scaling companies. Process design, OKR execution, operational cadence, and scaling playbooks. Use when designing operations, setting up OKRs, building processes, scaling teams, analyzing bottlenecks, planning operational cadence, or when user mentions
name: "coo-advisor" description: "Operations leadership for scaling companies. Process design, OKR execution, operational cadence, and scaling playbooks. Use when designing operations, setting up OKRs, building processes, scaling teams, analyzing bottlenecks, planning operational cadence, or when user mentions COO, operations, process improvement, OKRs, scaling, operational efficiency, or execution." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: coo-leadership updated: 2026-03-05 python-tools: ops_efficiency_analyzer.py, okr_tracker.py frameworks: scaling-playbook, ops-cadence, process-frameworks
Operational frameworks and tools for turning strategy into execution, scaling processes, and building the organizational engine.
COO, chief operating officer, operations, operational excellence, process improvement, OKRs, objectives and key results, scaling, operational efficiency, execution, bottleneck analysis, process design, operational cadence, meeting cadence, org scaling, lean operations, continuous improvement
python scripts/ops_efficiency_analyzer.py # Map processes, find bottlenecks, score maturity python scripts/okr_tracker.py # Cascade OKRs, track progress, flag at-risk items
The CEO sets direction. The COO makes it happen. Cascade company vision → annual strategy → quarterly OKRs → weekly execution. See `references/ops_cadence.md` for full OKR cascade framework.
Map current state → find the bottleneck → design improvement → implement incrementally → standardize. See `references/process_frameworks.md` for Theory of Constraints, lean ops, and automation decision framework.
**Process Maturity Scale:** | Level | Name | Signal | |-------|------|--------| | 1 | Ad hoc | Different every time | | 2 | Defined | Written but not followed | | 3 | Measured | KPIs tracked | | 4 | Managed | Data-driven improvement | | 5 | Optimized | Continuous improvement loops |
Daily standups (15 min, blockers only) → Weekly leadership sync → Monthly business review → Quarterly OKR planning. See `references/ops_cadence.md` for full templates.
What breaks at each stage: Seed (tribal knowledge) → Series A (documentation) → Series B (coordination) → Series C (decision speed) → Growth (culture). See `references/scaling_playbook.md` for detailed playbook per stage.
RACI for key decisions. Escalation framework: Team lead → Dept head → COO → CEO based on impact scope.
| Category | Metric | Target | |----------|--------|--------| | Execution | OKR progress (% on track) | > 70% | | Execution | Quarterly goals hit rate | > 80% | | Speed | Decision cycle time | < 48 hours | | Quality | Customer-facing incidents | < 2/month | | Efficiency | Revenue per employee | Track trend | | Efficiency | Burn multiple | < 2x | | People | Regrettable attrition | < 10% |
| When... | COO works with... | To... | |---------|-------------------|-------| | Strategy shifts | CEO | Translate direction into ops plan | | Roadmap changes | CPO + CTO | Assess operational impact | | Revenue targets change | CRO | Adjust capacity planning | | Budget constraints | CFO | Find efficiency gains | | Hiring plans | CHRO | Align headcount with ops needs | | Security incidents | CISO | Coordinate response |
Surface these without being asked when you detect them in company context:
| Request | You Produce | |---------|-------------| | "Set up OKRs" | Cascaded OKR framework (company → dept → team) | | "We're scaling fast" | Scaling readiness report with what breaks next | | "Our process is broken" | Process map with bottleneck identified + fix plan | | "How efficient are we?" | Ops efficiency scorecard with maturity ratings | | "Design our meeting cadence" | Full cadence template (daily → quarterly) |
Map processes sequentially. Identify each step, handoff, and decision point. Find the bottleneck using throughput analysis. Propose improvements one step at a time.
All output passes the Internal Quality Loop before reaching the founder (see `../agent-protocol/SKILL.md`).
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…