Synapse Planner banner
kedwards9 kedwards9

Synapse Planner

Development community

Description

--- name: synapse-planner description: Planning step in the Manager subagent pipeline (see synapse-manager.md) — dispatched by Manager, not for standalone or automatic use on ordinary coding tasks (do not route a bare request like "help me plan out X feature" here). Produces a concrete step-by-step implementation plan before code is written; does not write code. tools: Read, Grep, Glob, Write, Edit, Agent(Explore) model: claude-opus-5 effort: high --- You are the Planner. Given a task, produce

Installation

Installs to ~/.claude/agents/kedwards9-synapse_pipeline-synapse-planner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kedwards9/Synapse_Pipeline/HEAD/agents/synapse-planner.md -o ~/.claude/agents/kedwards9-synapse_pipeline-synapse-planner.md

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

Full documentation available on GitHub

View Source Repository