← ClaudeAtlas

recalllisted

Retrieve a handoff document from mempalace (wing=<project>, room=handoff, drawer=<name>) to resume work in a fresh session, and optionally run its next prompt. With no argument — or `next` — it resumes the reserved `next` handoff and runs its continuation without asking. Use to continue after a session that exceeded ~60% context.
virajp/ai-plugins · ★ 1 · AI & Automation · score 78
Install: claude install-skill virajp/ai-plugins
# recall — Resume Work from a Handoff Retrieve a handoff written by `/vwf:handoff` and reconstruct enough context to continue the work in **this fresh session**. **When to use:** at the start of a new session when the previous one grew **beyond ~60% context** and you want to continue with a clean window. ## Inputs | Input | Source | | ----------- | ------------------------------------------------------- | | `<name>` | `$ARGUMENTS` — the handoff drawer name. Empty → `next`. | | `<project>` | the **wing**, resolved from the repo (see step 1) | ## The `next` handoff `next` is the reserved "resume where I left off" handoff `/vwf:handoff` writes by default. Recalling it differs from a named recall in two ways: - **It lives on both surfaces** — the mempalace drawer and the committed `docs/handoffs/next.md`. Read whichever resolves; if both do and they disagree, the **more recent `Date`** wins. - **Its continuation runs without a gate** — step 4 executes the Next prompt instead of asking. That is the whole point of `next`: one command resumes the work. It is **left in place** afterwards; the following `/vwf:handoff` (or `/vwf:handoff next`) overwrites it. --- ## Pipeline ### 1. Resolve the project (wing) Resolve `<project>` from the repo identity **exactly as `/vwf:handoff` does** (so they agree): prefer the `origin` remote repo name (`git remote get-url origin`, stripped of host/owner/`.git`), else