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…
Cascades strategy from boardroom to individual contributor. Detects and fixes misalignment between company goals and team execution. Covers strategy articulation, cascade mapping, orphan goal detection, silo identification, communication gap analysis, and realignment protocols.
$ npx -y skills add alirezarezvani/claude-skills --skill strategic-alignment --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/strategic-alignmentContext preview
The summary Claude sees to decide when to auto-load this skill.
Cascades strategy from boardroom to individual contributor. Detects and fixes misalignment between company goals and team execution. Covers strategy articulation, cascade mapping, orphan goal detection, silo identification, communication gap analysis, and realignment protocols.
name: "strategic-alignment" description: "Cascades strategy from boardroom to individual contributor. Detects and fixes misalignment between company goals and team execution. Covers strategy articulation, cascade mapping, orphan goal detection, silo identification, communication gap analysis, and realignment protocols. Use when teams are pulling in different directions, OKRs don't connect, departments optimize locally at company expense, or when user mentions alignment, strategy cascade, silo, conflicting OKRs, or strategy communication." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: strategic-alignment updated: 2026-03-05 python-tools: alignment_checker.py frameworks: alignment-playbook
Strategy fails at the cascade, not the boardroom. This skill detects misalignment before it becomes dysfunction and builds systems that keep strategy connected from CEO to individual contributor.
strategic alignment, strategy cascade, OKR alignment, orphan OKRs, conflicting goals, silos, communication gap, department alignment, alignment checker, strategy articulation, cross-functional, goal cascade, misalignment, alignment score
python scripts/alignment_checker.py # Check OKR alignment: orphans, conflicts, coverage gaps
The alignment problem: **The further a goal gets from the strategy that created it, the less likely it reflects the original intent.** This is the organizational telephone game. It happens at every stage. The question is how bad it is and how to fix it.
Before checking cascade, check the source. Ask five people from five different teams: **"What is the company's most important strategic priority right now?"**
**Scoring:**
**Format test:** The strategy should be statable in one sentence. If leadership needs a paragraph, teams won't internalize it.
Map the flow from company strategy → each level of the organization.
Company level: OKR-1, OKR-2, OKR-3
↓
Dept level: Sales OKRs, Eng OKRs, Product OKRs, CS OKRs
↓
Team level: Team A OKRs, Team B OKRs...
↓
Individual: Personal goals / rocks**For each goal at every level, ask:**
Three failure patterns:
**Orphan goals:** Team or individual goals that don't connect to any company goal.
**Conflicting goals:** Two teams' goals, when both succeed, create a worse outcome.
**Coverage gaps:** Company has 3 OKRs. 5 teams support OKR-1, 2 support OKR-2, 0 support OKR-3.
See `scripts/alignment_checker.py` for automated detection against your JSON-formatted OKRs.
Silos exist when teams optimize for local metrics at the expense of company metrics.
**Silo signals:**
**Silo root causes:** 1. **Incentive misalignment:** Teams rewarded for local metrics don't optimize for company metrics 2. **No shared goals:** When teams share a goal, they coordinate. When they don't, they drift. 3. **No shared language:** Engineering doesn't understand sales metrics; sales doesn't understand technical debt 4. **Geography or time zones:** Silos accelerate when teams don't interact organically
**Silo measurement:**
What the CEO says ≠ what teams hear. The gap grows with company size.
**The message decay model:**
**Gap sources:**
**Gap detection:**
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…