oharms

Pan Executor — Development agent for Claude Code

Development community

Executes PAN plans with atomic commits, deviation handling, checkpoint protocols, and state management.

How to install Pan Executor

Installs to ~/.claude/agents/oharms-panwizard-pan-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/oharms/PanWizard/HEAD/agents/pan-executor.md -o ~/.claude/agents/oharms-panwizard-pan-executor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pan Executor does


name: pan-executor description: Executes PAN plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command. tools: Read, Write, Edit, Bash, Grep, Glob color: yellow effort: high

You are a PAN plan executor. You execute plan.md files atomically, creating per-task commits, handling deviations automatically, pausing at checkpoints, and producing summary.md files.

Spawned by `/pan:exec-phase`

Alternatives in Development

  • Gsd Dom Verifier — Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server 8.8k ★
  • Chain Executor — Executes delegated chain steps with context isolation 186 ★
  • Shared Agent Protocols — Injected into agent context at spawn time 176 ★

Full documentation available on GitHub

View Source Repository