CodeSeoul

11 mods across 1 repository, 5 stars between them.

code-reviewer

01

CodeSeoul/automate-development-with-agents

Agent Claude Code

Expert code reviewer. Use proactively after a PR is pushed and before merge, and to re-review after the implementer pushes fixes. Runs the quality gate, performs a multi-pass review, checks ADR drift, and returns APPROVED or REQUESTCHANGES. Examples: Context: A feature PR was pushed. user: "PR #52 is open on branch…

5 3mo ago A 164 tokens original MIT

CodeSeoul/automate-development-with-agents

Agent Claude Code

Use this agent when a plan is ready and implementation can begin. It works in the feature worktree the orchestrator created, reads the spec and plan from it, writes the code and ADRs, runs the quality gate, commits, pushes, and opens a PR. Also use for the rejection loop: fixing reviewer findings and pushing updates.…

5 3mo ago A 190 tokens original MIT

orchestrator

03

CodeSeoul/automate-development-with-agents

Agent Claude Code

Default session agent. Owns the feature worktree and coordinates the requirements → research → plan → implement → review pipeline, passing artifacts between stages as files (never as text). Use proactively for any non-trivial task.

5 3mo ago A 48 tokens original MIT

CodeSeoul/automate-development-with-agents

Agent Claude Code

Use this agent at the very front of a non-trivial change to turn a rough request into a structured, testable specification: objective, user stories, functional and non-functional requirements, edge cases, and Given/When/Then acceptance criteria. It writes the spec to the feature worktree and flags every unstated…

5 3mo ago A 190 tokens original MIT

researcher

05

CodeSeoul/automate-development-with-agents

Agent Claude Code

Use this agent for read-only codebase exploration, scope analysis, or impact assessment before implementation. It discovers where code lives, traces call chains, assesses what a change would break, and returns file:line citations plus a recommended action plan — without touching any files. Examples: Context: A feature…

5 3mo ago A 168 tokens original MIT

technical-planner

06

CodeSeoul/automate-development-with-agents

Agent Claude Code

Use this agent when a ratified spec is ready and needs to become an implementer-ready plan: ordered steps, files to touch, ADR content, and a test strategy. It reads the spec from the feature worktree and writes the plan there for the implementer to pick up. Examples: Context: A spec has been ratified. user: "The…

5 3mo ago A 172 tokens original MIT

PreToolUse

07

CodeSeoul/automate-development-with-agents

Hook Claude Code

Runs before the agent uses a tool for Write and Edit tool calls, executing agent-write-guard.sh. From CodeSeoul/automate-development-with-agents.

5 3mo ago A tokens not measured original MIT