Seekers2001/docs-governance

Claude Code、Codex 与 ChatGPT 的文档驱动开发治理插件:防文档腐烂、维护上下文与决策、契约协作、测试与回归证据。

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

backend-dev

01

Seekers2001/docs-governance

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.

10 19d ago A 111 tokens original MIT

contract-director

02

Seekers2001/docs-governance

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.

10 19d ago A 128 tokens original MIT

docs-auditor

03

Seekers2001/docs-governance

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: 治理完了,帮我看看有没有问题…

10 19d ago A 142 tokens original MIT

docs-governor

04

Seekers2001/docs-governance

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.

10 19d ago A 107 tokens original MIT

frontend-dev

05

Seekers2001/docs-governance

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.

10 19d ago A 101 tokens original MIT

regression-auditor

06

Seekers2001/docs-governance

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.

10 19d ago A 98 tokens original MIT