diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5577ab1..3fcca7f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1375,7 +1375,7 @@ "name": "startup-business-analyst", "source": "./plugins/startup-business-analyst", "description": "Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research for early-stage companies", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "Seth Hobson", "url": "https://github.com/wshobson" @@ -1951,7 +1951,7 @@ "name": "conductor", "source": "./plugins/conductor", "description": "Context-Driven Development plugin that transforms Claude Code into a project management tool. Implements structured workflow: Context → Spec & Plan → Implement with full TDD support, track-based work units, semantic git reversion, and resumable sessions", - "version": "1.0.2", + "version": "1.0.3", "author": { "name": "Seth Hobson", "url": "https://github.com/wshobson" diff --git a/plugins/conductor/.claude-plugin/plugin.json b/plugins/conductor/.claude-plugin/plugin.json deleted file mode 100644 index a2e514a..0000000 --- a/plugins/conductor/.claude-plugin/plugin.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "conductor", - "version": "1.0.2", - "description": "Context-Driven Development plugin that transforms Claude Code into a project management tool. Implements structured workflow: Context → Spec & Plan → Implement with full TDD support, track-based work units, and semantic git reversion.", - "author": { - "name": "Seth Hobson", - "url": "https://github.com/wshobson" - }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "project-management", - "context-driven-development", - "tdd", - "planning", - "specifications", - "workflow" - ] -} diff --git a/plugins/startup-business-analyst/.claude-plugin/plugin.json b/plugins/startup-business-analyst/.claude-plugin/plugin.json deleted file mode 100644 index f2ec401..0000000 --- a/plugins/startup-business-analyst/.claude-plugin/plugin.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "startup-business-analyst", - "version": "1.0.0", - "description": "Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research for early-stage companies", - "author": { - "name": "Seth Hobson", - "email": "seth@major7apps.com", - "url": "https://github.com/wshobson" - }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "startup", - "business-analysis", - "market-sizing", - "tam-sam-som", - "financial-modeling", - "business-planning", - "fundraising" - ], - "category": "business" -} diff --git a/plugins/startup-business-analyst/commands/business-case.md b/plugins/startup-business-analyst/commands/business-case.md index a851687..95680f0 100644 --- a/plugins/startup-business-analyst/commands/business-case.md +++ b/plugins/startup-business-analyst/commands/business-case.md @@ -1,8 +1,4 @@ ---- -name: business-case -description: Generate comprehensive investor-ready business case document with market, solution, financials, and strategy -allowed-tools: [Read, Write, Grep, Glob, WebSearch, WebFetch, Bash] ---- +# Business Case Generator Generate a comprehensive, investor-ready business case document covering market opportunity, solution, competitive landscape, financial projections, team, risks, and funding ask for startup fundraising and strategic planning. diff --git a/plugins/startup-business-analyst/commands/financial-projections.md b/plugins/startup-business-analyst/commands/financial-projections.md index 79f3ba7..e190e28 100644 --- a/plugins/startup-business-analyst/commands/financial-projections.md +++ b/plugins/startup-business-analyst/commands/financial-projections.md @@ -1,8 +1,4 @@ ---- -name: financial-projections -description: Create detailed 3-5 year financial model with revenue, costs, cash flow, and scenarios -allowed-tools: [Read, Write, Grep, Glob, Bash] ---- +# Financial Projections Create a comprehensive 3-5 year financial model with revenue projections, cost structure, headcount planning, cash flow analysis, and three-scenario modeling (conservative, base, optimistic) for startup financial planning and fundraising. diff --git a/plugins/startup-business-analyst/commands/market-opportunity.md b/plugins/startup-business-analyst/commands/market-opportunity.md index dee6996..34e730a 100644 --- a/plugins/startup-business-analyst/commands/market-opportunity.md +++ b/plugins/startup-business-analyst/commands/market-opportunity.md @@ -1,8 +1,4 @@ ---- -name: market-opportunity -description: Generate comprehensive market opportunity analysis with TAM/SAM/SOM calculations -allowed-tools: [Read, Write, Grep, Glob, WebSearch, WebFetch, Bash] ---- +# Market Opportunity Analysis Generate a comprehensive market opportunity analysis for a startup, including Total Addressable Market (TAM), Serviceable Available Market (SAM), and Serviceable Obtainable Market (SOM) calculations using both bottom-up and top-down methodologies.