npx claudepluginhub technicalpickles/pickled-claude-plugins --plugin agent-metaThis skill is limited to using the following tools:
Save the current work session for later resumption.
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.
Save the current work session for later resumption.
Git state
Current task
Key decisions
Relevant files
Next steps
Resume prompt
Resolve location in order:
CLAUDE.md → ## Handoffs or ## Parking → Location:~/.claude/CLAUDE.md → same lookup.parkinglot/ in project rootEnsure the directory exists. If using .parkinglot/, check it's gitignored.
# Parked: [Topic]
**Parked:** [Date/time]
**Session:** [session ID from Bash]
**Branch:** [branch-name]
**Worktree:** [path if applicable]
## Current State
[What's done, what's in progress, any blockers]
## Key Decisions
- [Decision 1 with brief rationale]
- [Decision 2 with brief rationale]
## Relevant Files
- path/to/file.ts (new)
- path/to/other.ts (modified)
- path/to/reference.ts (read)
## Next Steps
1. [Next step]
2. [Next step]
## Resume Prompt
[Suggested prompt to continue this work - specific enough to pick up where we left off]
Use slug from topic: [topic-slug].md
Example: jwt-authentication.md, fix-login-bug.md
Report:
Parked to `[path]`.
To resume in a new session:
/unpark [path]
The /unpark [path] command should be copy-pasteable so the user can easily resume.