mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
fix(startup-business-analyst): add allowed-tools to commands and simplify marketplace entry
Add allowed-tools field to command frontmatter and simplify marketplace.json entry to rely on auto-discovery instead of explicit arrays.
This commit is contained in:
@@ -1373,40 +1373,15 @@
|
||||
},
|
||||
{
|
||||
"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.2",
|
||||
"version": "1.0.3",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
"email": "seth@major7apps.com"
|
||||
},
|
||||
"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"
|
||||
],
|
||||
"source": "./plugins/startup-business-analyst",
|
||||
"category": "business",
|
||||
"strict": false,
|
||||
"commands": [
|
||||
"./commands/market-opportunity.md",
|
||||
"./commands/financial-projections.md",
|
||||
"./commands/business-case.md"
|
||||
],
|
||||
"agents": ["./agents/startup-analyst.md"],
|
||||
"skills": [
|
||||
"./skills/market-sizing-analysis",
|
||||
"./skills/startup-financial-modeling",
|
||||
"./skills/team-composition-analysis",
|
||||
"./skills/competitive-landscape",
|
||||
"./skills/startup-metrics-framework"
|
||||
]
|
||||
"homepage": "https://github.com/wshobson/agents"
|
||||
},
|
||||
{
|
||||
"name": "hr-legal-compliance",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: "Generate comprehensive investor-ready business case document with market, solution, financials, and strategy"
|
||||
allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "WebSearch", "WebFetch"]
|
||||
---
|
||||
|
||||
# Business Case Generator
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: "Create detailed 3-5 year financial model with revenue, costs, cash flow, and scenarios"
|
||||
allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "WebSearch", "WebFetch"]
|
||||
---
|
||||
|
||||
# Financial Projections
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: "Generate comprehensive market opportunity analysis with TAM/SAM/SOM calculations"
|
||||
allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "WebSearch", "WebFetch"]
|
||||
---
|
||||
|
||||
# Market Opportunity Analysis
|
||||
|
||||
Reference in New Issue
Block a user