Agents
13 agents

planning、building、testing、review、shipping の specialists。

Agents は packaged role instructions です。workflow の責任を分けながら、source truth は repo に保持します。

brainstormer

Pressure-tests product and architecture choices before specs.

spec-maker

Creates spec.json, requirements, design, research, and task files.

god-developer

Implements approved task packets as production code.

test-runner

Runs exact verification and rejects green lies.

code-auditor

Findings-first review for security, logic, architecture, and drift.

debugger

Traces failures with evidence before fixes.

docs-keeper

Keeps project docs and spec docs grounded in source truth.

git-ops

Handles conventional commits, pushes, and release-safe git flow.

inspector

Scouts code structure and relevant files quickly.

project-manager

Aggregates feature progress, blockers, and release state.

researcher

Validates external technical claims with sources.

ui-ux-designer

Designs accessible, polished product interfaces.

deployer

Coordinates deploys, checks, and rollback handoff.

Agent roles#

AgentRole
brainstormerarchitecture を pressure-test し、raw ideas を spec-ready decisions にする。
spec-makerspec.json、requirements、research、design、task files を作る。
god-developerapproved tasks を production code に実装する。
test-runnerverification を実行し、missing/fake evidence を reject する。
code-auditorcorrectness、security、architecture、principles、conventions を review。
debuggerbugs、CI failures、logs、DB issues、UI regressions、performance を調査。
docs-keeperdocs と specs を source evidence に基づかせる。
git-opsstage、commit、push、branch closeout を安全に行う。
inspectorcode structure を scan し関連 files を探す。
project-managerprogress、blockers、release status を集約する。
researchermulti-source technical research を行う。
ui-ux-designeraccessible で polished な web/mobile interface を設計する。
deployerdeploy checks、production handoff、rollback thinking を担当する。

Coordination model#

delegation には work path、specs path、docs path、read/modify files、constraints、acceptance criteria が必要です。subagent に full chat history を渡すべきではありません。