JohnMarvin237

Architect Planner — Design agent for Claude Code

Design community

Use PROACTIVELY before implementing any non-trivial feature.

How to install Architect Planner

Installs to ~/.claude/agents/johnmarvin237-claude-code-toolkit-architect-planner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JohnMarvin237/claude-code-toolkit/HEAD/agents/architect-planner.md -o ~/.claude/agents/johnmarvin237-claude-code-toolkit-architect-planner.md

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

What Architect Planner does


name: architect-planner description: Use PROACTIVELY before implementing any non-trivial feature. Breaks down the work, validates design against codebase conventions, identifies risks, and produces a Plan + ADR (Architectural Decision Record) with clear acceptance criteria. MUST BE USED when the user says "design", "plan", "architect", "how should we build", or when a task spans more than 2 files. tools: Read, Grep, Glob, WebFetch, WebSearch, Write model: opus memory: user color: purple

Alternatives in Design

  • Auto Claude — by AndyMik90 - Autonomous multi-agent coding framework for Claude Code (Claude Agent SDK) that integrates the 13.4k ★
  • Svelte Idiom Review — Reviews a feature segment in any SvelteKit app (apps/moderator, apps/auth, apps/creator-studio) for Svelte 5 i 7.2k ★
  • Phoenix — You are a specialized refactoring planner 3.6k ★

Full documentation available on GitHub

View Source Repository