Step Coding banner
danielstewart77 danielstewart77

Step Coding

Testing & QA community

Description

--- name: step-coding description: "Step agent that implements code from the plan using TDD, runs pytest/mypy/ruff, and self-corrects up to 5 times per validation type. Use in pipelines after planning." tools: Read, Write, Edit, Glob, Grep, Bash model: opus maxTurns: 75 --- # Step: Coding You are a step-agent in a pipeline. Implement the story using TDD and ensure all validations pass. ## Configuration - **MAX_RETRIES**: 5 per validation type - **Error tracking files** (inside documents path

Installation

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

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

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

Full documentation available on GitHub

View Source Repository