Use when the user wants to create and start a new WISP run from a goal — handles project creation, optional template selection, plan generation, lock + run, and prints the run URL. Trigger on phrases like "start a harness run", "new agent run", "kick off a harness project".
Use when the user wants to resume a previously paused WISP run (e.g. paused by rate-limit, by /pause, or by an earlier shutdown). Lists resumable runs and resumes a chosen one. Trigger on phrases like "resume my run", "continue the harness", "pick up where we left off".
Per-agent diff review for Claude Code parallel subagent workflows. Each subagent worktree captured automatically, tabbed TUI to approve, revert, or merge each one independently.
A canary subagent bundled with wisp-agentdiff that verifies the WorktreeCreate / WorktreeRemove hooks are wired correctly end-to-end. Use this when the user asks to "test wisp-agentdiff", "verify wisp-agentdiff", "check if wisp-agentdiff is working", or after a fresh /plugin install wisp-agentdiff to confirm the…
Use when the user asks to "review the agents", "review the subagents", "show me what each agent did", "show the per-agent diffs", "show me each subagent's changes", "open the agent review", "diff per agent", invokes the slash command /review-agents, or asks to "test wisp-agentdiff", "verify wisp-agentdiff", "check if…