Job-first
A Loadout owns an outcome, not a vague role or a collection of unrelated capabilities.
An AI Loadout is a portable Markdown file that tells an AI what the job is, what it needs, which steps to follow, when to stop for approval, and how completion is verified.
The format makes the whole job understandable before an AI runs it.
A Loadout owns an outcome, not a vague role or a collection of unrelated capabilities.
Critical instructions travel inside readable Markdown; executable dependencies remain inspectable references.
Read-only, reversible, external and destructive work declare different risk and approval requirements.
Declared outcome states and “Done means” make completion checkable instead of subjective.
The website may present this as a simple flow, but the portable file keeps the full structure below.
Loadout ├── Purpose ├── Expected Outcome ├── Supported Platforms ├── Prerequisites ├── Resources │ ├── Prompt · Rule · Skill │ ├── MCP · Agent │ └── Knowledge · Template ├── Workflow └── Creator · Version · License
Inline instructions stay portable. Skills and MCP tools must remain inspectable.
The task instruction carried inline.
Boundaries and standards carried inline.
Specialized method referenced to an inspectable source.
External tool capability with source, install and access metadata.
A delegated role, inline or referenced.
Facts or files, inline or referenced.
Reusable input or output structure carried inline.
These formats work together; a Loadout packages them around one outcome.
| Format | What it provides | What it does not provide |
|---|---|---|
| Prompt | One instruction | The complete job, dependencies and verification |
| Skill | A reusable method | A job-specific outcome and workflow |
| MCP | Access to tools or data | Judgment about how to finish a job |
| Workflow | A sequence of steps | The full portable package and provenance |
| Loadout | The job, resources, safety, workflow and done criteria | A new AI model or hidden runtime |
The website explains the standard. GitHub remains the public, inspectable source for the normative specification and validator.