planpong

andrewhml/planpong
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Multi-model adversarial plan review — MCP server for AI-assisted plan refinement
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "planpong": {
      "command": "npx",
      "args": [
        "-y",
        "andrewhml/planpong"
      ]
    }
  }
}

README Excerpt

Adversarial plan review for AI-assisted development. Two AI models play ping-pong with your plan — one critiques, the other revises — until the plan converges or you stop them. Plans go through three review phases, each with a different lens: | Round | Phase | What the reviewer looks for |