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:vpe-review <plan> — Throughput-first VP of Engineering interrogation of any plan that touches delivery, eng hiring, team structure, or production discipline. Use when cycle time balloons, DORA metrics slide, or before committing to an eng hiring wave or a reorg.
$ npx -y skills add alirezarezvani/claude-skills --skill vpe-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/vpe-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
/cs:vpe-review <plan> — Throughput-first VP of Engineering interrogation of any plan that touches delivery, eng hiring, team structure, or production discipline. Use when cycle time balloons, DORA metrics slide, or before committing to an eng hiring wave or a reorg.
name: "vpe-review" description: "/cs:vpe-review <plan> — Throughput-first VP of Engineering interrogation of any plan that touches delivery, eng hiring, team structure, or production discipline. Use when cycle time balloons, DORA metrics slide, or before committing to an eng hiring wave or a reorg."
**Command:** `/cs:vpe-review <plan>`
The throughput-first VPE pressure-tests any plan touching eng operations. Six questions before any delivery commitment, eng hiring expansion, team restructure, or production-discipline change.
**No DORA, no diagnosis.**
**One Elite metric and three Lows = bad. Four Highs = healthy.**
**"Can't find good engineers" is wrong.**
**5-9 ICs per squad; 5-8 ICs per EM; 4-6 EMs per director.**
**Level 1-5; aim for Level 3 at growth stage.**
**If CTO is spending > 50% on management vs strategy, VPE is needed.**
# 1. Delivery throughput python ../../../c-level-advisor/skills/vpe-advisor/scripts/delivery_throughput_analyzer.py sprint_metrics.json # 2. Hiring funnel python ../../../c-level-advisor/skills/vpe-advisor/scripts/eng_hiring_funnel_calculator.py funnel.json # 3. Team structure python ../../../c-level-advisor/skills/vpe-advisor/scripts/eng_team_structure_designer.py team.json
# VPE Review: <plan> **Date:** YYYY-MM-DD ## The Decision Being Made [throughput | hiring | structure | production | VPE-vs-CTO] ## Delivery Throughput (if applicable) - DORA overall: Elite / High / Medium / Low - Worst metric: <DF | LT | MTTR | FR> - Bottleneck: <stage> (X% of cycle time) - Top fix: <action + owner> ## Hiring Funnel (if applicable) - End-to-end conversion: X% - Weakest stage: <stage> - Pipeline gap: +N candidates needed - Top fix: <specific action> ## Team Structure (if applicable) - Recommended: <informal pods / squads / tribes> - Manager trigger fired: yes/no - Director trigger fired: yes/no - Action: <hire EM | hire director | split squad> ## Production Discipline (if applicable) - Current maturity level: 1-5 - Next practice to add: <specific> - SLO coverage: X / Y services ## 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…