Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By maigentic
Generate professional HTML reports applying 27 proven business strategy frameworks—from idea validation and competitive analysis to GTM plans, OKRs, pitch decks, financial models, and fundraising playbooks—transforming ideas into fundable ventures. Organizes outputs in a .strategy/ project directory.
npx claudepluginhub maigentic/stratarts --plugin stratartsComprehensive brand identity system including brand strategy, visual identity (colors, typography, logo direction), messaging architecture (taglines, boilerplates), and tone of voice guidelines with before/after examples and implementation roadmap.
Systematically validate business ideas with proven scoring frameworks. Produces comprehensive 2,000-3,000 word validation report with actionable recommendations and go/no-go decision.
Complete Business Model Canvas design with all 9 blocks analyzed. Transforms validated ideas into viable business models with revenue clarity and operational strategy.
Porter's Five Forces, SWOT analysis, and competitive positioning matrix for strategic market analysis. Identifies threats, opportunities, and recommends positioning strategy.
Comprehensive content marketing strategy including content pillars, 90-day editorial calendar, distribution strategy, SEO optimization, and repurposing playbook using Content Pillars, Hub-and-Spoke, and 10x Content frameworks.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI-powered strategic advisor for entrepreneurs
Business analysis toolkit: competitive analysis, UX strategy artifacts, market sizing, canvas, PRD, personas
For easy problems, start here. For harder problems, do this after Explore.
📊 Business Analyst — Strategic Business Analyst + Requirements Expert
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Business analysis with data storytelling and KPI dashboard design
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.