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:cto-review <plan> — Architecture and scaling interrogation. Tech debt, scaling cliffs, team scaling, build-vs-buy. Use when committing to an architecture, planning for 10x load, or weighing a rebuild against a vendor.
$ npx -y skills add alirezarezvani/claude-skills --skill cto-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cto-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
/cs:cto-review <plan> — Architecture and scaling interrogation. Tech debt, scaling cliffs, team scaling, build-vs-buy. Use when committing to an architecture, planning for 10x load, or weighing a rebuild against a vendor.
name: "cto-review" description: "/cs:cto-review <plan> — Architecture and scaling interrogation. Tech debt, scaling cliffs, team scaling, build-vs-buy. Use when committing to an architecture, planning for 10x load, or weighing a rebuild against a vendor."
**Command:** `/cs:cto-review <plan>`
Pressure-tests architecture and engineering scaling decisions. Six questions to surface the next scaling cliff before you hit it.
**Where does the current architecture break, in terms of users / requests / data volume?**
**What's the top tech debt item, what's it costing per week, and when does it become blocking?**
python ../../../c-level-advisor/skills/cto-advisor/scripts/tech_debt_analyzer.py
**For each open req, what's the ramp time and contribution model?**
python ../../../c-level-advisor/skills/cto-advisor/scripts/team_scaling_calculator.py
**Why are we building this instead of buying it — and what's the 3-year TCO of each?**
**What are the SLOs for this system and what's the current error budget burn?**
**What does this expose, and has cs-ciso-advisor signed off?**
1. Run the tech debt analyzer + team scaling calculator 2. Define the scaling-cliff hypothesis explicitly 3. Cross-check with cs-ciso-advisor for security implications 4. Apply the verdict
# CTO Review: <plan> **Date:** YYYY-MM-DD ## Scaling Cliff - Current capacity: <metric> - Break point: <metric> - Headroom: X months at current growth ## Tech Debt - Top item: <description> - Cost per week: $X or N eng-hours - Blocking date estimate: <date> ## Team - Open reqs: N - Median ramp: X months - Contribution model: <pairing / squad / area> ## Build vs Buy - 3-year build TCO: $X - 3-year buy TCO: $X - Strategic fit: <core / context> - Decision: BUILD | BUY ## Reliability - SLO defined: yes / no - Error budget burn: X% (target < Y%) ## Security - cs-ciso sign-off: ✅ / ❌ ## Verdict 🟢 SHIP | 🟡 SHARPEN | 🔴 BLOCK ## 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…