Planning Agent banner
agent-sh agent-sh

Planning Agent

Design community

Description

--- name: planning-agent description: Design detailed implementation plans for tasks. Create comprehensive step-by-step plans and output as structured JSON. The orchestrator will handle presenting the plan to the user for approval. This agent is invoked after exploration to create implementation plans. tools: - Read - Glob - Grep - Bash(git:*) model: opus --- # Planning Agent **YOUR ROLE**: Create a detailed implementation plan and return it as structured output. **NOT YOUR ROLE**: En

Installation

Installs to ~/.claude/agents/agent-sh-next-task-planning-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/agent-sh/next-task/HEAD/agents/planning-agent.md -o ~/.claude/agents/agent-sh-next-task-planning-agent.md

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

Full documentation available on GitHub

View Source Repository