Plan by importance,
not just status and let your AI agents help.

A Kanban + value/effort matrix that small teams actually use, with first-class MCP integration so AI agents can read and update your backlog as they work.

Invite-only, open registration
pt.boxof.fish / matrix
Value  →
Big Bets Quick Wins Avoid Fill-ins
WEB-12
MCP write-tools
API-04
Opaque API keys
API-07
Rate limit
APP-21
Milestones filter
APP-31
Search highlight
DOC-03
Quickstart guide
OPS-18
SSO/SAML
UI-09
Emoji reactions
LEG-02
Dep. graph v3
←  Effort
High priority Backlog
28 items · 4 milestones · synced 2s ago
Features

Just enough tracker. Nothing you'll have to unlearn.

Two views, shared data, an audit trail, and a typed API surface that humans and agents can both drive.

01

Value / Effort / Desirability matrix

Drag items into a 5×5 grid. Quadrants: Quick Wins, Big Bets, Fill-ins, Avoid. Reorder within cells by importance. Plan once, ship in priority order.

02

Kanban board for execution

Backlog → To Do → In Progress → Review → Done. Drag-drop, subtask progress on parent cards, full-text search, milestone filters. The familiar bit.

03

AI-native via MCP

Agents call typed tools to list, claim, update, and move items. Multi-AI safety conventions baked in. Same surface available to any AI via REST + opaque API keys.

04

Stories + tasks with audit trail

Stories for thinking, tasks for steps, linked. Append-only changeLog plus auto-activity log. Concurrent-safe edits — no clobbering when multiple humans (or AIs) work in parallel.

The differentiator

Built for an AI-augmented backlog.

Most trackers were built for humans clicking buttons. Project Tracker was built knowing AI agents would be writing to it as much as people. Whether your agent speaks MCP, or is anything that can run curl, it reads the backlog, claims items, does the work, and appends to the change log — with conventions that prevent agents stepping on each other.

MCP-native REST + API keys Multi-AI safe
See the AI Setup guide
mcp · tools
get_item { key: "WEB-12" }
// → status: "todo", assignee: null

update_item {
  key: "WEB-12",
  status: "in_progress",
  assignee: "claude-opus"
}
// ... agent does the work ...

update_item {
  key: "WEB-12",
  status: "review",
  changeLog: "Added X to api/src/foo.ts; tests in api/__tests__/foo.test.ts"
}
Audience

Opinionated about who this is for.

If you've bounced off heavier trackers, you're probably in the right place. If you need enterprise governance, you're not — and we'd rather say so up front.

For

YES
  • Founders, indie devs, and consultants juggling multiple projects
  • Product, finance, and ops teams organising their own work
  • Small teams (2–10) tired of Jira's ceremony
  • Anyone using AI agents to get work done

Not for

NO
  • Enterprise sprint orchestration
  • Regulated industries needing SSO/SAML
  • Teams that want a deep dependency graph
  • Anyone selling certifications
Invite-only — registration open

Currently invite-only.
Registration is open.

  1. 1 Register

    At pt.boxof.fish with your email and name.

  2. 2 Check your inbox

    For a temporary password we'll email you.

  3. 3 Sign in

    Choose a real password and start planning.