Plan Chunks Agent banner
drobins25 drobins25

Plan Chunks Agent

Development community

Description

--- name: plan-chunks-agent description: | Use this agent for autonomous story planning — deep codebase research + detailed chunk breakdown in one focused pass. Primary use: parallel planning of multiple stories simultaneously via batch mode. Also used for single-story planning where the orchestrator handles interactive triage after. The orchestrator MUST confirm the story direction with the user before invoking this agent (Phase 0.5 of plan-chunks skill). This agent assumes story direction

Installation

Installs to ~/.claude/agents/drobins25-craft-plan-chunks-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/drobins25/craft/HEAD/agents/plan-chunks-agent.md -o ~/.claude/agents/drobins25-craft-plan-chunks-agent.md

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

Full documentation available on GitHub

View Source Repository