An open-source skill from Mission Built
A skill for reviewing, building, and iterating on B2B product epics. Hosted as an MCP server for any agent that wants the framework.
What this is
A spotter in powerlifting watches your form, catches the bar if something breaks down, and gives you the confidence to attempt a lift you couldn't safely attempt alone. They lift you, not the bar.
This skill does the same for an epic. It walks the work through nine product-leadership lenses — empathy, competitive landscape, strategic differentiation, solution approach, holistic impact, packaging, launch readiness, post-launch ownership, and trust/governance/auditability — and produces structured feedback in the critique-not-criticism tradition. Every flag is "you could strengthen this by..." Never "you missed."
The PM still owns the lift. The Spotter is just there to lift them.
Connect
claude mcp add spotter https://spotter-mcp.missionbuilt.io/sse
Add to claude_desktop_config.json:
{
"mcpServers": {
"spotter": {
"url": "https://spotter-mcp.missionbuilt.io/sse"
}
}
}
https://spotter-mcp.missionbuilt.io/sseServer-Sent Events transport (most common)https://spotter-mcp.missionbuilt.io/mcpStreamable HTTP transport (newer)Once connected, ask your agent: "run the spotter on this epic" and paste an epic. The framework loads from this server; your agent does the reasoning.
Tools exposed
spotter_get_skillReturns the full SKILL.md frameworkspotter_get_examplesReturns 64 worked lens examplesspotter_get_calibration_epicReturns the synthetic test epicspotter_list_lensesReturns the nine lenses with weightsspotter_get_brand_cssReturns the Mission Built design CSSspotter_reviewPrimes review mode on a pasted epicspotter_buildPrimes build mode for a new epicspotter_iteratePrimes iterate mode on a draftOpen source
The Spotter ships under MIT. Use it commercially, adapt it for your team, embed it in your own product. The skill markdown is in The Loadout repo on GitHub alongside the source for this MCP server. Full attribution to the open-source skills and product writers whose thinking informed it lives in spotter/ATTRIBUTION.md.
Customize for your team by adding a CLAUDE.md at your project root with your tier names, competitor set, and product taxonomy. The skill stays generic; your context stays local.