Sandbox
@yoichiojima-2/consultant

Claude Code plugin for consulting frameworks and commands

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.

46 stars9 forksUpdated 28d ago
Who it's for

Builders who use Claude Code to analyze business problems, shape strategy, and prepare recommendations.

What it delivers

You can turn a messy business question into a structured analysis and a clear recommendation without building the framework yourself.

What it does

Consulting skill

`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?"

Framework library

The skill loads consulting frameworks on demand from separate markdown files instead of keeping all content in context at once.

Slash commands

`/consult`, `/analyze`, and `/case-practice` provide ready-made prompts for full engagements, strategic analysis, and mock case interviews.

Fill-in templates

`skills/consulting/templates/` includes deliverables such as SWOT reports, business cases, project charters, RACI, and Business Model Canvas.

Plugin validation

The GitHub workflow validates plugin manifests, version fields, and relative markdown links.

How to get it

  1. 1Run
    # 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)
  2. 2Try asking
    /consult our SaaS churn doubled last quarter — what should we do?
  3. 3Run
    /analyze the Japanese convenience store industry
  4. 4Run
    /case-practice profitability

README

Consultant

A Claude Code plugin providing 50+ consulting frameworks used by top firms (McKinsey, BCG, Bain, Accenture) as a skill plus three slash commands.

Installation

# 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)

Frameworks Included

CategoryFrameworks
Problem-SolvingMECE, Pyramid Principle, Issue Tree, McKinsey 7-Step, SCQ, Storyboarding, 80/20
Strategic AnalysisMcKinsey 7S, Porter's 5 Forces, SWOT, BCG Matrix, PESTEL, Ansoff, GE-McKinsey, Blue Ocean, VRIO
Case FrameworksProfitability, Market Sizing, M&A, Pricing, Market Entry
Business DesignBusiness Model Canvas, Design Thinking, Customer Journey, STP
Project & ChangeWBS, RACI, Kotter's 8 Steps, ADKAR, OKRs, Balanced Scorecard
Financial AnalysisROI, NPV, IRR, Payback, Break-even, Sensitivity Analysis
OperationsLean, Six Sigma, 5 Whys, Fishbone, PDCA, Pareto

Commands

CommandWhat 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

Usage

Try asking:

  • /consult our SaaS churn doubled last quarter — what should we do?
  • /analyze the Japanese convenience store industry
  • /case-practice profitability
  • "Size the market for EV charging stations in Germany"
  • "Help me structure this recommendation for my exec presentation"

The skill also activates automatically when you:

  • Analyze business problems
  • Develop strategy
  • Structure presentations
  • Evaluate M&A opportunities
  • Size markets
  • Improve profitability
  • Manage projects
  • Drive organizational change

How it works

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.
  • The frameworks live in seven category files (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.
  • CI (validate.yml) validates the plugin manifests, keeps the two version fields in sync, and checks every relative markdown link.

License

MIT

Files in the repo

Repository payload9 top-level entries
  • .claude-plugin
  • .github
  • commands
  • skills
  • .gitignore
  • CHANGELOG.md
  • CLAUDE.md
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More plugins

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.

82k
cbrock84/
headcount

An agent organization for Claude Code, structured as a company — 15+ departments, 125+ skills, each independently installable.

1.4k

Context window optimization for AI coding agents. Sandboxes tool output (98% reduction), persists session memory, and enforces routing across 17 platforms via MCP + hooks.

22k

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.

27k

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.

15k

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.

17k