park — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited park (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Save the current work session. Park has two modes. Pick one, write that shape, do not mix.
| Mode | Use when | Heading | Filename |
|---|---|---|---|
| Continuation | Bouncing to a new session, work continues | Parked: | [topic-slug].md |
| Close-out | Work is done, capturing a record before walking away | Wrapped: | [topic-slug]-wrapped.md |
Pick one mode by checking three signals in order. Stop at the first one that resolves.
Pick once and commit. Do not switch modes mid-write.
Session ID: line in the PostToolUse hook context that this plugin injects when agent-meta:park is invoked. Use that value. A Transcript: line may also be present.unknown.CLAUDE.md → ## Handoffs or ## Parking → Location:~/.claude/CLAUDE.md → same lookup.parkinglot/ in project root (verify it is gitignored)Use when the user is bouncing to a new session and the work continues.
~~~markdown
Parked: [Date/time] Session: [session ID] Branch: [branch-name] Worktree: [path if applicable]
unpark [path]
[Tight, specific next-action paragraph. Names files, names skill to invoke,
names the open question to resolve. Copy-paste ready.][What's done, what's in progress, what's blocked. Present tense.]
[Optional. Things the next session needs to resolve.] ~~~
Resume Prompt is mandatory and must be specific. Before writing the file, check the generated prompt: if it reads as filler ("if you want to resume...", "feel free to continue...", "you could pick this up..."), regenerate it with concrete file paths, named skills to invoke, and explicit next actions. Do not write the file with a filler prompt.
Filename: [topic-slug].md
Use when the work is done and the user is walking away. There may be open threads, but no baton-pass.
# Wrapped: [Topic]
**Wrapped:** [Date/time]
**Session:** [session ID]
**Branch:** [branch-name]
**Worktree:** [path if applicable]
## Outcome
[What got done. Past tense. Reference commits where applicable.]
## Key Decisions
- [Decision + brief rationale]
## Relevant Files
- path/to/file.ts (new|modified|read)
## Open Threads
[Optional. Things noticed but not done. One line each.
Surface candidates for beans, but DO NOT auto-create them.]Filename: [topic-slug]-wrapped.md
Close-out has no Resume Prompt and no Next Steps. If you find yourself wanting to write either, the work is probably a continuation: re-check the mode.
For continuation:
Parked to `[path]`.
To resume in a new session, ask Claude:
> unpark [path]For close-out:
Wrapped to `[path]`.
This is a close-out record. To start fresh work that builds on it, reference the file in your next session.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.