Skip to content

skazhutin/project-jury

v1.0.0MIT

Six independent specialists, a Verifier and a Judge assess whether a project is worth building.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

project_jurystdio
{
  "cwd": "./",
  "command": "python3",
  "args": [
    "./scripts/start_server.py"
  ],
  "type": "stdio"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "name": "project-jury",
  "version": "1.0.0",
  "description": "Six independent specialists, a Verifier and a Judge assess whether a project is worth building.",
  "author": {
    "name": "skazhutin"
  },
  "keywords": [
    "project evaluation",
    "research",
    "evidence",
    "multi-agent",
    "read-only"
  ],
  "$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": "Project Jury",
        "shortDescription": "An independent, evidence-based project verdict",
        "longDescription": "Six independent specialists, a Verifier and a Judge assess whether a project is worth building. 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 idea: ..."
        ],
        "brandColor": "#184A8B",
        "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.

  • openai.yaml
  • LICENSE
View on GitHub

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