
Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
This plugin adds a consulting skill and three slash commands to Claude Code. The skill activates on business analysis tasks, picks frameworks like MECE, SWOT, or Porter’s 5 Forces, and guides Claude toward a structured recommendation. The command files wrap the same skill for consult, analyze, and case-practice workflows.
Builders who use Claude Code to analyze business problems, shape strategy, and prepare recommendations.
You can turn a messy business question into a structured analysis and a clear recommendation without building the framework yourself.
`skills/consulting/SKILL.md` defines when the skill activates and how Claude should structure its response, including hypothesis-first analysis and a final "so what?"
The skill loads consulting frameworks on demand from separate markdown files instead of keeping all content in context at once.
`/consult`, `/analyze`, and `/case-practice` provide ready-made prompts for full engagements, strategic analysis, and mock case interviews.
`skills/consulting/templates/` includes deliverables such as SWOT reports, business cases, project charters, RACI, and Business Model Canvas.
The GitHub workflow validates plugin manifests, version fields, and relative markdown links.
# Add marketplace /plugin marketplace add yoichiojima-2/consultant # Install plugin /plugin install consulting@consultant # 'consulting' is the internal plugin ID (see .claude-plugin/plugin.json)
/consult our SaaS churn doubled last quarter — what should we do?
/analyze the Japanese convenience store industry
/case-practice profitability
A Claude Code plugin providing 50+ consulting frameworks used by top firms (McKinsey, BCG, Bain, Accenture) as a skill plus three slash commands.
# Add marketplace
/plugin marketplace add yoichiojima-2/consultant
# Install plugin
/plugin install consulting@consultant # 'consulting' is the internal plugin ID (see .claude-plugin/plugin.json)
| Category | Frameworks |
|---|---|
| Problem-Solving | MECE, Pyramid Principle, Issue Tree, McKinsey 7-Step, SCQ, Storyboarding, 80/20 |
| Strategic Analysis | McKinsey 7S, Porter's 5 Forces, SWOT, BCG Matrix, PESTEL, Ansoff, GE-McKinsey, Blue Ocean, VRIO |
| Case Frameworks | Profitability, Market Sizing, M&A, Pricing, Market Entry |
| Business Design | Business Model Canvas, Design Thinking, Customer Journey, STP |
| Project & Change | WBS, RACI, Kotter's 8 Steps, ADKAR, OKRs, Balanced Scorecard |
| Financial Analysis | ROI, NPV, IRR, Payback, Break-even, Sensitivity Analysis |
| Operations | Lean, Six Sigma, 5 Whys, Fishbone, PDCA, Pareto |
| Command | What it does |
|---|---|
/consult <problem> | Full consulting engagement: clarify → hypothesis → issue tree → analysis → pyramid-structured recommendation |
/analyze <company or market> | Layered strategic analysis: PESTEL → Porter's 5 Forces → SWOT/3C → "so what" implications |
/case-practice [type] | Mock case interview (McKinsey/BCG/Bain style) with exhibits, math, and a scored debrief |
Try asking:
/consult our SaaS churn doubled last quarter — what should we do?/analyze the Japanese convenience store industry/case-practice profitabilityThe skill also activates automatically when you:
Everything is a markdown skill — no runtime code.
skills/consulting/SKILL.md is the entry point: its frontmatter description tells Claude when to activate, and the body sets behavior (hypothesis-first, pick 1–3 frameworks, end with "so what?") plus a selection guide mapping question types to frameworks.strategy.md, cases.md, finance.md, …) that Claude reads on demand, so the full ~3,400 lines of framework content never sit in context at once.commands/ defines the three slash commands as prompt templates over the same skill.skills/consulting/templates/ holds five fill-in deliverables (SWOT report, business case, project charter, RACI, Business Model Canvas) the skill offers to complete.validate.yml) validates the plugin manifests, keeps the two version fields in sync, and checks every relative markdown link.MIT
Sign in to join the discussion.
No comments yet. Be the first to say what this is good for.

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
An agent organization for Claude Code, structured as a company — 15+ departments, 125+ skills, each independently installable.

Context window optimization for AI coding agents. Sandboxes tool output (98% reduction), persists session memory, and enforces routing across 17 platforms via MCP + hooks.
Persistent file-based planning for AI coding agents and long-running tasks. Crash-proof markdown plans, session recovery after /clear and compaction, per-turn re-injection against context rot, deterministic completion gate. Manus-style. Install from npm, the Claude Code plugin marketplace, or npx skills. Codex, Cursor, OpenCode, 60+ agents.
Self-organizing AI second brain for Obsidian + Claude Code. Drop any source and Claude reads, links, and files it into one connected knowledge graph of plain Markdown you own. AI note-taking, personal knowledge management (PKM), and an open-source Notion alternative. Based on Karpathy's LLM Wiki pattern.
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, backlinks, local SEO, maps intelligence, semantic clustering, e-commerce SEO, international SEO, Google APIs, and PDF/Excel reporting. Optional DataForSEO, Firecrawl, and Banana extensions.