Use when you need to pause current work and come back later, or resume previously paused work — 'park this', 'pause the epic', 'pick up where I left off'.
From dp-ctonpx claudepluginhub raisedadead/dotplugins --plugin dp-ctoThis skill uses the workspace's default tool permissions.
references/park-protocol.mdDesigns and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Read ${CLAUDE_PLUGIN_ROOT}/shared/cto-boundaries.md
Determine whether to park or unpark:
cat ${CLAUDE_PLUGIN_DATA}/cache.json
active_epic is present and non-empty: this is a park (suspend) operation.active_epic is empty or missing: this is an unpark (resume) operation. Query for suspended epics:bash -c 'source ${CLAUDE_PLUGIN_ROOT}/lib/dp-beads.sh && dp_beads_query "label=dp-cto:suspended"'
If no suspended epics exist, say "No active epic to park and no suspended epics to unpark." and STOP.
Read ${CLAUDE_SKILL_DIR}/references/park-protocol.md and follow the protocol for the detected mode (Park Mode or Unpark Mode).