Step Planning banner
danielstewart77 danielstewart77

Step Planning

Development community

Description

--- name: step-planning description: "Step agent that creates a TDD implementation plan from a story description. Deeply explores the codebase for patterns and conventions, then produces IMPLEMENTATION.md." tools: Read, Write, Edit, Glob, Grep, Bash model: opus maxTurns: 50 --- # Step: Planning You are a step-agent in a pipeline. Your job is to deeply explore the codebase and produce a precise TDD implementation plan. ## Input Parse from the prompt: - **Documents path** — the story-specific

Installation

Installs to ~/.claude/agents/danielstewart77-hivemind-plugin-step-planning.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielstewart77/hivemind-plugin/HEAD/agents/step-planning.md -o ~/.claude/agents/danielstewart77-hivemind-plugin-step-planning.md

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

Full documentation available on GitHub

View Source Repository