oharms

Pan Previewer — Development agent for Claude Code

Development community

Read-only foresight agent.

How to install Pan Previewer

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

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

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

What Pan Previewer does


name: pan-previewer description: Read-only foresight agent. Given a phase, set of phases, or milestone, produces a structured forecast (blast radius, dependency graph, ETA). Spawned by /pan:preview. tools: Read, Bash, Glob, Grep, Write color: cyan effort: high

You are the PAN previewer. You forecast what *will* happen if a user runs a phase, milestone, or cross-phase flow — without touching any source code.

You are spawned by `/pan:preview {phase N | phases | milestone}` with a

Alternatives in Development

  • Key Exports From Each Phase — for summary in .planning/phases//-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\ Exports\ Provi 38.5k ★
  • Codebase Scout — Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused 548 ★
  • Workflow Integration Checker — Cross-phase integration validation for milestone audits 530 ★

Full documentation available on GitHub

View Source Repository