← Back to work

PM TOOL · 2025—PRESENT

Ultipad

9 min read

↗ Visit live product

TL;DR

UltiPad is a product management platform built for the AI-coding era. It connects customer feedback, product decisions, roadmaps, and acceptance criteria to AI coding agents — Claude Code, Cursor, Codex — through a native MCP (Model Context Protocol) server. Where every other PM tool stops at delivery, UltiPad closes the full loop: agents read the approved spec before writing a line, then write back their progress, commit references, and completed stories when done. Strategy and delivery finally share a single memory.

Market Scope

The Opportunity

The global project and product management software market is valued at ~$6B in 2024 and growing at ~13% CAGR. But the real inflection point is the AI developer tooling wave layered on top: GitHub Copilot, Cursor, Claude Code, and Codex now collectively serve millions of developers — and none of them have product context baked in.

The Tailwind

Target Market

SegmentProfileSize
PrimaryProduct + engineering teams at AI-first startups (5–50 people) using agent-assisted development~50K teams globally
SecondaryMid-market software companies modernising their PM stack~200K teams
TertiaryEnterprise product orgs with AI dev mandates~20K orgs

The Problem

AI agents build without context — and PMs have no visibility when they do.

Product teams today live with two compounding failures:

1. Agents are flying blind. When a developer prompts Claude Code or Cursor to "build the onboarding flow," the agent has no access to the customer feedback that motivated it, the product objective it serves, the acceptance criteria the PM wrote, or the decisions that were already made and rejected. It guesses from the code alone. The result is technically correct but strategically wrong — and the PM finds out in review.

2. The strategy-to-delivery chain is broken. Customer feedback lives in Intercom or Notion. Product decisions live in Productboard or Confluence. Tickets live in Jira or Linear. Git commits live in GitHub. None of these systems talk to each other, and none of them talk to AI coding agents. Every handoff is a lossy copy-paste. Context evaporates. By the time a feature ships, nobody can trace it back to the customer signal that justified it.

The symptoms teams feel:

Personas

Primary — The AI-Era Product Manager

"I own the roadmap. I don't own the agents. But I'm the one asked why what shipped doesn't match what customers asked for."


Secondary — The Engineering Lead Who Also PMs

"We move fast. I'm writing the spec and reviewing the PR. I need the agent to already know what we're building."


Tertiary — The VP Engineering Tracking AI Output

"How much of our code is AI-written? Are agents building against spec or going rogue?"

The Solution

UltiPad is the product intelligence layer that sits between customer signals and AI coding agents. It does three things no other tool does together:

1. Capture — Close the feedback loop

Customer feedback flows in (from CRM, email, support, or manual entry), gets triaged, scored for impact/effort/confidence, and linked as evidence to the ideas it supports. Every idea has a traceable chain: customer said this → we prioritised it because of that → here's the spec → here's the commit.

2. Decide — One place for product decisions

3. Deliver — Agents work with product context, not against it

UltiPad's 27-tool MCP server gives any MCP-compatible agent (Claude Code, Cursor, Codex, Claude Desktop) direct read/write access to the full product graph:

The agent starts a session, reads the product context, builds against the approved spec, and closes the loop when it commits. The PM sees it happen in real time.

Why Now

Three forces converged in 2025 that make this the right moment — and make waiting costly:

MCP became the universal agent interface

Anthropic open-sourced the Model Context Protocol in late 2024. By mid-2025, Claude Code, Cursor, Codex, Claude Desktop, and a growing set of IDEs all support it natively. This created a standard pipe between AI agents and external tools — one that didn't exist 18 months ago. UltiPad was built on this pipe from day one, not retrofitted onto it.

AI-assisted development crossed the mainstream threshold

AI coding tools went from "curious early adopters" to "default workflow" for professional engineers in 2024–25. Teams are now measuring what percentage of their codebase is AI-generated. The question has shifted from "should we use AI agents?" to "how do we manage what AI agents build?" That's a product management question.

Existing PM tools weren't built for this

