An open-source skill suite from Mission Built
Two skills. One server. Know what moved before you open your inbox. Know if your epic is ready before you commit the team.
Connect
claude mcp add loadout https://mcp.missionbuilt.io/sse
Add to claude_desktop_config.json:
{
"mcpServers": {
"loadout": {
"url": "https://mcp.missionbuilt.io/sse"
}
}
}
https://mcp.missionbuilt.io/sseServer-Sent Events (most common)https://mcp.missionbuilt.io/mcpStreamable HTTP (newer clients)The Warmup
A daily intelligence brief for the first coffee. Three modes — CISO, Product Leader, Custom — each pulling from a curated source suite, running link safety verification, and rendering into a live artifact. One summary line in chat. The brief is the artifact.
First time? Say warmup setup. Every day after that, say run warmup.
warmup_get_skillReturns the full SKILL.md frameworkwarmup_list_modesReturns the three modes with section descriptionswarmup_get_templateReturns the canonical Iron Log HTML engine for brief renderingwarmup_setupPrimes the agent to run the setup flowwarmup_runPrimes the agent to generate the briefwarmup_configPrimes the agent to manage sources (add / remove / exclude)The Spotter
A structured review framework for B2B product epics. Nine lenses — from user empathy to trust and governance — each graded ✓ / ⚠️ / ✗. Lens 1 is the foundation. Lens 9 is the gate. The output is a verdict, a set of targeted flags, and an offer to work through every gap.
Paste an epic and say run the spotter. Or start from scratch with help me build an epic for [feature].
spotter_get_skillReturns the full SKILL.md frameworkspotter_list_lensesReturns the nine lenses with weight notesspotter_get_examplesReturns 64 worked examples with teaching notesspotter_get_calibration_epicReturns the synthetic calibration epicspotter_reviewPrimes the agent to review an epicspotter_buildPrimes the agent to build an epic from scratchspotter_iteratePrimes the agent to push a draft forwardShared tools
loadout_whoamiReturns the authenticated user's name and emailloadout_get_brand_cssReturns the Mission Built design CSSYour config
The Warmup reads your profile, sources, and interests from WARMUP.md at your project root — gitignored, never leaves your machine. Copy WARMUP.example.md from the repo to see the schema, or say warmup setup and the skill writes it for you.
Open source
The Loadout ships under MIT. Use it commercially, adapt it for your team, embed it in your own product. Source lives in The Loadout repo on GitHub.