npx claudepluginhub technicalpickles/pickled-claude-plugins --plugin agent-metaThis skill uses the workspace's default tool permissions.
Capture current session state for review without parking.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Capture current session state for review without parking.
━━━ Session Snapshot ━━━
Focus: [Current focus/goal]
Progress:
✓ [Completed item]
✓ [Completed item]
○ [In progress item]
○ [Pending item]
Key decisions:
- [Decision 1]
- [Decision 2]
Files touched:
- path/to/file.ts (new)
- path/to/other.ts (modified)
Current thread: [What we're actively discussing/working on]
--saveWrite the snapshot to the parking location as a checkpoint file.
Filename: snapshot-[timestamp].md
Format when saved:
# Snapshot: [Focus]
**Captured:** [Date/time]
**Branch:** [branch-name]
## Progress
- [x] [Completed item]
- [x] [Completed item]
- [ ] [In progress item]
- [ ] [Pending item]
## Key Decisions
- [Decision 1]
- [Decision 2]
## Files Touched
- path/to/file.ts (new)
- path/to/other.ts (modified)
## Current Thread
[What we're actively discussing/working on]
Report: "Snapshot saved to [path]"
| Aspect | /snapshot | /park |
|---|---|---|
| Intent | Review progress | Stop work for later |
| Output | Inline (default) | Always file |
| Resume prompt | No | Yes |
| Next steps | Current state | Future direction |