From itropa
This skill provides the analytical frameworks for business analysis, opportunity scoring, and product concept generation. Used by Phase 6 (Deep Dive) and Phase 7 (App Concepts) of `/itropa:go`, or conversationally when the user asks for business analysis or product concepts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/itropa:business-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides the analytical frameworks for business analysis, opportunity scoring, and product concept generation. Used by Phase 6 (Deep Dive) and Phase 7 (App Concepts) of `/itropa:go`, or conversationally when the user asks for business analysis or product concepts.
This skill provides the analytical frameworks for business analysis, opportunity scoring, and product concept generation. Used by Phase 6 (Deep Dive) and Phase 7 (App Concepts) of /itropa:go, or conversationally when the user asks for business analysis or product concepts.
Activate when performing business analysis, opportunity scoring, or app concept generation.
Produce a comprehensive business analysis with personalized scoring based on the builder's constraints profile (from constraints.json).
{
"marketOpportunity": "Detailed market size, growth trajectory ($X billion by year Y, growing at Z% CAGR)",
"keyEnablers": ["Technology/trend 1", "Technology/trend 2", "Social/economic factor 3"],
"challenges": [
{"challenge": "Major barrier", "potentialSolution": "How to overcome it"}
],
"timeline": "Detailed timeline: Early adopters (X years), mainstream (Y years), maturity (Z years)",
"firstMoverAdvantage": "Specific early-entry strategies",
"priorArtLeverage": "How to use insights from prior art for competitive edge",
"keyPlayers": ["Potential company/startup 1", "Company 2", "Company 3"],
"risks": ["Risk factor 1", "Risk factor 2", "Risk factor 3"],
"opportunityScore": {
"marketTiming": 75,
"technicalFit": 80,
"effortEstimate": 60,
"monetizationClarity": 70,
"competitionDensity": 65,
"overallScore": 70
},
"soloDevAssessment": {
"feasibility": "high|medium|low",
"timeToMVP": "2-4 weeks",
"techStack": ["React", "Node.js", "Specific API"],
"biggestChallenge": "The main obstacle for a solo dev",
"unfairAdvantage": "What edge a solo dev could have"
},
"monetizationModels": [
{
"model": "SaaS Subscription",
"description": "Monthly recurring fee for access",
"revenueRange": "$500-2000/mo at 50-200 users",
"difficulty": "easy|medium|hard"
}
],
"buildRecommendation": {
"verdict": "build|explore|skip",
"confidence": 75,
"reasoning": "Clear explanation based on builder profile",
"nextStep": "Specific actionable next step"
}
}
Read the builder's constraints from constraints.json and format as context:
Builder Profile (for personalized assessment):
- Tech Stack: {techStack}
- Experience Level: {experienceLevel}
- AI API Access: {hasAIAccess}
- Available Time: {availableTime}
- Work Style: {workStyle}
- Revenue Goal: {revenueGoal} (target: {targetMRR})
- Preferred Products: {preferredFormFactors}
- Target Market: {B2B/B2C}
- Risk Tolerance: {riskTolerance}
- Avoid Categories: {avoidCategories}
Generate 5 diverse product concepts based on an industry, personalized to the builder profile.
{
"concepts": [
{
"id": "concept-1",
"name": "Creative product name",
"tagline": "One-liner pitch (max 10 words)",
"formFactor": "saas|tool|api|marketplace|extension|mobile",
"targetUser": "Specific user persona",
"problemSolved": "The ONE problem this solves",
"coreFeature": "The ONE killer feature",
"monetization": {
"model": "Freemium SaaS|Usage-based|One-time|Marketplace fees",
"pricing": "$X/mo or $X one-time",
"revenueEstimate": "$X-Xk MRR at X users"
},
"techStack": ["React", "Node.js", "Specific API/DB"],
"mvpScope": "What the SMALLEST viable version includes",
"effortEstimate": "weekend|1-2 weeks|2-4 weeks|1-2 months|3+ months",
"competitiveEdge": "Why this wins against alternatives",
"risks": ["Risk 1", "Risk 2"],
"score": 75
}
]
}
npx claudepluginhub joncik91/itropa-pluginOrchestrates multi-dimensional business idea validation via parallel sub-agents: Lean Canvas, JTBD, market/competitive/feasibility research, SWOT/PESTLE, and a weighted scorecard with verdict.
Identifies and validates profitable business opportunities by analyzing market size (TAM/SAM/SOM), unit economics, competitive landscape, and PMF indicators. Generates HTML reports with scorecards.
Generates 8-15 startup ideas from a theme or problem with gut-check ratings, top 3 picks, and validation steps. Use for exploring project spaces or expanding ideas.