strategic-analysis

strategic-analysis is a skill for Claude Code from anotb/management-consulting-plugin. It costs 52 tokens per session (810 once invoked), scanned A, original, MIT.

A guide for breaking complicated business questions into smaller, testable parts using common strategy models such as SWOT and PESTLE.

In plain words
What is it for?
Use it to define a business problem, compare strategic options, test assumptions, and turn evidence into a recommendation.
Why use it?
It prevents analysis from becoming a collection of empty templates or detailed work that never answers the original question.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the management-consulting plugin — 16 skills shipped together

Good fit Use it to define a business problem, compare strategic options, test assumptions, and turn evidence into a recommendation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/anotb/management-consulting-plugin/strategic-analysis
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 anotb/management-consulting-plugin --skill strategic-analysis
Clone the repo
git clone --depth 1 https://github.com/anotb/management-consulting-plugin

Made for: Claude Code.

Or install management-consulting, the plugin that ships this one along with the rest of its 16 skills.

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-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/anotb/management-consulting-plugin/strategic-analysis/github.svg)](https://agentmods.dev/skills/anotb/management-consulting-plugin/strategic-analysis)
Your own site
<a href="https://agentmods.dev/skills/anotb/management-consulting-plugin/strategic-analysis"><img src="https://agentmods.dev/badge/skills/anotb/management-consulting-plugin/strategic-analysis/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-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/anotb/management-consulting-plugin/strategic-analysis"><img src="https://agentmods.dev/badge/skills/anotb/management-consulting-plugin/strategic-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 810 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00052 $0.00810
Opus 5 $0.00026 $0.00405
Sonnet 5 $0.00010 $0.00162
Haiku 4.5 $0.00005 $0.00081

Measured yesterday against content hash 38cd97364943, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

strategic-analysis 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 yesterday.

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/strategic-analysis/SKILL.md · 44 lines

How it starts

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

Strategic Analysis

Produce an answer the decision-maker can use and a supporting argument a skeptical reviewer can inspect. Start at the user's current stage: framing a question, diagnosing a cause, evaluating options, or challenging a recommendation. Do not restart completed analysis unless a material inconsistency changes the decision.

Frame the work

Identify the decision, decision-maker, timeframe, success criteria, and constraints from the supplied context. Respect the requested format and length. Distinguish hard constraints (cash, legal eligibility, capacity, deadlines) from preferences that can be traded off. Screen infeasible options before comparing attractive features.

Use what is available. Mark missing information and proceed with work it does not block. Ask only when the missing answer materially changes the decision and cannot be handled with a transparent assumption or conditional recommendation. A request for a draft or an illustrative method does not require a complete client data room. Label fictional examples at their point of use.

Diagnose and compare

Build a causal decomposition that fits the economics or operating problem. Define units and avoid overlapping branches or mixing different cuts of the same business. A price-volume-mix bridge may answer a profitability question more directly than a named strategic framework.

For the branches that could change the answer, state a testable hypothesis, evidence for and against it, the quickest useful test, and the action implied if it holds. Distinguish a plausible mechanism from a demonstrated cause. Prioritize by decision impact, uncertainty, and the cost of obtaining better information. Stop expanding an analysis when further work would not change the choice at the required confidence.

Develop materially different options when the choice is open. Include continuing the current course or deferring when relevant. Compare on consistent scope, timing, economics, execution capacity, reversibility, and the client's priorities. Do not invent alternatives or reopen an approved choice merely to complete a table.

Read the full file on GitHub · 44 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. yesterday Changed · -347 lines · -94 tokens per session 38cd97364943
  2. 9d ago First seen · 391 lines · 146 tokens per session scan A 1bc43a7e6e87

Subscribe to this mod's changes

strategic-analysis is a skill published in the GitHub repository anotb/management-consulting-plugin (51 stars, last pushed 3d ago), licensed MIT. It adds 52 tokens to every session and 810 once invoked, about $0.0003 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-08-30.

Related

Other skills, from other repositories

plugin-system

Generic plugin system for Python applications. Auto-discovery, validation, fault tolerance. Zero dependencies (Python stdlib only).

ellmos-ai/skills · 27 tokens

openclaw-setup

Set up, install, configure, and deploy OpenClaw (formerly ClawdBot/MoltBot) — a personal AI assistant that runs on your own devices and connects to messaging channels. Use when users ask to "set up OpenClaw," "install ClawdBot," "install MoltBot," "deploy a personal AI assistant," "configure OpenClaw on Mac," "deploy…

Aznatkoiny/zAI-Skills · 188 tokens

reinforcement-learning

Reinforcement Learning best practices for Python using modern libraries (Stable-Baselines3, RLlib, Gymnasium). Use when: Implementing RL algorithms (PPO, SAC, DQN, TD3, A2C) Creating custom Gymnasium environments Training, debugging, or evaluating RL agents Setting up hyperparameter tuning for RL Deploying RL models…

Aznatkoiny/zAI-Skills · 86 tokens

x402-payments

Build applications using the x402 protocol — Coinbase's open standard for HTTP-native stablecoin payments using the HTTP 402 status code. Use this skill when: Creating APIs that require USDC payments per request (seller/server side) Building clients or AI agents that pay for x402-protected resources (buyer/client…

Aznatkoiny/zAI-Skills · 185 tokens

cpp-reinforcement-learning

C++ Reinforcement Learning best practices using libtorch (PyTorch C++ frontend) and modern C++17/20. Use when: Implementing RL algorithms in C++ for performance-critical applications Building production RL systems with libtorch Creating replay buffers and experience storage Optimizing RL training with GPU acceleration…

Aznatkoiny/zAI-Skills · 83 tokens

deep-learning

Comprehensive guide for Deep Learning with Keras 3 (Multi-Backend: JAX, TensorFlow, PyTorch). Use when building neural networks, CNNs for computer vision, RNNs/Transformers for NLP, time series forecasting, or generative models (VAEs, GANs). Covers model building (Sequential/Functional/Subclassing APIs), custom…

Aznatkoiny/zAI-Skills · 91 tokens