AILoadout
OPEN STANDARD · AILOADOUT/0.2-DRAFT

One file.
One ready job.

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.

Public draftAILoadout v0.2 draft
WHY IT EXISTS

A job, not another prompt

The format makes the whole job understandable before an AI runs it.

01

Job-first

A Loadout owns an outcome, not a vague role or a collection of unrelated capabilities.

02

Portable core

Critical instructions travel inside readable Markdown; executable dependencies remain inspectable references.

03

Risk-aware

Read-only, reversible, external and destructive work declare different risk and approval requirements.

04

Verifiable

Declared outcome states and “Done means” make completion checkable instead of subjective.

ANATOMY

The complete shape

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
SEVEN RESOURCE TYPES

Composable without hiding the source

Inline instructions stay portable. Skills and MCP tools must remain inspectable.

01

Prompt

The task instruction carried inline.

02

Rule

Boundaries and standards carried inline.

03

Skill

Specialized method referenced to an inspectable source.

04

MCP

External tool capability with source, install and access metadata.

05

Agent

A delegated role, inline or referenced.

06

Knowledge

Facts or files, inline or referenced.

07

Template

Reusable input or output structure carried inline.

COMPARE

Where a Loadout sits

These formats work together; a Loadout packages them around one outcome.

FormatWhat it providesWhat it does not provide
PromptOne instructionThe complete job, dependencies and verification
SkillA reusable methodA job-specific outcome and workflow
MCPAccess to tools or dataJudgment about how to finish a job
WorkflowA sequence of stepsThe full portable package and provenance
LoadoutThe job, resources, safety, workflow and done criteriaA new AI model or hidden runtime
SOURCE OF TRUTH

Public draft, public evidence

The website explains the standard. GitHub remains the public, inspectable source for the normative specification and validator.