{
  "markdown": "# Management Consulting Plugin\n\nSkills for the consulting engagement lifecycle, from problem structuring through implementation and closeout.\n\n> Packaged for OpenAI's Plugin Directory and the [Agent Skills](https://agentskills.io) open standard. The same source works with ChatGPT, Codex, Claude Code, Cowork, Gemini CLI, and [other compatible agents](https://agentskills.io).\n\nPart of [unsol.dev](https://unsol.dev)\n\n## Why this exists\n\nConsulting 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.\n\n## Skills\n\n| Skill | What it covers |\n|---|---|\n| `strategic-analysis` | Decision framing, causal diagnosis, competing hypotheses, market and competitive analysis |\n| `financial-modeling` | Business cases, cost-benefit analysis, ROI/NPV/IRR, sensitivity analysis, scenario modeling |\n| `proposal-development` | RFP analysis, proposal writing, SOW creation, pitch decks, oral defense |\n| `engagement-setup` | Kickoff design, discovery planning, stakeholder mapping, the first two weeks |\n| `engagement-pricing` | Fee structures, rate cards, engagement economics, procurement navigation |\n| `implementation-planning` | Phased plans, workstreams, business cases, program recovery |\n| `due-diligence` | Commercial, operational, financial, strategic, and technology assessment, integration planning |\n| `change-management` | Transition planning, resistance management, adoption measurement |\n| `process-excellence` | DMAIC, value stream mapping, root cause analysis, control plans |\n| `org-design` | Operating models, structure design, role frameworks, transition planning |\n| `project-governance` | Steering committees, stage gates, RACI, risk management, status reporting |\n| `client-deliverables` | Executive reports, visual storytelling, editable exhibits, slide design, and artifact review |\n| `workshop-facilitation` | Strategy workshops, facilitation design, participant dynamics |\n| `thought-leadership` | POVs, white papers, case studies, thesis development |\n| `project-closeout` | Handover, knowledge transfer, lessons learned, benefits tracking |\n| `writing-style` | Consulting tone, depth calibration, content integrity standards |\n\n## Install\n\n### ChatGPT and Codex\n\nIn ChatGPT or Codex, open **Plugins** and search for **Management Consulting**. If it is not listed, use the cross-agent installer below.\n\n### Skills CLI\n\n```bash\nnpx skills add anotb/management-consulting-plugin\n```\n\nThe same install works across Claude Code, Codex, Cursor, Gemini CLI, and [other supported agents](https://skills.sh).\n\n### Claude Desktop\n\nDownload [`dist/management-consulting.skill`](https://github.com/anotb/management-consulting-plugin/raw/main/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.\n\nThis 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:\n\n```bash\n# Option A: clone (updates via git pull)\ngit clone https://github.com/anotb/management-consulting-plugin.git ~/.claude/skills/management-consulting\n\n# Option B: download a snapshot\ncurl -L https://github.com/anotb/management-consulting-plugin/archive/refs/heads/main.tar.gz | \\\n  tar -xz -C ~/.claude/skills/ && \\\n  mv ~/.claude/skills/management-consulting-plugin-main ~/.claude/skills/management-consulting\n```\n\nRestart Claude Desktop after either method.\n\n### Claude Code\n\n```bash\nclaude plugin marketplace add anotb/management-consulting-plugin\nclaude plugin install management-consulting@anotb-management-consulting-plugin\n```\n\n### Cowork\n\nDownload 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.)\n\n### Codex without the directory\n\nCodex auto-discovers skills under `.agents/skills/`. The cross-agent installer places them there for you:\n\n```bash\nnpx skills add anotb/management-consulting-plugin\n```\n\nTo 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`).\n\n### Gemini CLI\n\n```bash\ngemini skills install https://github.com/anotb/management-consulting-plugin.git\n```\n\n### Other agents\n\nClone into `.agents/skills/` (the cross-platform standard) or the agent's native skills directory.\n\n## Usage\n\nSkills 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.\n\nYou can also invoke a skill directly in Claude Code:\n\n```\n/management-consulting:strategic-analysis\n/management-consulting:engagement-pricing\n```\n\nIn Claude Code, [plan mode](https://code.claude.com/docs/en/common-workflows#plan-before-coding) (`shift+tab` twice) can surface missing data, client context, and constraints before work begins.\n\n## Working with the skills\n\nStart with the decision or artifact you need, include the evidence you have, and state the audience and constraints. The skills produce useful drafts with explicit gaps, distinguish observed results from forecasts, and connect recommendations to evidence and decision thresholds. They preserve client templates and agreed scope. Detailed methods load only when relevant. Output length follows the prompt, audience, and task; the skills impose no fixed word, paragraph, framework, or slide counts. Presentation guidance emphasizes compositions that fit the evidence, a coherent visual direction, and review of both individual slides and the whole deck.\n\nAll 16 skill names and installation paths remain stable in 2.2.0. The core guidance uses standard Markdown and has no model, connector, or runtime dependency. File creation uses the host's available tools. The optional editable PowerPoint bridge helper uses a caller-supplied PptxGenJS installation; other presentation tools can implement the same exhibit checks.\n\n## Build and verify\n\n```bash\n# Claude Desktop: one dispatcher SKILL.md with all topic resources\nbash build.sh\n\n# OpenAI: both manifests, all standalone skills and their resources\npwsh -NoProfile -File build-openai.ps1\n\n# Deterministic packaging and exhibit checks (Python standard library; Node 18+)\npython3 -m unittest discover -s tests -v\nnode --test tests/test_consulting_charts.cjs\n```\n\nThe OpenAI archive is written to `dist/management-consulting-openai.zip`. Both builds exclude local review notes. Desktop bundles preserve nested resources and inline writing guidance from its maintained source. Run behavioral fixtures in `tests/evals.json` independently; assess decisions, arithmetic, evidence, readability, scope, and artifact usability. Exact wording and framework counts are not quality measures.\n\n## Heads up\n\nThis plugin produces structured consulting outputs. Everything should be reviewed by someone who knows the client context before it goes near a client.\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 7404,
  "sha": "148895022426522de60ab3453c5adc501381d288d819600b4e4e9cd21ab16b39",
  "repo_slug": "anotb/management-consulting-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_anotb_management_consulting_plugin_manag_5b51278c/readme"
}