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.
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
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
- Card
- Claim
- Build
- Completion-block
- Review
- 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.
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
}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.
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.