mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
- Add minimal .claude-plugin/plugin.json to conductor and startup-business-analyst (matches official format: name, description, author only) - Remove .gitignore from startup-business-analyst (not in official plugins) - Bump versions: conductor 1.0.5, startup-business-analyst 1.0.2 Plugin structure now matches official examples (feature-dev, ralph-loop, etc.)
9 lines
274 B
JSON
9 lines
274 B
JSON
{
|
|
"name": "startup-business-analyst",
|
|
"description": "Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"email": "seth@major7apps.com"
|
|
}
|
|
}
|