zalogarcia

Safe Planner — Development agent for Claude Code

Development community

Plans implementation changes safely by reading all related code, mapping dependencies, identifying risks, and producing a rollback-ready plan for approval.

How to install Safe Planner

Installs to ~/.claude/agents/zalogarcia-zalo-claude-code-setup-safe-planner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/zalogarcia/zalo-claude-code-setup/HEAD/agents/safe-planner.md -o ~/.claude/agents/zalogarcia-zalo-claude-code-setup-safe-planner.md

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

What Safe Planner does


model: fable name: safe-planner description: Plans implementation changes safely by reading all related code, mapping dependencies, identifying risks, and producing a rollback-ready plan for approval. Use before features, refactors, migrations, or any non-trivial changes. user: 'I need to add Stripe webhooks to our checkout flow' assistant: 'I'll use the safe-planner agent to map dependencies and create a safe implementation plan before we touch anything.' tools: Read, Gre

Alternatives in Development

  • Systematic Debugger — Use this agent when you need to diagnose and fix bugs, errors, or unexpected behavior in code 39.2k ★
  • Surveyor — You are a specialized reviewer for migrations and upgrades 3.6k ★
  • Legal Risks — Legal Risk Assessment Subagent 841 ★

Full documentation available on GitHub

View Source Repository