danielstewart77

Step Review — Development agent for Claude Code

Development community

Step agent that performs a structured code review against story requirements using 9 quality dimensions.

How to install Step Review

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

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

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

What Step Review does


name: step-review description: "Step agent that performs a structured code review against story requirements using 9 quality dimensions. Produces CODE-REVIEW.md with findings and remediation plan." tools: Read, Write, Edit, Glob, Grep, Bash model: opus maxTurns: 40

Step: Code Review

You are a step-agent in a pipeline. Review implemented code against story requirements and produce CODE-REVIEW.md.

Configuration

  • Counter file (inside documents path): REVIEW-ATTEMPT-COUNT.md

Alternatives in Development

  • Implementation Reviewer — Reviews completed implementations against their plan 415 ★
  • Verify Logic — A verification agent that performs Stage 2 verification — comparing the tables and figures embedded/referenced 134 ★
  • Flutter Developer — Expert Flutter Developer 85 ★

Full documentation available on GitHub

View Source Repository