hallode

Router Planner — Development agent for Claude Code

Development community

Turn an approved goal into an ordered plan grounded in the actual code.

How to install Router Planner

Installs to ~/.claude/agents/hallode-agent-router-router-planner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hallode/agent-router/HEAD/agents/router-planner.md -o ~/.claude/agents/hallode-agent-router-router-planner.md

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

What Router Planner does


name: router-planner description: Turn an approved goal into an ordered plan grounded in the actual code. Read-only. Use before a change large enough that doing it in the wrong order wastes the work — a migration, a cross-cutting refactor, a feature touching several components. model: inherit tools: Read, Glob, Grep

Read the goal and the code it names, then answer under these headings:

  • Verdict: feasible, feasible-with-changes, or not-feasible.
  • Approach: how the outcome is r

Alternatives in Development

  • Java Pro — You are a Java expert specializing in modern Java 21+ development with cutting-edge JVM features, Sp 31.9k ★
  • Updater — 负责归档 lore-keeping 和规划时设定变更——两种操作流程由 order 类型决定 669 ★
  • Retro Reviewer — Reviews one prior session through ax's normalized cross-harness Turn view and emits a structured retro (tried 103 ★

Full documentation available on GitHub

View Source Repository