pstack: add recall and blast-radius skills#135
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
two new skills, a version bump, and README rows.
/recallrebuilds your recent working context on a topic from two records: your own chat history (mined in parallel by subagents) and the shared record thewhyskill 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; composeswhyandautomate-me./blast-radiusmaps 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; composeshow,why,arena, andunslop.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.
/recallrebuilds recent working context before start or resume: parallel mining of localagent-transcripts, optional shared-record sweep viawhyinvestigators (reframed for current state),git/ghverification, then a fixed brief (capsule, status-tagged threads, problems, next move). Routes away fromsession-pickupandautomate-mewhen those fit better./blast-radiusfocuses 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.” Composeshow,why,arena, andunslop.Reviewed by Cursor Bugbot for commit d7f9a4d. Bugbot is set up for automated code reviews on this repo. Configure here.