Start with any shape of work
Use a simple bucket of tagged tasks, a list, cards, or custom swimlanes. The system should adapt to the team instead of forcing a ceremony.
Quick start and knowledgebase
The fastest path is simple: capture work in whatever shape the team understands, then progressively add contracts, context, policies, time tracking, reminders, and evidence requirements until the work is safe for humans or agents to execute.
How to start
Use a simple bucket of tagged tasks, a list, cards, or custom swimlanes. The system should adapt to the team instead of forcing a ceremony.
Admins can model backlog, ready, in progress, review, done, customer validation, human blocked, or any other lane the workspace needs.
Add scope, non-goals, constraints, expected output, evidence requirements, approval rules, and allowed tools before a human or agent starts.
Give agents the exact files, docs, repo hints, decisions, and environment notes needed to complete the task without guessing.
Warn when tickets have no expected completion date, no recent update, overdue due dates, missing evidence, or time logged over estimate.
Codex, Claude Code, Cursor, Cowork, and other compatible tools can discover ready work and fetch task contracts through the remote MCP endpoint.
Migration playbook
Teams moving from Jira, Linear, or Azure DevOps should not throw away working habits. Preserve the useful tracking data, then add task contracts, context packs, execution policy, readiness queues, and Evidence-based Done before agents start work.
From Jira
Keep
buildr-plannr upgrade
Setup path
Agent readiness gate
Imported Jira work is agent-ready only after the contract, context pack, execution policy, and evidence requirements are complete.
Execution control
Use scoped MCP/API tokens and approval gates before agents mutate imported Jira work.
From Linear
Keep
buildr-plannr upgrade
Setup path
Agent readiness gate
Imported Linear work is agent-ready only when the issue explains what an agent may do, what context is trusted, and what proof is required.
Execution control
Use readiness queues, run quota, and MCP workspace customization so coding agents do not assume the old Linear workflow shape.
From Azure DevOps
Keep
buildr-plannr upgrade
Setup path
Agent readiness gate
Imported Azure Boards work is agent-ready only after dependencies, target dates, context, policy, and verification evidence are explicit.
Execution control
Use execution policy and approval gates when agents touch repositories, environments, billing surfaces, or customer-facing work.
MCP quickstart
Give coding tools a governed way to ask what to do next. The remote MCP surface starts at /api/mcp. Agents authenticate with scoped planner API tokens and fetch workspace customization, ready work, task contracts, context packs, issue search, status updates, comments, time logs, evidence, and approvals without leaving their coding tool.
initialize
MCP JSON-RPC method supported by the planner endpoint.
tools/list
MCP JSON-RPC method supported by the planner endpoint.
tools/call
MCP JSON-RPC method supported by the planner endpoint.
Client setup guides
Coding agents working in a repo checkout.
Use an agent-scoped token for autonomous runs and a user-scoped token for assisted human sessions.
Setup
Verify
Capabilities: workspace customization, ready work discovery, agent claim queue, claim leases, agent status posts, claim cancellation, task contracts, context packs, comments, time logging, evidence.
Terminal-based coding assistants that can call remote MCP tools.
Prefer a narrow agent token with read-work, read-context-pack, comment, and evidence scopes first.
Setup
Verify
Capabilities: workspace customization, tool discovery, claim leases, task contracts, agent comments, approval requests, evidence.
IDE users who want issue context next to code changes.
Use per-workspace tokens; rotate them when an IDE workspace is shared or handed over.
Setup
Verify
Capabilities: workspace customization, issue search, claim leases, agent status posts, context packs, status updates, time logging, approval requests.
Team agents that claim and execute queued work.
Use an agent token pinned to the Cowork agent ID so it cannot post as another actor.
Setup
Verify
Capabilities: workspace customization, ready work discovery, agent claim queue, claim leases, claim cancellation, status updates, comments, approval requests, evidence.
Any MCP-compatible client that can call streamable HTTP JSON-RPC.
Choose the narrowest token scope that allows the client to perform its exact workflow.
Setup
Verify
Capabilities: workspace customization, initialize, tools/list, tools/call, claim leases, search, read-only onboarding.
Knowledgebase
This finder uses curated static answers and keyword matching only. It does not send questions to an AI model, so teams can rely on repeatable onboarding guidance.
Guide
Jira, Azure DevOps, and Linear track work for humans. buildr-plannr prepares work so AI agents can safely execute it: every issue can carry a task contract, context pack, execution policy, approval history, evidence requirements, time signals, and remote MCP access from the same source of truth.
Guide
Use workspace statuses to model your real process: backlog, ready, ready for agent, in progress, needs human input, review, customer validation, done, or any custom lane your team needs. Saved views and filters let each user keep a board, list, or tag bucket that matches their job.
Guide
Start with the smallest useful workflow: choose the visible swimlanes, create one saved view for human work, create one saved view for agent-ready work, define the reminder policy, then add API tokens only for tools that need MCP access.
Guide
Migrate in two passes: keep the useful human tracking data first, then add the agent execution layer. Import active issues, map familiar statuses into swimlanes and saved views, preserve useful links and comments, then require task contracts, context packs, execution policy, and evidence gates before imported work becomes agent-ready.