fix(plugins): remove redundant plugin.json and fix command formats

- Remove .claude-plugin/plugin.json from conductor and startup-business-analyst
  (marketplace.json provides all config, standalone plugin.json breaks installation)
- Remove YAML frontmatter from startup-business-analyst commands
- Bump versions: conductor 1.0.3, startup-business-analyst 1.0.1
This commit is contained in:
Seth Hobson
2026-01-15 20:55:21 -05:00
parent 3a6a24e1a6
commit 87ed65d2b5
6 changed files with 5 additions and 60 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.