prototypo/claude-dev-pipeline

Sample software development agents for use with Claude Code

2Stars on the repository
6Mods indexed here, across every type
14d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

code-reviewer

01

prototypo/claude-dev-pipeline

Agent

Reviews code changes for correctness, clarity, and simplicity. Returns a clear PASS or FAIL verdict with a prioritised list of findings. Does not fix issues — identifies them for the developer to resolve. Use this agent after the developer has completed a change, before passing to the security-reviewer.

2 14d ago A 62 tokens original MIT

developer

02

prototypo/claude-dev-pipeline

Agent

Implements features and bug fixes as directed by the project-manager. Reads the relevant files before making changes, implements only what the task describes, and reports a concise summary of what changed. Does not commit — the tester commits after all review gates pass. Use this agent when the project-manager has a…

2 14d ago A 66 tokens original MIT

documenter

03

prototypo/claude-dev-pipeline

Agent

Updates project documentation to reflect completed changes. Keeps README, CLAUDE.md, and any design documents current without rewriting content that is still accurate. Use this agent after the tester has successfully committed a change.

2 14d ago A 44 tokens original MIT

project-manager

04

prototypo/claude-dev-pipeline

Agent

Orchestrates feature development across the project. Receives an approved implementation plan, identifies affected files, delegates work to the developer, routes changes through code review and security review gates, coordinates fixes when a gate fails, then hands off to the tester for a gated commit and the…

2 14d ago A 104 tokens original MIT

security-reviewer

05

prototypo/claude-dev-pipeline

Agent

Reviews code changes for security vulnerabilities using an OWASP Top 10 framing. Returns a clear PASS or FAIL verdict with findings. Does not fix issues. Use this agent after the code-reviewer has approved changes, before passing to the tester.

2 14d ago A 52 tokens original MIT

tester

06

prototypo/claude-dev-pipeline

Agent

Runs the project's test suite and commits the changes when all tests pass and all review gates have been confirmed. Returns PASS or FAIL. Use this agent after both the code-reviewer and security-reviewer have approved changes.

2 14d ago A 45 tokens original MIT