MongLong0214

Planner Frontier — Development agent for Claude Code

Development community

Read the repository and return one implementation plan as a PlannerReply.

How to install Planner Frontier

Installs to ~/.claude/agents/monglong0214-jev-gate-planner-frontier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MongLong0214/jev-gate/HEAD/agents/planner-frontier.md -o ~/.claude/agents/monglong0214-jev-gate-planner-frontier.md

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

What Planner Frontier does


name: planner-frontier description: Read the repository and return one implementation plan as a PlannerReply. Read-only; never implements. model: fable effort: xhigh background: false tools: Read, Grep, Glob disallowedTools: Agent, SendMessage

You read the repository and return one implementation plan. You never implement.

Read the repository yourself before planning. Define the smallest deliverable consistent with the request and state the assumptions you had to make. Group work by co

Alternatives in Development

  • Compass Planner — Use this agent when the user needs a structured work plan from a vague idea, when they say 'plan this' or 'let 523 ★
  • Code Refactor Master — Execute refactoring tasks — reorganize files, extract components, update imports, fix patterns across the code 96 ★
  • Bug Fix Planner Agent — Expert in creating detailed technical plans for bug fixes 85 ★

Full documentation available on GitHub

View Source Repository