Add management consulting plugin (28 commands, 9 skills)#51
Open
anotb wants to merge 5 commits intoanthropics:mainfrom
Open
Add management consulting plugin (28 commands, 9 skills)#51anotb wants to merge 5 commits intoanthropics:mainfrom
anotb wants to merge 5 commits intoanthropics:mainfrom
Conversation
End-to-end management consulting workflow plugin covering the full engagement lifecycle from business development through project closure. - 28 commands across 8 categories (BD, initiation, research, strategy, implementation, deliverables, project management, commercial) - 9 skills for domain knowledge (problem-solving, strategic frameworks, financial modeling, change management, etc.) - Follows existing plugin patterns (frontmatter, CONNECTORS.md, LICENSE) - Registered in marketplace.json Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Skills now cross-reference their paired commands instead of duplicating content. Each skill focuses on domain knowledge and specialized tools, while commands own the step-by-step workflows. - Deduplicated 6 skill files against their paired commands (~50% reduction) - Added 6 framework sections: SWOT, Balanced Scorecard, Business Model Canvas, Strategy Canvas, Market Entry, Platform Strategy - Harmonized framework selection guides across files - Added RACI matrices, governance structures, stakeholder engagement to implementation and change management commands - Updated plugin description to match repo conventions - Added Snowflake and BigQuery MCP server configs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove trailing "Includes...", "Based on...", "Applies..." sentences from 6 skill description fields to match the convention used by all other plugins: capability statement + "Use when [triggers]." Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add pptx-consulting.md with consulting slide anatomy rules, three parameterized slide masters, seven reusable exhibit patterns, chart styling principles, and context adaptation guidance for pptxgenjs. Reference from SKILL.md so the agent uses consulting conventions when generating actual .pptx files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New plugin for management consulting workflows. Covers the full engagement lifecycle: winning work, standing up engagements, running analysis, building strategy, planning execution, delivering artifacts, and managing the project.
28 commands across business development, engagement initiation, research & analysis, strategy development, implementation, deliverables, project management, and pricing. 9 skills that activate automatically in context for things like hypothesis-driven problem solving, structured executive communication, and financial modeling.
Everything works standalone with web search and user input. Connects to Slack, Jira, Google Drive, and other MCP servers for deeper integration.
Commands
Walk users through structured consulting processes. Examples:
/rfp-analyzetears apart an RFP into requirements, evaluation criteria, and win themes/framework-applyruns multi-framework strategic analysis/business-casebuilds investment cases with financial projections/implementation-planproduces phased plans with workstreams, owners, and dependenciesSkills
Domain knowledge Claude uses without explicit invocation:
problem-solving: hypothesis-driven decomposition, issue treesstrategic-frameworks: framework selection by business question, multi-framework synthesisfinancial-modeling: business case math, sensitivity analysis, scenario modelingchange-management: transformation planning, resistance management, adoption trackingDesign decisions
Skills vs commands: Skills provide domain knowledge that activates automatically. Commands are explicit step-by-step workflows users invoke directly. Each skill cross-references its paired command so content isn't duplicated.
Scope: Consulting engagements touch strategy, operations, finance, change management, and delivery, which justified the higher command count compared to more focused plugins. Each command targets a distinct workflow step.
Follows existing plugin conventions throughout.