Agent Session Protocol · V3

Continue the work.

A lightweight continuity protocol for agent work that outlasts a single context window, session, or repository.

Continuity means knowing what is true, what was decided, and what comes next.

Fresh context. Durable progress.

The protocol keeps small, differently-changing truths in separate files instead of asking a new agent to reconstruct the project from chat history.

01 · RECOVER

BOOT

The repeatable procedure for entering a repository and verifying its handoff.

02 · ORIENT

STATE

Machine-readable truth about the active task, decisions, and current checkpoint.

03 · PRIORITIZE

QUEUE

The durable task that owns attention across many bounded sessions.

04 · CONTINUE

NEXT

The one authorized slice of work, with evidence gaps and scope fences.

A queue is not a session.

Long-lived priorities and immediate authority are different things. The protocol makes that distinction explicit.

  1. 01BOOTRecover the procedure.
  2. 02STATELoad current truth.
  3. 03QUEUEName the durable task.
  4. 04NEXTBound the next action.
  5. 05CHECKPOINTCommit evidence coherently.
Agent Session Protocol continuity loop

View the full-size explainer · Open the current protocol

Built in FastImg. Extracted for the next project.

The first version was a resume file in FastImg. It became separate recovery, state, next-work, and evidence artifacts; the reusable protocol followed. The implementation story explains what those files had to survive.

Read the implementation story →

An AlgoPlay project