Productboard, Jira, Linear, and Notion were designed when developers were the only readers of a spec. None of them have MCP servers. None of them have write-back from agents. None of them track which commits came from AI. They're great tools for human-to-human handoffs. They're blind to human-to-agent handoffs. The window to establish a new category leader is open now — before the incumbents bolt on half-solutions.

The cost of the status quo is compounding

Every month a team ships AI-coded features without product context is a month of untraced decisions, misaligned output, and lost customer signal. The longer the gap, the harder it is to retrofit accountability. Teams that adopt UltiPad now build the habit and the data asset simultaneously.

Differentiation

UltiPad doesn't compete on features PMs already have. It wins on the one layer nobody else built.

CapabilityUltiPadProductboardJiraLinear
Feedback → idea evidence linkingPartialPartial
Impact/effort/confidence scoringPartialPartial
Now/Next/Later roadmaps + OKRsPartialPartial
Auto-generated user stories + specsPartialPartialPartial
Human-approved agent build contracts
MCP server with product context + write-backPartialPartial
AI code attribution — lines per idea, per commit
Delivery scorecards + skill-will team matrix
Client/stakeholder portalsPartial
PricingFree (beta)~$25+/maker/mo~$8–17/user/mo~$8–14/user/mo

The moat: three things no competitor has combined

Agent Spec (build contract). A PM drafts the implementation spec inside UltiPad; an AI can draft a first version in seconds. A human approves it. Only then does the agent pull it via get_agent_spec. This is the first human-in-the-loop gate between product intent and AI execution.

Write-back MCP. Most tools expose read APIs. UltiPad's MCP is bidirectional: agents read context AND write progress, commits, stories, and stage moves back. The PM's board updates as the agent builds. No webhook setup, no integration tax.

AI Dev Cost tracking. Every add_commit_ref call records additions, deletions, and files changed alongside the agent model that made them. UltiPad's Reports tab shows exactly which ideas drove the most AI-generated code — and what it cost in compute. No other product management tool has this.

Product Architecture

UltiPad is a Next.js 15 full-stack app deployed on Vercel, live at ultipad.vercel.app. Version 0.2.

Core Modules

ModuleWhat it does
IdeasBacklog + workflow stages, impact/effort/confidence scoring, custom fields, idea types, user stories, agent spec drafting + approval
FeedbackInbox for customer signals, link-to-idea evidence chain, state triage (inbox → reviewed → archived)
RoadmapNow/Next/Later initiative board, linked to OKRs and ideas
OKRsObjectives with key results, initiative → KR linking
ReportsIdeas analytics, feedback trends, OKR progress, AI Dev Cost (commits × model × idea)
MCP Server27-tool HTTP MCP endpoint at /api/mcp; auth via API key; supports Claude Code, Cursor, Codex, Claude Desktop
CoPilotIn-app AI assistant with slash-command skills library for spec drafting, story writing, feedback triage
PortalsPublished roadmaps and stakeholder views (public, read-only links)
TeamRole-based access, product-scoped membership, admin permissions UI
WebhooksGitHub push → auto-link commits to ideas via message pattern (idea 12 / #12)

Tech Stack

Traction & Roadmap

What's shipped (as of September 2026)

UltiPad is live in production and used to manage its own development — every feature is built by the product itself (dogfood-first).

Shipped in the last 6 months:

Roadmap (Now → Next → Later)

Now

Next

Later

Build philosophy

Every feature is built using UltiPad's own MCP workflow: idea created, agent spec approved, Claude Code builds against the spec, commits linked back. The product is its own proof of concept.

Business Model

Current

Free during beta. UltiPad is onboarding teams by waitlist to build usage data, validate the MCP workflow, and refine the core loop. No paywalls during this phase.

Planned monetisation

TierTargetPrice signal
FreeIndividuals, solo founders, OSS projects$0 forever — full MCP access, 1 product, limited ideas
Team5–25 person product + eng teams~$20–30/maker/month — multiple products, full reports, AI Dev Cost
GrowthSeries A+ companies scaling AI-assisted development~$50+/maker/month — SSO, audit log, advanced evals, custom webhooks
Enterprise200+ person orgs with compliance + governance needsCustom — SLA, dedicated support, on-prem MCP option

Why this model works

Revenue adjacencies