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:
Seth Hobson
2026-01-15 21:33:44 -05:00
parent 3e673da18e
commit 58f4038326
4 changed files with 7 additions and 29 deletions

View File

@@ -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",