strategic-alignment

strategic-alignment is a skill for Claude Code, Codex from cass-2003/local-workflow-skill. It costs 92 tokens per session (1,981 once invoked), scanned A, original, MIT.

A strategy-alignment system that connects company goals to the work of teams and individual contributors. It checks whether goals still support the original strategy as they move through the organisation.

In plain words
What is it for?
Use it to review OKR alignment, map goals across departments, identify silos, test whether people understand the strategy, and plan corrective actions.
Why use it?
It helps expose goals with no strategic owner, conflicting objectives, isolated teams, and gaps in communication before they cause execution problems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review OKR alignment, map goals across departments, identify silos, test whether people understand the strategy, and plan corrective actions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cass-2003/local-workflow-skill/strategic-alignment
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add cass-2003/local-workflow-skill --skill strategic-alignment
Clone the repo
git clone --depth 1 https://github.com/cass-2003/local-workflow-skill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for strategic-alignment

README.md
[![agentmods](https://agentmods.dev/badge/skills/cass-2003/local-workflow-skill/strategic-alignment/github.svg)](https://agentmods.dev/skills/cass-2003/local-workflow-skill/strategic-alignment)
Your own site
<a href="https://agentmods.dev/skills/cass-2003/local-workflow-skill/strategic-alignment"><img src="https://agentmods.dev/badge/skills/cass-2003/local-workflow-skill/strategic-alignment/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for strategic-alignment

Your own site · 80×15
<a href="https://agentmods.dev/skills/cass-2003/local-workflow-skill/strategic-alignment"><img src="https://agentmods.dev/badge/skills/cass-2003/local-workflow-skill/strategic-alignment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,981 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.01981
Opus 5 $0.00046 $0.00991
Sonnet 5 $0.00018 $0.00396
Haiku 4.5 $0.00009 $0.00198

Measured 7d ago against content hash 075c9864ae44, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

strategic-alignment scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/alignment_checker.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/executive-strategy/community/strategic-alignment/SKILL.md · 187 lines

How it starts

The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

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:

  • All five give the same answer: ✅ Articulation is clear
  • 3–4 give similar answers: 🟡 Loose alignment — clarify and communicate
  • < 3 agree: 🔴 Strategy isn't clear enough to cascade. Fix this before fixing cascade.

Format test: The strategy should be statable in one sentence. If leadership needs a paragraph, teams won't internalize it.

  • ❌ "We focus on product-led growth while maintaining enterprise relationships and expanding our international presence and investing in platform capabilities"
  • ✅ "Win the mid-market healthcare segment in DACH before Series B"

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:

  • Which company-level goal does this support?
  • If this goal is 100% achieved, how much does it move the company goal?
  • Is the connection direct or theoretical?

Read the full file on GitHub · 187 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 187 lines · 92 tokens per session scan A 075c9864ae44

Subscribe to this mod's changes

strategic-alignment is a skill published in the GitHub repository cass-2003/local-workflow-skill (12 stars, last pushed 2mo ago), licensed MIT. It adds 92 tokens to every session and 1,981 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories