pan-wipe · git:20260714.8d8cc01 · 2026-07-14 · sha256 8ba0b9553db274ca

pan-wipe git:20260714.8d8cc01A

Immutable. This exact content is served forever at /api/v1/blob/8ba0b9553db274ca.

---
name: pan-wipe
description: "pan wipe <id> — destructive reset to Todo: remove workspace, processes, branches, review state, vBRIEF tasks, and tracker status"
triggers:
  - pan wipe
  - wipe issue
  - deep wipe
  - destroy workspace
allowed-tools:
  - Bash
---

# pan wipe

**DESTRUCTIVE — irreversible.** Confirm with the user before running.

```bash
pan wipe <issue-id>
pan wipe <issue-id> --yes   # skip confirmation
pan wipe <issue-id> --force # skip confirmation
```

## What It Does

Performs the canonical destructive reset-to-Todo for an issue:
- Kills all tmux sessions and running processes for the issue
- Removes the workspace directory (`workspaces/feature-<id>/`)
- Removes agent state (`~/.overdeck/agents/<id>/`)
- Deletes local and remote feature branches
- Clears review status and issue vBRIEF tasks
- Resets issue status in the tracker to Todo

## When to Use

- Abandoning a workspace that has gone completely off the rails
- Cleaning up completed/stale workspaces that were never closed
- Starting completely fresh on an issue

## Warning

This cannot be undone. If you want to restart an agent while keeping the workspace,
use `pan kill <id>` and then `pan start <id>` instead.

## See Also

- `pan kill <id>` — stop agent, keep workspace
- `pan close <id>` — close-out ceremony after successful merge