Strategic Alignment
by @alirezarezvani
Cascades strategy from boardroom to individual contributor. Detects and fixes misalignment between company goals and team execution. Covers strategy articula...
clawhub install strategic-alignmentπ About This Skill
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
Strategic Alignment Engine
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.
Keywords
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 scoreQuick Start
python scripts/alignment_checker.py # Check OKR alignment: orphans, conflicts, coverage gaps
Core Framework
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.
Step 1: Strategy Articulation Test
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.
Step 2: Cascade Mapping
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:
Step 3: Alignment Detection
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.
Step 4: Silo Identification
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:
Step 5: Communication Gap Analysis
What the CEO says β what teams hear. The gap grows with company size.
The message decay model:
Gap sources:
Gap detection:
Step 6: Realignment Protocol
How to fix misalignment without calling it a "realignment" (which creates fear).
Step 6a: Don't start with what's wrong Starting with "here's our misalignment" creates defensiveness. Start with "here's where we're heading and I want to make sure we're connected."
Step 6b: Re-cascade in a workshop, not a memo Alignment workshops are more effective than documents. Get company-level OKR owners and department leads in a room. Map connections. Find gaps together.
Step 6c: Fix incentives before fixing goals If department heads are rewarded for local metrics that conflict with company goals, no amount of goal-setting fixes the problem. The incentive structure must change first.
Step 6d: Install a quarterly alignment check
After fixing, prevent recurrence. See references/alignment-playbook.md for quarterly cadence.
Alignment Score
A quick health check. Score each area 0β10:
| Area | Question | Score | |------|----------|-------| | Strategy clarity | Can 5 people from different teams state the strategy consistently? | /10 | | Cascade completeness | Do all team goals connect to company goals? | /10 | | Conflict detection | Have cross-team OKR conflicts been reviewed and resolved? | /10 | | Coverage | Does each company OKR have explicit team ownership? | /10 | | Communication | Do teams' behaviors reflect the strategy (not just their stated understanding)? | /10 |
Total: __ / 50
| Score | Status | |-------|--------| | 45β50 | Excellent. Maintain the system. | | 35β44 | Good. Address specific weak areas. | | 20β34 | Misalignment is costing you. Immediate attention required. | | < 20 | Strategic drift. Treat as crisis. |
Key Questions for Alignment
Red Flags
Integration with Other C-Suite Roles
| When... | Work with... | To... | |---------|-------------|-------| | New strategy is set | CEO + COO | Cascade into quarterly rocks before announcing | | OKR cycle starts | COO | Run cross-team conflict check before finalizing | | Team consistently misses goals | CHRO | Diagnose: capability gap or alignment gap? | | Silo identified | COO | Design shared metrics or cross-functional OKRs | | Post-M&A | CEO + Culture Architect | Detect strategy conflicts between merged entities |
Detailed References
scripts/alignment_checker.py β Automated OKR alignment analysis (orphans, conflicts, coverage)references/alignment-playbook.md β Cascade techniques, quarterly alignment check, common patternsπ‘ Examples
python scripts/alignment_checker.py # Check OKR alignment: orphans, conflicts, coverage gaps