artifacts/bundle/skills/c-level-advisor/strategic-alignment/SKILL.md
# 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 score ## Quick Start ```ba
npx skillsauth add neekware/ehayeskills artifacts/bundle/skills/c-level-advisor/strategic-alignmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
Silo measurement:
What the CEO says ≠ what teams hear. The gap grows with company size.
The message decay model:
Gap sources:
Gap detection:
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.
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. |
| 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 |
scripts/alignment_checker.py — Automated OKR alignment analysis (orphans, conflicts, coverage)references/alignment-playbook.md — Cascade techniques, quarterly alignment check, common patternsCreator: Alireza Rezvani License: MIT Source Repo:
neekware/ehaye-skillsSource Bucket:c-level-advisorOriginal Path:c-level-advisor/strategic-alignment
tools
# ehAye Multimedia Use this skill for **video, audio, images, media conversion, previews, transcription, thumbnails, frame extraction, Spotter visual search, or FFmpeg-backed processing**. Core rule: use ehAye native media tools first. Do not reach first for shell `ffmpeg`, `ffprobe`, Python, or `mediainfo` when a native media tool can do the job. Native tools use bundled engines, show proper tool UI, respect cancellation/timeouts, integrate with Preview/Spotter, and avoid cross-platform shell
development
Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, Vitest, and Mocha. Use when the user asks to write tests, improve test coverage, practice TDD, generate mocks or stubs, or mentions testing frameworks like Jest, pytest, or JUnit. Handles test generation from source code, coverage report parsing (LCOV/JSON/XML), quality scoring, and framework conversion for TypeScript, JavaScript, Python, and Java projects.
tools
Help a user set up Telegram for ehAye Dojo. Default to Personal private bots (recommended). Group setup is advanced for teams/observers/demos.
development
# Writing Skills ## Overview **Writing skills IS Test-Driven Development applied to process documentation.** **Personal skills live in agent-specific directories (`~/.claude/skills` for Claude Code, `~/.agents/skills/` for Codex)** You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). **Core principle:** If you didn't watch an agent fail without the ski