# Recall

> Rebuild current working context for a topic from scoped Codex task history, repository state, and available shared records. Use for $recall, catch-me-up requests, or resuming earlier work.

- Skill: `vaibtan/recall` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add vaibtan/recall`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vaibtan/recall/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: Vaibtan (https://skillmd.com/u/vaibtan)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/vaibtan/recall

---


# Recall

Reconstruct state without treating old summaries as current truth.

1. Use the current conversation and repository first. Inspect status, recent commits, plans, handoffs, and task-relevant source.
2. Use Codex task or memory tools only when available and relevant. Resolve the exact task before reading it. Never scan unrelated task histories or guessed transcript paths.
3. Build a short timeline of decisions, completed work, open work, and verification evidence.
4. Verify drift-prone claims against the current repository or external system when the check is cheap and authorized.
5. Return the present objective, current state, next concrete step, open decisions, and evidence boundaries.

Label facts taken from older records when they were not refreshed. Do not mutate the repository or continue the old task unless the user asked to resume work.

