Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub maigentic/stratartsComprehensive business strategy skills library - 27 proven frameworks from idea validation to fundraising. Transform any business idea into a fundable venture with professional HTML reports.
Share bugs, ideas, or general feedback.
Business Strategy Skills Library for Claude Code
27 professional and comprehensive AI-powered skills that transform business ideas into fundable ventures
StrategicArts is a comprehensive Claude Code skills library that guides entrepreneurs through the complete business-building journey—from initial idea validation to investor pitch deck—using proven methodologies and professional HTML report outputs.
Transform vague ideas into structured business plans in days, not months.
| Skill | Description |
|---|---|
business-idea-validator | 10-dimension scoring framework for idea validation |
market-opportunity-analyzer | TAM/SAM/SOM with Porter's Five Forces |
business-model-designer | Business Model Canvas implementation |
customer-persona-builder | Data-driven buyer personas with JTBD |
value-proposition-crafter | Jobs-to-be-Done value proposition design |
product-positioning-expert | April Dunford positioning canvas |
competitive-intelligence | Porter's Five Forces and SWOT analysis |
| Skill | Description |
|---|---|
feature-prioritization-framework | RICE/ICE scoring with value-effort matrix |
go-to-market-planner | 90-day GTM strategy and channel selection |
pricing-strategy-architect | Van Westendorp pricing with tier design |
strategic-roadmap-builder | OKR-driven 18-month roadmap |
| Skill | Description |
|---|---|
brand-identity-designer | Brand pyramid and visual identity |
content-marketing-strategist | Content pillars and editorial calendar |
growth-hacking-playbook | Traction Bullseye Framework |
social-media-strategist | Platform-specific strategies |
email-marketing-architect | Drip campaigns and automation |
seo-content-planner | Keyword clusters and technical SEO |
community-building-strategist | Community engagement framework |
| Skill | Description |
|---|---|
metrics-dashboard-designer | North Star Metric with AARRR |
retention-optimization-expert | Cohort analysis and win-back campaigns |
onboarding-flow-optimizer | Activation funnels and product tours |
customer-feedback-framework | NPS/CSAT/CES with RICE prioritization |
| Skill | Description |
|---|---|
financial-model-architect | 3-5 year projections with scenarios |
fundraising-strategy-planner | Investor targeting and term sheets |
investor-brief-writer | One-pagers and cold email templates |
investor-pitch-deck-builder | 12-15 slide pitch deck framework |
operational-playbook-creator | Org structure, OKRs, and processes |
# Step 1: Add the marketplace
/plugin marketplace add https://github.com/maigentic/stratarts
# Step 2: Install the plugin
/plugin install stratarts@maigent
# Step 3: Restart Claude Code to load the plugin
git clone https://github.com/maigentic/stratarts.git
# Add the local marketplace
/plugin marketplace add ./stratarts
# Install the plugin
/plugin install stratarts@maigent
# Open the plugin manager
/plugin
# Navigate to the Installed tab — you should see stratarts listed
If you see this error during plugin installation:
Error: Failed to install: Failed to clone repository...
git@github.com: Permission denied (publickey).
Claude Code's plugin installer uses SSH by default when cloning plugin sources. If you don't have SSH keys configured for GitHub, run this in your terminal to redirect SSH requests through HTTPS:
git config --global url."https://github.com/".insteadOf "git@github.com:"
Then retry the install. To undo this later:
git config --global --unset url."https://github.com/".insteadOf
This is a known issue in Claude Code's plugin installer.