recall
Installation
SKILL.md
Recall
Portability (required)
- Read the
pstackcapability contract and the active host adapter before delegation. - Obtain conversation history only through resources the host exposes for the current user and authorized scope. Never assume one transcript directory or schema.
- Use
parallelwith read-onlyexplorehelpers for independent history slices and shared-record sources. - Resolve history mining through
model_role:fast_exploreand final synthesis throughmodel_role:judgment. - When history or helper access is unavailable, use the visible conversation, repository state, and a stated evidence gap rather than inventing memory.
Purpose
Before work starts or resumes, rebuild the user's recent context and hand back a concise capsule of where things stand and what should happen next.
Recall combines two records:
- Personal working history. Goals, decisions, corrections, branches, pull requests, and unfinished threads from authorized prior conversations.
- Shared engineering record. Source control, tickets, documents, team discussion, incidents, errors, and current production or repository state. Use why to search this record.