Skip to content

pstack: add recall and blast-radius skills#135

Merged
poteto merged 1 commit into
mainfrom
pstack/recall-blast-radius
Jun 17, 2026
Merged

pstack: add recall and blast-radius skills#135
poteto merged 1 commit into
mainfrom
pstack/recall-blast-radius

Conversation

@poteto

@poteto poteto commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

two new skills, a version bump, and README rows.

/recall rebuilds your recent working context on a topic from two records: your own chat history (mined in parallel by subagents) and the shared record the why skill searches (source control, issue tracker, chat, error tracking). hands back a tight current-state brief: a capsule, status-tagged threads, recurring problems, and the next move. explicit-invoke; composes why and automate-me.

/blast-radius maps what a change could break beyond the diff (consumers, dependency contracts, lifecycle and timing, serialized boundaries), then proves the one fact it's safe because of by running code instead of asserting it. includes a "how sure are you" trust ladder; any load-bearing safety claim that doesn't reach "ran it" is labeled unproven. explicit-invoke; composes how, why, arena, and unslop.

bumped to 0.9.2 and added both to the skills table.


Note

Low Risk
Documentation and skill playbooks only; no runtime or application code changes.

Overview
Adds two explicit-invoke agent skills and ships them in plugin 0.9.2, with README table rows for when to use each.

/recall rebuilds recent working context before start or resume: parallel mining of local agent-transcripts, optional shared-record sweep via why investigators (reframed for current state), git/gh verification, then a fixed brief (capsule, status-tagged threads, problems, next move). Routes away from session-pickup and automate-me when those fit better.

/blast-radius focuses on breakage grep misses (deps, lifecycle, wire formats), names the one load-bearing safety fact, and requires proof via a “how sure are you” ladder—unproven if it doesn’t reach “ran it.” Composes how, why, arena, and unslop.

Reviewed by Cursor Bugbot for commit d7f9a4d. Bugbot is set up for automated code reviews on this repo. Configure here.

recall rebuilds your recent working context on a topic from your own chat
history plus the shared record the why skill searches, handed back as a
tight current-state brief. blast-radius maps what a change could break
beyond the diff, then proves the one fact it's safe because of by running
code instead of asserting it. both are explicit-invoke. bump to 0.9.2 and
add README rows.
@poteto poteto merged commit e46364b into main Jun 17, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant