Planner (proof-of-done)
Evidence-gated task verification for AI agents. Hosted MCP server — nothing to install.
MCP endpoint: https://planner.monopoly-gold.com/_mcp
What it does
Planner prevents AI agents from marking tasks "done" on trust alone. Every goal goes through a verification gate:
- Decompose — break a goal into acceptance criteria with behavioral checks
- Attach evidence — screenshot, curl output, file, or text artifact per criterion
- Independent judge — LLM evaluates evidence against the criterion and accepts or rejects
Goals stay open until every acceptance criterion has passing evidence.
Key features
- Goal hierarchy — projects, milestones, goals, tasks with parent-child relationships
- Acceptance criteria — behavioral, observable checks (not "Denis approves")
- Evidence model — attach files or text per criterion; plain notes don't satisfy the gate
- LLM judge — independent verdict on each piece of evidence
- Gate-keeper interview — 3 questions on goal creation: why, where in the tree, how we'll verify
- Dependencies & blockers — cross-goal blocking with auto-unblock on resolution
- Tree & summary views — full hierarchy traversal and project-level summaries
| Category | Tools |
|---|
| Projects | project-list, project-get, project-create, project-delete, project-add-dependency, project-remove-dependency |
| Goals | goal-list, goal-get, goal-tree, goal-create, goal-update, goal-delete, goal-move, goal-reorder, goal-summary, goal-todo |
| Criteria | goal-add-criterion |
| Evidence | goal-attach-evidence, goal-add-evidence-text, goal-remove-evidence, goal-request-upload |
| Blockers | goal-block, goal-remove-blocker |
| Account | account-delete |
Connect
Planner is a hosted remote MCP server using streamable HTTP transport with OAuth 2.1 authentication and Dynamic Client Registration (RFC 7591).
Claude Desktop / Claude Code
Add to your MCP configuration:
{
"mcpServers": {
"planner": {
"type": "url",
"url": "https://planner.monopoly-gold.com/_mcp"
}
}
}
OAuth login happens automatically on first connection.
Any MCP client
Point your client to https://planner.monopoly-gold.com/_mcp — the server supports MCP discovery and standard OAuth 2.1 flow.
Directory listings
Links
License
Proprietary. Planner is a hosted service — this repository contains documentation only.