devplane

The explainer · read first

What DevPlane is. Unambiguously — for the people who'd have to commit to it.

This page is for alignment, not persuasion. If you're deciding whether to install DevPlane, build on it, study it, or back it, you should leave knowing exactly what it is, what it isn't, and where it's going — every claim carrying its own picture, and every gap marked rather than faked.

01 · What it is

Lead with the job it does.

DevPlane is a local-installed dashboard plus a CLI (dp) and an MCP server that coordinate assignments, agents, and completions across the full multi-tool agent ecosystem. One operator sits above a fleet of heterogeneous tools — Cursor, Claude Code, Codex, Replit, custom agents — and DevPlane is the layer between them: the board they all report to, and the instrument that records the coordination itself.

The cockpit layerone operatorDevPlanekanban · claims · dispatch · completion-block protocol · MCPCursorClaude CodeCodexReplitcustom agentscoordination-event logcontinuous production telemetry — the research instrument
The same surface that runs daily operations emits the event log that grounds the C1 study.

02 · Why it's different

The pain it removes, versus the obvious substitutes.

AI coding tools advertise productivity from the agent side — lines produced, tasks completed, time-to-PR. If the Ironies of Automation(Bainbridge, 1983) are operative — operator vigilance falling as agent reliability rises — those numbers systematically overstate the net effect, because the operator's real work is invisible to them.

What agent-side metrics see

What the operator actually does

Lines & diffs produced
Which of four agents to trust on this card, and when to stop trusting it
Tasks completed / time-to-PR
Re-deriving context the agent dropped between sessions
A single tool's dashboard
The handoff seams between tools that no dashboard owns
Agent reliability, rising
Operator vigilance, quietly falling as reliability rises
If the Ironies of Automation are operative, the left column overstates the right column's cost.

So the distinction isn't “another agent dashboard.” It's the missing operator-side cockpit — and the difference is sharpest against the three things people reach for instead:

vs. project managers (Linear, Jira)

They track tickets and people. DevPlane tracks assignments, agents, and completions across tools — and measures the coordination itself. Different layer.

vs. a single tool's dashboard

Cursor's view ends at Cursor. The operator runs four tools at once; the load lives in the seams between them, which no single dashboard can see.

vs. a spreadsheet / by hand

A spreadsheet can list the work. It can't enforce a two-phase handoff, emit a typed completion, or produce a continuous event log fit for a pre-registered study.

03 · How it works

Inputs → method → outputs, concretely.

Inputs: assignments (cards), and the agents that run them, wherever they live. Method:a multi-tool kanban with claim semantics (an agent claims territory with a TTL, so parallel agents don't collide), a two-phase actor handoff (builder ships → reviewer audits, and the reviewer's transition requires an artifact the builder can't produce), and a completion-block protocol. Outputs: a coordinated dispatch and a continuous, queryable coordination-event log.

One assignment, end to end

  1. Card
  2. Claim
  3. Build
  4. Completion-block
  5. Review
  6. Merge

A failed review doesn't close the card — it opens a repair cycle (review → rework → re-review), so the loop is cyclic, not linear. The completion-block is the gate: no card advances on free text.

04 · What it enables

Concrete moves a practitioner would recognize.

  • Dispatch a cloud agent (e.g. Cursor) straight from a card and track the run to a PR.
  • Run several agents in parallel without collisions — claims arbitrate contention.
  • Close every assignment with a typed completion block, not a free-text note.
  • Query the portfolio: cross-project status, a pattern/capability library, handoffs.
  • Reach the same primitives from the terminal (dp) or from an agent (MCP tools).
  • Produce research-grade telemetry as a by-product of doing the work.
Four tool dashboards, switched between
One board, every assignment on it
Free-text close-outs
Typed completion blocks (status · SHA · follow-ups)
Review you have to trust
A handoff that needs an artifact the builder can't fake
Coordination you can feel but not see
A continuous, queryable event log

The load-bearing artifact behind all of it is the completion block. Here is one, shown end to end rather than described:

A completion block (illustrative)

card → done

{
  "asn": "DP-176",
  "agent_id": "cursor-cloud-7f3a",
  "status": "done",
  "sha": "173b702",
  "summary": "Aligned the 'two surfaces, one product' framing across internal docs.",
  "follow_ups": ["devplane-site /explain section (Explainer Standard)"],
  "blockers": [],
  "coordination_events": 14
}
Every assignment ends in a structured object like this — not a free-text note. It is what advances a card, what references the SHA, and what (via coordination_events) feeds the log. One honest output shown in full beats a dozen asserted capabilities.

05 · How it fits

Dependencies, data flow, and where it sits in the portfolio.

DevPlane is the engineer-facing half of a “two surfaces, one product” story. devplane.dev speaks to engineers; Performix /ai speaks to business operators weighing AI-transformation readiness. They are two faces of the same underlying capability — the shared data-substrate / AI-ETL layer that prepares real organizational data for use.

Two surfaces, one productdevplane.devfor engineerscoordination cockpit · CLI · MCPPerformix /aifor business operatorsAI-transformation readinessone shared data substratethe AI-ETL / measurement capability both surfaces are built on
devplane.dev and Performix /ai are two faces of the same capability — different audiences, one substrate.

One boundary, stated plainly so it isn't over-read: Performix's diagnostic engine is psychometrics, not an LLM — AI is the consumer doing substrate preparation, not the thing doing the measuring. DevPlane and Performix share the framing and the substrate; they do not share internals beyond that. See the operator surface →

06 · Packaging & status

Pre-chasm honest: where this actually is.

Pre-1.0 · research preview · self-installed

DevPlane is a local-installed tool used daily by its author. The CLI ships; the dashboard runs at localhost:4000; the MCP server exposes the coordination primitives to agents. There is no multi-tenant hosted product yet — the pattern is being stabilized in production-of-one before it's opened to a broader installer base. No pricing, no scale claims we haven't earned.

Shipped
  • CLI (dp)
  • Local dashboard
  • MCP server
  • Cursor dispatch
  • Completion protocol
  • Library v0.1
In flight
  • Coordination-pill extraction
  • Multi-source ingest
  • Hosted dashboard
Planned
  • Multi-tenant SaaS
  • External operator cohort
  • Library query surface

Where it's going. DevPlane is also the apparatus for a pre-registered field study (C1) of risk compensation in human-AI coordination — the lead arm of a research program on coordination cost. The instrument and the product are the same surface: as the tool earns a wider installer base, the study earns a larger sample. That dual role is the point, not a side effect. Read the research program →

Next step

If the cockpit is the thing you've been missing.