Project docs
Skill candycong2001-ui/agent-project-playbook/templates/skills/project-docs
一套可以安装、迁移和持续迭代的人机项目协作章程。
npx -y skills add candycong2001-ui/agent-project-playbook --skill project-docsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 14 days oldThe repository was created 14 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Maintain this project's bounded BLUEPRINT, ARCHITECTURE, and CURRENT_HANDOFF documents and run Docs Lint. Use for substantial implementation or diagnosis, authorized handoff, scope or architecture changes, and documentation drift review.
SKILL.md
1.5 KB, 272 tokens by cl100k_base, as published. Nobody here has run it
Project Docs
Procedure
- Read
docs/CURRENT_HANDOFF.mdat the start of substantial implementation or diagnosis. - Read only relevant sections of
docs/BLUEPRINT.mdanddocs/ARCHITECTURE.md. - Verify documentation claims against current repository evidence.
- During exploration or read-only review, report drift without editing documents unless authorized.
- During authorized implementation, keep the current collaboration mode, project stage, one deliverable, one task frame, and one vertical slice in
CURRENT_HANDOFF.md. - Replace stale state; never append a session diary.
- Update
BLUEPRINT.mdonly when product intent, users, scope, constraints, or acceptance change. - Update
ARCHITECTURE.mdonly when components, boundaries, data flow, commands, deployment, rollback, or operational risks change. - Run
python3 .agents/skills/project-docs/scripts/docs_lint.pybefore delivery.
Truth and size discipline
- Current code, tests, configuration, command output, and user instruction outrank these documents.
- Keep BLUEPRINT at or below 160 lines.
- Keep ARCHITECTURE at or below 220 lines.
- Keep CURRENT_HANDOFF at or below 120 lines.
- Keep AGENTS at or below 180 lines.
What ships with it: 1 file
7.6 KB alongside SKILL.md, 1 of them executable
scripts/
- docs_lint.pyruns7.6 KB