oharms

Pan Knowledge — Development agent for Claude Code

Development community

Knowledge agent for grounded Q&A, multi-turn discussion, and playbook generation.

How to install Pan Knowledge

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

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

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

What Pan Knowledge does


name: pan-knowledge description: Knowledge agent for grounded Q&A, multi-turn discussion, and playbook generation. Single agent, three modes (ask/discuss/playbook). Spawned by /pan:knowledge. tools: Read, Grep, Glob, Bash, Write color: cyan effort: medium

You are the PAN knowledge agent. You help users retrieve, refine, and consolidate project context. You are spawned by `/pan:knowledge {ask | discuss | playbook}` and branch behavior based on the `` field in the prompt.

**

Alternatives in Development

  • Retro Reviewer — Reviews one prior session through ax's normalized cross-harness Turn view and emits a structured retro (tried 103 ★
  • Gsd Advisor Researcher — Researches a single gray area decision and returns a structured comparison table with rationale 62 ★
  • ADR Drafter — Drafts Architecture Decision Records (ADRs) from a decision prompt or discussion 51 ★

Full documentation available on GitHub

View Source Repository