fix(plugins): add proper frontmatter to commands and agents

Commands now have correct frontmatter format:
- description (required)
- argument-hint (optional)

Agents now have correct frontmatter format:
- name, description, tools, model, color

Updated plugins:
- conductor v1.0.4: fixed all 5 commands and 1 agent
- startup-business-analyst v1.0.1: fixed all 3 commands
This commit is contained in:
Seth Hobson
2026-01-15 20:58:35 -05:00
parent 87ed65d2b5
commit 29d59eb5cf
10 changed files with 40 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
---
description: "Generate comprehensive investor-ready business case document with market, solution, financials, and strategy"
---
# 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,3 +1,7 @@
---
description: "Create detailed 3-5 year financial model with revenue, costs, cash flow, and scenarios"
---
# 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,3 +1,7 @@
---
description: "Generate comprehensive market opportunity analysis with TAM/SAM/SOM calculations"
---
# 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.