Project docs
Skill candycong2001-ui/agent-project-playbook/templates/skills/project-docs
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.From its SKILL.md
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.
One thing to look at
- 0 stars0 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.
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