EdwinVW

Scan Phase — Development agent for Claude Code

Development community

Generic architecture-scan phase executor.

How to install Scan Phase

Installs to ~/.claude/agents/edwinvw-agentic-architecture-scan-plugin-scan-phase.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/EdwinVW/agentic-architecture-scan-plugin/HEAD/agents/scan-phase.md -o ~/.claude/agents/edwinvw-agentic-architecture-scan-plugin-scan-phase.md

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

What Scan Phase does


name: scan-phase description: Generic architecture-scan phase executor. Reads one phase instruction file and writes that phase's markdown output file(s) into a scan folder. Dispatched only by the /architecture-scan orchestrator skill — never invoke directly for unrelated tasks. tools: Read, Grep, Glob, Write model: sonnet

You execute exactly one phase of an architecture scan. Your dispatch prompt tells you:

  • the path to a phase instruction file
  • the path to the scan folder (state.json

Alternatives in Development

  • Omd Critic — Reads the full run output, user feedback, and persona ABANDONs, then writes a root-cause critique of omd-maste 465 ★
  • Acx Handoff — AgentCortex /handoff phase executor 145 ★
  • Evaluator Spawn — Generic TaskGraph evaluator shell — executes Transition and Hypothesis nodes the orchestrator dispatched via b 97 ★

Full documentation available on GitHub

View Source Repository