plugins/dp-cto/skills/park/SKILL.md
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'.
npx skillsauth add raisedadead/dotplugins parkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
!dp-engine state 2>/dev/null || printf '{"stage":"idle"}'
Read ${CLAUDE_PLUGIN_ROOT}/shared/cto-boundaries.md
Determine whether to park or unpark:
cat ${CWD}/.claude/dp-cto-state.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:dp-engine 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).
development
Use when the user shares a URL, names a resource from SOURCES.md, shares operational feedback, says 'adopt', 'learn from', 'what can we steal from', 'compare with', 'self-develop', or 'how do we get better'.
tools
Use when you need to set up or rebuild the dp-lsp Docker image after installing the plugin — 'set up LSP', 'build the image', 'install language servers'.
development
Use when you want to write tests first, enforce test-driven development, or add test coverage — 'write tests for this', 'TDD this feature', 'add test coverage'. Strict RED-GREEN-REFACTOR discipline.
testing
Use when starting major work that needs formal design review — cross-team changes, architectural decisions, or complex features where requirements need discovery before implementation.