skazhutin/startup-jury
v1.0.0MIT
Eight independent specialists, a Verifier, a Cross-Examiner and a Judge assess whether a startup is worth pursuing.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
startup_jurystdio
{
"command": "python3",
"args": [
"./scripts/start_server.py"
],
"cwd": "./",
"type": "stdio"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"name": "startup-jury",
"version": "1.0.0",
"description": "Eight independent specialists, a Verifier, a Cross-Examiner and a Judge assess whether a startup is worth pursuing.",
"author": {
"name": "skazhutin"
},
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"repository": "https://github.com/skazhutin/jury-marketplace",
"license": "MIT",
"extensions": {
"com.openai": {
"interface": {
"displayName": "Startup Jury",
"shortDescription": "A rigorous decision on whether to pursue a startup",
"longDescription": "Eight independent specialists, a Verifier, a Cross-Examiner and a Judge assess whether a startup is worth pursuing. COMPUTER-ONLY: includes its native Jury engine; requires a compatible local Codex login, Python 3.11+ and Node.js 20+. No global Jury installation or manual agent setup.",
"developerName": "skazhutin",
"category": "Productivity",
"capabilities": [
"Read",
"Interactive"
],
"defaultPrompt": [
"Evaluate this startup idea: ..."
],
"brandColor": "#136F63",
"composerIcon": "./assets/icon.svg",
"logo": "./assets/icon.svg"
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai