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:office-hours <topic> — YC-style 6-question founder interrogation before any advice. Forces clarity on problem, customer, distribution, defensibility, capital, and founder fit. Use when a founder question is too vague to route — e.g. 'should we grow faster?' — or before
$ npx -y skills add alirezarezvani/claude-skills --skill office-hours --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/office-hoursContext preview
The summary Claude sees to decide when to auto-load this skill.
/cs:office-hours <topic> — YC-style 6-question founder interrogation before any advice. Forces clarity on problem, customer, distribution, defensibility, capital, and founder fit. Use when a founder question is too vague to route — e.g. 'should we grow faster?' — or before
name: "office-hours" description: "/cs:office-hours <topic> — YC-style 6-question founder interrogation before any advice. Forces clarity on problem, customer, distribution, defensibility, capital, and founder fit. Use when a founder question is too vague to route — e.g. 'should we grow faster?' — or before drafting a strategy brief."
**Command:** `/cs:office-hours <topic>`
Before any advice, the founder must answer six questions. Modeled on YC office hours: no analysis until the founder has done the thinking. This is the cognitive forcing function that prevents drift into solutionism.
The founder must answer **all six** in writing before any C-role weighs in.
**Whose problem is this, and how do they describe it in their own words?**
**Who is the ICP? Name one real person who would buy this today.**
**How does the customer first hear your name?**
**If this works, what stops a competitor from copying it in 6 months?**
**What does this cost, when does it pay back, and what's the alternative use of the money?**
**Why are you the right person to do this — and why does this matter enough to spend the next 3 years on it?**
After the founder answers all six, this command produces a one-page brief:
# Office Hours Brief: <topic> **Date:** YYYY-MM-DD **Founder:** <name> ## 1. Problem > [founder's verbatim answer] ## 2. Customer > [founder's verbatim answer] ## 3. Distribution > [founder's verbatim answer] ## 4. Defensibility > [founder's verbatim answer] ## 5. Capital > [founder's verbatim answer] ## 6. Founder Fit > [founder's verbatim answer] --- **Assessment** (one of): - 🟢 GREEN — ship the brief to /cs:boardroom - 🟡 YELLOW — sharpen Q[N] before proceeding - 🔴 RED — kill or redefine; do not proceed
After the brief is GREEN, route to:
Most bad decisions don't fail at execution — they fail at framing. Forcing six concrete answers surfaces the framing weaknesses before anyone burns time on analysis. The founder either fills the gaps or recognizes the question wasn't ready.
This is the YC `office hours` pattern adapted for Claude Code: the interrogation is the value.
---
**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…