backend-dev
01Agent
A backend coding worker that implements server-side interfaces according to a read-only CONTRACT.md file, the agreed definition of an API's fields and responses.
Claude Code、Codex 与 ChatGPT 的文档驱动开发治理插件:防文档腐烂、维护上下文与决策、契约协作、测试与回归证据。
Agent
A backend coding worker that implements server-side interfaces according to a read-only CONTRACT.md file, the agreed definition of an API's fields and responses.
Agent
An agent that owns the shared data-interface contract between a frontend, backend, or multiple services. It maintains CONTRACT.md, coordinates developers when working in one session, and checks that implementations match the contract.
Agent
Use this agent when the user asks to audit documentation governance, check whether CLAUDE.md / CLAUDEMAP.md / PROJECTSTATUS.md / PROJECTLOG.md drifted from the real project, verify governance before delivery, or run /governance-audit. user: 帮我审计一下这个项目的文档治理有没有漂移 assistant: 我会调用 docs-auditor 做只读审计。 user: 治理完了,帮我看看有没有问题…
Agent
An agent that keeps a long-running project's key documents aligned with its real structure and code. It maintains files such as project rules, a structure map, current status, and a change log.
Agent
A frontend development agent that works only in the frontend area and treats CONTRACT.md as the read-only source for data interfaces. It can work alone or be assigned tasks by a contract owner.
Agent
A read-only agent that checks whether a code change broke the changed module or the modules that depend on it. It follows the project's REGRESSION.md test record and uses command exit codes to report results.