Recall
Before you start or resume work, rebuild the recent working context for the
named topic and hand back a short brief: where things stand now and what to do
next. Use it for "catch me up", "where did I leave off", "what have I been
working on", or "recall my work on X".
This workflow adapts pstack's recall without transcript mining. Never read
chat transcripts, raw session logs, agent-transcript directories, browser
history, or another project's private records to reconstruct context. If the
user already gave you a full state capsule (paths, branch, the change), use it
and skip the search.
Records you may read
Context lives in three records. All of them are durable and shared by design.
- Shared memory. The registered memory server (
second-brain when it is
registered) holds handoffs, decisions, corrections, and evidence written at
task closeout. Search it by topic first.
- Live workspace state.
git (branches, log, status, tagged stash entries) and
gh (pull requests, issues, checks, review threads) for the current
repository. Repository-owned handoff, plan, and decision-ledger files count
here, including show-me-your-work ledgers.
- The shared record. Source control history, the issue tracker, long-form docs,
team chat, and error tracking. When the
why skill is installed, hand the
sweep to its per-source investigators and steer the question to "what is the
current state, what was tried and did not hold, and what are users still
reporting". Without why, run the same sweep yourself, one source at a time.
Steps
- Classify, then route. Resuming one specific prior session from its handoff
file is a pickup, not recall. A human-readable summary of your own work is a
different task. Recall loads working context before you act.
- Lock the scope before searching. Pin the window ("recent" is a real range;
default the last 7 days), the topic if named, and the workspace (default the
active one). State the scope back. Never quietly turn "all" into "recent N".
- Search shared memory. Query by topic, then by the artifacts it names
(branch, PR, ticket, file). Keep findings, not records: for each hit, note
the goal, decisions, open threads, corrections, and artifacts, and cite the
record id or path.
- Sweep the shared record whenever the topic names a feature, file,
subsystem, area, or bug. This is the default, not a judgment call. One
investigator per source. Null results are findings. Skip an unavailable MCP
and say so. Skip this step only for pure activity recall with no named
target, where memory and live state are the entire answer.
- Verify against live state. Memory and stale tickets are history, not
current truth. Check every PR, branch, and ticket that steps 3 and 4
surfaced with
git and gh before you report its status.
- Write the brief to the contract below. Group by thread. Stay on the named
topic.
Output contract
Lead with the capsule, then the thread status, then the problems, then the
next move. Deeper detail goes below or gets cut.
- Capsule. At most 5 bullets. What this work is and where it stands overall.
- Threads. One line each, prefixed with exactly one status tag:
[merged #N],
[open PR #N], [in flight <branch>], [verified, uncommitted],
[reverted #N], or [planned, not started]. A thread with no tag is not
done yet, so tag it.
- Problems. At most 5, the recurring ones. Include the symptoms users keep
reporting and any fix that shipped and was reverted, so the next attempt
starts where the last one failed.
- Next move. The single most useful next action, concrete.
An adjacent feature or ticket stays out unless it blocks this one. When the
capsule and thread lines outgrow a screen, cut detail before you cut threads.
Cite memory findings by record id and shared-record findings by their source
(PR number, ticket id, doc link, error-tracker issue). Sanitize private
context before any output that leaves the workspace. Write the brief through
unslop when it is installed.
1---2name: recall3description: Rebuild recent working context for a topic before starting or resuming work, from shared memory, live git and gh state, and the shared record, then hand back a tight current-state brief. Use for "catch me up", "where did I leave off", "what have I been working on", or "recall my work on X". Never mines chat transcripts.4---56# Recall78Before you start or resume work, rebuild the recent working context for the9named topic and hand back a short brief: where things stand now and what to do10next. Use it for "catch me up", "where did I leave off", "what have I been11working on", or "recall my work on X".1213This workflow adapts pstack's `recall` without transcript mining. Never read14chat transcripts, raw session logs, agent-transcript directories, browser15history, or another project's private records to reconstruct context. If the16user already gave you a full state capsule (paths, branch, the change), use it17and skip the search.1819## Records you may read2021Context lives in three records. All of them are durable and shared by design.2223- Shared memory. The registered memory server (`second-brain` when it is24 registered) holds handoffs, decisions, corrections, and evidence written at25 task closeout. Search it by topic first.26- Live workspace state. `git` (branches, log, status, tagged stash entries) and27 `gh` (pull requests, issues, checks, review threads) for the current28 repository. Repository-owned handoff, plan, and decision-ledger files count29 here, including `show-me-your-work` ledgers.30- The shared record. Source control history, the issue tracker, long-form docs,31 team chat, and error tracking. When the `why` skill is installed, hand the32 sweep to its per-source investigators and steer the question to "what is the33 current state, what was tried and did not hold, and what are users still34 reporting". Without `why`, run the same sweep yourself, one source at a time.3536## Steps37381. Classify, then route. Resuming one specific prior session from its handoff39 file is a pickup, not recall. A human-readable summary of your own work is a40 different task. Recall loads working context before you act.412. Lock the scope before searching. Pin the window ("recent" is a real range;42 default the last 7 days), the topic if named, and the workspace (default the43 active one). State the scope back. Never quietly turn "all" into "recent N".443. Search shared memory. Query by topic, then by the artifacts it names45 (branch, PR, ticket, file). Keep findings, not records: for each hit, note46 the goal, decisions, open threads, corrections, and artifacts, and cite the47 record id or path.484. Sweep the shared record whenever the topic names a feature, file,49 subsystem, area, or bug. This is the default, not a judgment call. One50 investigator per source. Null results are findings. Skip an unavailable MCP51 and say so. Skip this step only for pure activity recall with no named52 target, where memory and live state are the entire answer.535. Verify against live state. Memory and stale tickets are history, not54 current truth. Check every PR, branch, and ticket that steps 3 and 455 surfaced with `git` and `gh` before you report its status.566. Write the brief to the contract below. Group by thread. Stay on the named57 topic.5859## Output contract6061Lead with the capsule, then the thread status, then the problems, then the62next move. Deeper detail goes below or gets cut.6364- Capsule. At most 5 bullets. What this work is and where it stands overall.65- Threads. One line each, prefixed with exactly one status tag: `[merged #N]`,66 `[open PR #N]`, `[in flight <branch>]`, `[verified, uncommitted]`,67 `[reverted #N]`, or `[planned, not started]`. A thread with no tag is not68 done yet, so tag it.69- Problems. At most 5, the recurring ones. Include the symptoms users keep70 reporting and any fix that shipped and was reverted, so the next attempt71 starts where the last one failed.72- Next move. The single most useful next action, concrete.7374An adjacent feature or ticket stays out unless it blocks this one. When the75capsule and thread lines outgrow a screen, cut detail before you cut threads.76Cite memory findings by record id and shared-record findings by their source77(PR number, ticket id, doc link, error-tracker issue). Sanitize private78context before any output that leaves the workspace. Write the brief through79`unslop` when it is installed.