auto-resumelisted
Install: claude install-skill appautomaton/automaton
# auto-resume
Session recovery. Rebuilds context from durable artifacts, not memory or guessing.
First action: run `node .agent/.automaton/scripts/get-context.mjs` from the project root.
## Preamble
auto-resume rebuilds context from durable artifacts, not from the user's description or the agent's training data. It does not modify artifacts, advance the stage, or start new work. It loads canonical artifacts in dependency order (spec first, then design, then plan) and reports what it found, what was blocked, and what comes next.
Loading discipline: start with artifacts needed for the current stage. Read project files when understanding the codebase helps rebuild accurate context for the next action. Read `.agent/.automaton/references/CONTEXT-BUDGET.md` when wider reads threaten context pressure.
## Quality Gate
Before producing the recovery summary:
- Trust durable artifacts over memory.
- Report stale pointers plainly.
- Recommend a next skill only when recovered state has incomplete or blocked work. For verified completion, report no next lifecycle skill.
- Read `references/quality.md` when the summary becomes narrative recap.
## Do
### Load State
Read `.agent/.automaton/references/ARTIFACT-LIFECYCLE.md` for recovery order, stale-pointer handling, and stage handoffs.
<STOP>
Halt and report when:
- `.agent/` does not exist or `current.json` is missing.
Recommend `auto-onboard` and stop. Do not attempt recovery without a state file.
</STOP>
If work is complete or