원클릭으로
duper
Isolated git worktree workflow (alias for /using-git-worktrees)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Isolated git worktree workflow (alias for /using-git-worktrees)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Render a single "where am I, what have I done, what's next" survey HTML page composing anchor cascade + tesseract shelf + git state + CHECKPOINT.md + TaskList. Read-only by design.
Subagent-driven development as the explicit combination of /subagent-driven-development (sequential, review-gated execution) and /dispatching-parallel-agents (independent fan-out). Opens with one combined pre-dispatch question to set the execution mode and the edit-approval mode, then dispatches accordingly.
Use when a discrete task boundary is crossed in multi-step work — step completion, subagent dispatch return, Skill-tool invocation return, /proceed gate passed, test-run completion, or file-write to a durable artifact (spec, plan, SKILL.md). Do not substitute an in-place TaskList update for this skill.
Use when resuming paused work, starting a session where a CHECKPOINT.md exists, or when the user says "continue from checkpoint", "resume", or "pick up where we left off"
Use when pausing work that will be resumed later, when switching contexts, or when the user asks to save a checkpoint. Creates a CHECKPOINT.md that captures full resumption context.
retry last operation attempted before the user interrupted the process, or otherwise continue last attempted tool use
| name | duper |
| description | Isolated git worktree workflow (alias for /using-git-worktrees) |
| argument-hint | [<task-description>] |
| user-invocable | true |
Before proceeding, ask the user to enable auto-accept edits if it is not
already on. Worktree workflows involve many file writes and edits across
isolated checkouts — manual approval of each edit significantly slows the
workflow. Use AskUserQuestion to request this:
This workflow writes and edits many files in an isolated worktree. Please enable auto-accept edits (press
aor use/allowed-tools) so I can work efficiently. Ready to proceed?
Wait for confirmation before continuing.
/using-git-worktrees