Skills for the consulting engagement lifecycle, from problem structuring through implementation and closeout.
Packaged for OpenAI's Plugin Directory and the Agent Skills open standard. The same source works with ChatGPT, Codex, Claude Code, Cowork, Gemini CLI, and other compatible agents.
Part of unsol.dev
Consulting engagements repeat many of the same mechanics: scoping, stakeholder alignment, analysis, strategy, delivery, and commercials. These skills capture that structure so you can focus on client context and judgment.
| Skill | What it covers |
|---|---|
strategic-analysis |
Problem structuring, hypothesis development, framework application, cross-framework synthesis |
financial-modeling |
Business cases, cost-benefit analysis, ROI/NPV/IRR, sensitivity analysis, scenario modeling |
proposal-development |
RFP analysis, proposal writing, SOW creation, pitch decks, oral defense |
engagement-setup |
Kickoff design, discovery planning, stakeholder mapping, the first two weeks |
engagement-pricing |
Fee structures, rate cards, engagement economics, procurement navigation |
implementation-planning |
Phased plans, workstreams, business cases, program recovery |
due-diligence |
Commercial, operational, financial, strategic, and technology assessment, integration planning |
change-management |
Transition planning, resistance management, adoption measurement |
process-excellence |
DMAIC, value stream mapping, root cause analysis, control plans |
org-design |
Operating models, structure design, role frameworks, transition planning |
project-governance |
Steering committees, stage gates, RACI, risk management, status reporting |
client-deliverables |
Presentations, reports, storylining, slide design, PPTX generation patterns |
workshop-facilitation |
Strategy workshops, facilitation design, participant dynamics |
thought-leadership |
POVs, white papers, case studies, thesis development |
project-closeout |
Handover, knowledge transfer, lessons learned, benefits tracking |
writing-style |
Consulting tone, depth calibration, content integrity standards |
In ChatGPT or Codex, open Plugins and search for Management Consulting. If it is not listed, use the cross-agent installer below.
npx skills add anotb/management-consulting-pluginThe same install works across Claude Code, Codex, Cursor, Gemini CLI, and other supported agents.
Download dist/management-consulting.skill, then in Claude go to Customize (left nav) > Skills > + > Upload a skill. Requires "Code execution and file creation" enabled in Settings > Capabilities.
This installs as a single management-consulting skill that routes by topic via an internal dispatcher. To get individual slash commands per skill (/strategic-analysis, /financial-modeling, etc.), install directly into the skills directory instead:
# Option A: clone (updates via git pull)
git clone https://github.com/anotb/management-consulting-plugin.git ~/.claude/skills/management-consulting
# Option B: download a snapshot
curl -L https://github.com/anotb/management-consulting-plugin/archive/refs/heads/main.tar.gz | \
tar -xz -C ~/.claude/skills/ && \
mv ~/.claude/skills/management-consulting-plugin-main ~/.claude/skills/management-consultingRestart Claude Desktop after either method.
claude plugin marketplace add anotb/management-consulting-plugin
claude plugin install management-consulting@anotb-management-consulting-pluginDownload the repo as a ZIP, then in Cowork go to Customize > Browse plugins > click + and upload. (Organization admins can sync directly from GitHub via Settings > Plugins > Add plugin.)
Codex auto-discovers skills under .agents/skills/. The cross-agent installer places them there for you:
npx skills add anotb/management-consulting-pluginTo install manually, copy the individual skill folders (each skills/<name>/) into .agents/skills/ at your repo root, or ~/.agents/skills/ for all projects. Each SKILL.md must sit one level down (for example .agents/skills/strategic-analysis/SKILL.md).
gemini skills install https://github.com/anotb/management-consulting-plugin.gitClone into .agents/skills/ (the cross-platform standard) or the agent's native skills directory.
Skills activate automatically when a request matches a consulting workflow. No slash command is required. Describe the work, such as "structure the due diligence for this acquisition," and the relevant skill loads.
You can also invoke a skill directly in Claude Code:
/management-consulting:strategic-analysis
/management-consulting:engagement-pricing
In Claude Code, plan mode (shift+tab twice) can surface missing data, client context, and constraints before work begins.
This plugin produces structured consulting outputs. Everything should be reviewed by someone who knows the client context before it goes near a client.