A loadout is a ready-to-run job for an AI agent: the playbook, tools, guardrails, examples, and success criteria packaged into one portable markdown file. MCP gives agents tools β a loadout tells them how to use those tools to win the job. One file. Any MCP client.
Workflows do steps. Loadouts do jobs.
The market has settled the easy question β AI can control your apps through MCP. The hard question is whether it knows how to run the job well: a workflow says "when X, do Y"; a loadout says "here's how to win this whole outcome."
No context, no gate. "Done" just means it ran out of steps β it fires again tomorrow whether it worked or not.
Interviews you first, stops at the gate for approval, and proves the job is done with a verifiable check.
Everything else in the format bends. These don't.
The file opens with a config interview β and the agent only asks what it can't discover from the file, the conversation, its memory, or the account itself. In a chat, these are questions; in a dashboard, the same lines render as a form. One artifact, two front-ends.
Before anything irreversible β a send, a post, an automation β the workflow stops and a human approves. A loadout without a gate is a script, not a loadout.
βDone meansβ must be checkable β name the read tool that proves the work happened. No vibes-based completion.
Seven parts, in order. Full section reference in the spec README.
# <Name> β Loadout ```yaml loadout: <slug> # required β stable id mcp: <server url> # required β the MCP this file drives tier: <access tier> # optional cadence: weekly # optional β rhythm if run as a recurring loop ``` **The job:** one paragraph. The outcome, in the operator's language. ## Before you run β ask the user Only ask what you don't already know. Check the Config, the conversation, memory, and the account first. Confirm inferences in one line. 1. **Who is this for?** (hint) 2. **What's the asset?** (name + URL) ## Config ```yaml audience: # keys become stable form-field ids asset: ``` ## Steps ### 1. See β call `a_real_tool`, study the signal ### 2. Decide β rank, filter, dedupe against history ### 3. STOP β approval gate β Present everything. Nothing irreversible happens past here without a human. ### 4. Act β only what was approved Β· ### 5. Close the loop for next run ## Never - The hard boundaries. No fabrication. No acting without approval. ## Done means - Verifiable β name the read tool that proves it (`list_actions`, β¦)
Not a hypothetical β this file runs against a production MCP. It interviews for config, studies live market signal, learns the account's voice from its own post history, drafts with the capture automation attached, and stops at the gate for approval.
Connect the MCP named in the file's header, then paste the whole file into your agent with this:
Works in Claude, ChatGPT, Cursor, or any MCP client. Dashboard runtimes render the same file as a form + checklist + approval queue β Apex by LeadShark is the reference runtime the format was proven against.
Paste a loadout.md β checked against the v0.1 spec, entirely in your browser. Nothing leaves this page.