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…
The meta-framework for how a company runs — the connective tissue between all C-suite roles. Covers operating system selection (EOS, Scaling Up, OKR-native, hybrid), accountability charts, scorecards, meeting pulse, issue resolution, and 90-day rocks. Use when setting up company
$ npx -y skills add alirezarezvani/claude-skills --skill company-os --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/company-osContext preview
The summary Claude sees to decide when to auto-load this skill.
The meta-framework for how a company runs — the connective tissue between all C-suite roles. Covers operating system selection (EOS, Scaling Up, OKR-native, hybrid), accountability charts, scorecards, meeting pulse, issue resolution, and 90-day rocks. Use when setting up company
name: "company-os" description: "The meta-framework for how a company runs — the connective tissue between all C-suite roles. Covers operating system selection (EOS, Scaling Up, OKR-native, hybrid), accountability charts, scorecards, meeting pulse, issue resolution, and 90-day rocks. Use when setting up company operations, selecting a management framework, designing meeting rhythms, building accountability systems, implementing OKRs, or when user mentions EOS, Scaling Up, operating system, L10 meetings, rocks, scorecard, accountability chart, or quarterly planning." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: company-operations updated: 2026-03-05 frameworks: os-comparison, implementation-guide
The operating system is the collection of tools, rhythms, and agreements that determine how the company functions. Every company has one — most just don't know what it is. Making it explicit makes it improvable.
operating system, EOS, Entrepreneurial Operating System, Scaling Up, Rockefeller Habits, OKR, Holacracy, L10 meeting, rocks, scorecard, accountability chart, issues list, IDS, meeting pulse, quarterly planning, weekly scorecard, management framework, company rhythm, traction, Gino Wickman, Verne Harnish
Most operational dysfunction isn't a people problem — it's a system problem. When:
Fix the system. The people will operate better inside it.
Every effective operating system has these six, regardless of which framework you choose:
Not an org chart. An accountability chart answers: "Who owns this outcome?"
**Key distinction:** One person owns each function. Multiple people may work in it. Ownership means the buck stops with one person.
**Structure:**
CEO
├── Sales (CRO/VP Sales)
│ ├── Inbound pipeline
│ └── Outbound pipeline
├── Product & Engineering (CTO/CPO)
│ ├── Product roadmap
│ └── Engineering delivery
├── Operations (COO)
│ ├── Customer success
│ └── Finance & Legal
└── People (CHRO/VP People)
├── Recruiting
└── People operations**Rules:**
**Build it in a workshop:** 1. List all functions the company performs 2. Assign one owner per function — no exceptions 3. Identify gaps (functions nobody owns) and overlaps (functions two people think they own) 4. Publish it. Update it when something changes.
Weekly metrics that tell you if the company is on track. Not monthly. Not quarterly. Weekly.
**Rules:**
**Example scorecard structure:**
| Metric | Owner | Target | This Week | Status | |--------|-------|--------|-----------|--------| | New MRR | CRO | €50K | €43K | 🔴 | | Churn | CS Lead | < 1% | 0.8% | 🟢 | | Active users | CPO | 2,000 | 2,150 | 🟢 | | Deployments | CTO | 3/week | 3 | 🟢 | | Open critical bugs | CTO | 0 | 2 | 🔴 | | Runway | CFO | > 18mo | 16mo | 🟡 |
**Anti-pattern:** Measuring everything. If you track 40 KPIs, you're watching, not managing.
The meeting rhythm that drives the company. Not optional — the pulse is what keeps the company alive.
**The full rhythm:**
| Meeting | Frequency | Duration | Who | Purpose | |---------|-----------|----------|-----|---------| | Daily standup | Daily | 15 min | Each team | Blockers only | | L10 / Leadership sync | Weekly | 90 min | Leadership team | Scorecard + issues | | Department review | Monthly | 60 min | Dept + leadership | OKR progress | | Quarterly planning | Quarterly | 1–2 days | Leadership | Set rocks, review strategy | | Annual planning | Annual | 2–3 days | Leadership | 1-year + 3-year vision |
**The L10 meeting (Weekly Leadership Sync):** Named for the goal of each meeting being a 10/10. Fixed agenda: 1. Good news (5 min) — personal + business 2. Scorecard review (5 min) — flag red items only 3. Rock review (5 min) — on/off track for each rock 4. Customer/employee headlines (5 min) 5. Issues list (60 min) — IDS (see below) 6. To-dos review (5 min) — last week's commitments 7. Conclude (5 min) — rate the meeting 1–10, what would make it a 10 next time
The core problem-solving loop. Maximum 15 minutes per issue.
**IDS: Identify, Discuss, Solve**
**Anti-patterns:**
**The Issues List:** A running, prioritized list of all unresolved issues. Owned by the leadership team. Reviewed and pruned weekly. If an issue has been on the list for 3+ meetings and hasn't been discussed, it's either not a real issue or it's too scary to address — both deserve attention.
Rocks are the 3–7 most important things each person must accomplish in the next 90 days.
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…