restore-contextlisted
Install: claude install-skill JeelVankhede/agentsmyth
# Restore Context
## Purpose
Rebuild the current lifecycle state from durable evidence instead of chat memory.
This is a read-only power skill. It resolves slug/version, walks the artifact chain, reads orchestration state, checks blockers and coverage, inspects git state, summarizes external/source references, and recommends the next lifecycle action.
## Invocation Context
Use this skill when:
- resuming a lifecycle chain
- handling a user answer after a pause
- the user says "continue", "where were we", or names a slug/branch/artifact/source
- a phase needs to verify upstream state before proceeding
- the agent suspects local memory is stale or incomplete
- another skill invokes restore-context to verify an upstream artifact chain before proceeding
## What To Load
**Foundation** (confirm in context; load if not already present):
- Root `AGENTS.md`
- `workflow/router.md`
- `workflow/lifecycle.md`
- `workflow/rules.md`
**Minimum for invocation**:
- This file
- `references/output-schema.md`
**Before starting work**:
- `references/chain-walker.md` — to know how to walk the artifact chain
**Load when the step requires it**:
- `references/artifact-reader.md` — when reading individual lifecycle artifacts
- `references/git-walker.md` — when inspecting repository git state
- `references/source-of-truth-reader.md` — when the active chain references source-of-truth config
- `references/blocker-reader.md` — when extracting blockers from artifact frontmatter
- `references/summ