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:boardroom <brief> — 6-phase multi-role deliberation across the C-suite with Phase 2 isolation, critic pre-screen, and synthesis. Outputs a board memo. Use when a decision spans multiple executive domains — e.g. a pricing change touching finance, positioning, and product, or
$ npx -y skills add alirezarezvani/claude-skills --skill boardroom --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/boardroomContext preview
The summary Claude sees to decide when to auto-load this skill.
/cs:boardroom <brief> — 6-phase multi-role deliberation across the C-suite with Phase 2 isolation, critic pre-screen, and synthesis. Outputs a board memo. Use when a decision spans multiple executive domains — e.g. a pricing change touching finance, positioning, and product, or
name: "boardroom" description: "/cs:boardroom <brief> — 6-phase multi-role deliberation across the C-suite with Phase 2 isolation, critic pre-screen, and synthesis. Outputs a board memo. Use when a decision spans multiple executive domains — e.g. a pricing change touching finance, positioning, and product, or a raise-vs-cut runway call."
**Command:** `/cs:boardroom <brief-path>`
Runs the `board-meeting` skill protocol across the C-suite for a single strategy brief. This is the **heart of the plugin** — the multi-role deliberation that gstack's review chain only approximates.
/cs:office-hours → /cs:brief → /cs:boardroom → /cs:decide → /cs:execute → /cs:post-mortem
↑ you are hereSaved to `~/.claude/boardroom/YYYY-MM-DD-<slug>.md`:
# Board Memo: <topic> **Date:** YYYY-MM-DD **Brief:** <link to /cs:brief file> **Status:** AWAITING FOUNDER DECISION | APPROVED | REJECTED ## Question [One sentence from the brief] ## Recommended Option **<Option name>** — chosen because <synthesis reasoning> ## Vote Tally | Advisor | Vote | One-Sentence Reason | |---|---|---| | cs-ceo-advisor | A | <reason> | | cs-cfo-advisor | A | <reason> | | cs-cto-advisor | B | <reason> | | ... | | | ## Dissent - **<dissenter>:** <unresolved concern> ## Devil's Advocate Concerns 1. **CRITICAL** — <concern> — Mitigation: <plan> 2. **HIGH** — <concern> — Mitigation: <plan> 3. **MEDIUM** — <concern> — Mitigation: <plan> ## Success & Kill Criteria [Copied from brief, refined by the panel] ## Recommended Decision Path - `/cs:decide` → log the decision - `/cs:execute` → 90-day plan - `/cs:cross-eval` → multi-model sanity check (optional, high-stakes) - `/cs:freeze N` → cooldown lock (optional, irreversible)
If advisors see each other's positions before forming their own, they anchor. Phase 2 isolation is the single highest-leverage practice in the board-meeting protocol — it surfaces the dissents that sycophancy would have suppressed.
| | gstack `/autoplan` | `/cs:boardroom` | |---|---|---| | Roles | CEO → design → eng (3) | Up to 10 C-roles | | Order | Sequential | Phase 2 isolation, then simultaneous | | Dissent capture | Implicit | Explicit dissent column | | Adversarial pass | No | Phase 4 devil's advocate | | Output | Reviewed plan | Voted memo with dissent + kill criteria |
1. Read brief from `~/.claude/briefs/<file>` 2. Identify affected roles 3. Invoke each cs-* advisor independently (Phase 2) 4. Collect positions 5. Run cross-examination round (Phase 3) 6. Run `/em:challenge` on leading option (Phase 4) 7. Synthesize memo (Phase 5) 8. Hand off to founder (Phase 6)
---
**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…