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…
/em:hard-call — Framework for decisions with no good options. Use when every option is painful and a structured 10/10/10 + regret-minimization pass is needed — e.g. choosing between a layoff and a down round, or killing a beloved product line.
$ npx -y skills add alirezarezvani/claude-skills --skill hard-call --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/hard-callContext preview
The summary Claude sees to decide when to auto-load this skill.
/em:hard-call — Framework for decisions with no good options. Use when every option is painful and a structured 10/10/10 + regret-minimization pass is needed — e.g. choosing between a layoff and a down round, or killing a beloved product line.
name: "hard-call" description: "/em:hard-call — Framework for decisions with no good options. Use when every option is painful and a structured 10/10/10 + regret-minimization pass is needed — e.g. choosing between a layoff and a down round, or killing a beloved product line."
**Command:** `/em:hard-call <decision>`
For the decisions that keep you up at 3am. Firing a co-founder. Laying off 20% of the team. Killing a product that customers love. Pivoting. Shutting down.
These decisions don't have a right answer. They have a less wrong answer. This framework helps you find it.
---
Not because the data is unclear. Often, the data is clear. They're hard because:
1. **Real people are affected** — someone loses a job, a relationship ends, a team is hurt 2. **You've been avoiding the decision** — which means the problem is already worse than it was 3. **Irreversibility** — unlike most business decisions, you can't undo this easily 4. **You have skin in the game** — your judgment about the right call is clouded by your feelings about it
The longer you avoid a hard call, the worse the situation usually gets. The company that needed a 10% cut 6 months ago now needs a 25% cut. The co-founder conversation that should have happened at month 4 is happening at month 14.
**Most hard decisions are late decisions.**
---
The most important question first: **can you undo this?**
For irreversible decisions, the bar for certainty is higher. You must do more due diligence before acting. Not because you might be wrong — but because you can't take it back.
**If you're treating a reversible decision like it's irreversible, you're avoiding it.**
Ask three questions about each option:
The 10-minute feeling is usually the least reliable guide. The 10-year view usually clarifies what the right call actually is.
**Most hard decisions look obvious at 10 years. The question is whether you can tolerate the 10-minute pain.**
Andy Grove's test for strategic decisions: "If we got replaced tomorrow and a new CEO came in, what would they do?"
A fresh set of eyes, no emotional investment in the current path, no sunk cost. What's the obvious right call from the outside?
If the answer is clear to an outsider, the question becomes: why haven't you done it yet?
For each option, map who's affected and how:
| Stakeholder | Option A Impact | Option B Impact | Their reaction | |-------------|----------------|----------------|----------------| | Affected employees | | | | | Remaining team | | | | | Customers | | | | | Investors | | | | | You | | | |
This isn't about finding the option that hurts nobody — there isn't one. It's about understanding the full picture before you decide.
Before making the decision: write the announcement. The email to the team, the message to the customer, the conversation you'll have.
**If you can't write that announcement, you're not ready to make the decision.**
Writing it forces you to confront the reality of what you're doing. It also surfaces whether your reasoning holds under examination. "We're making this change because…" — does that sentence ring true?
Hard decisions almost always get harder if communication is bad. The decision itself is not the only thing that matters — how it's done matters enormously.
For every hard call, plan:
---
See `../executive-mentor/references/hard_things.md — Co-Founder Conflicts` for full framework.
Key questions to answer first:
**The rule:** If you've been thinking about this for more than 3 months, you already know the answer. The question is when, not whether.
Key questions:
**The rule:** Cut once, cut deep, cut with dignity. Uncertainty is worse than clarity.
Key questions:
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…