Project docs
Skill candycong2001-ui/agent-project-playbook/templates/zh-CN/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
维护当前项目中有边界的 BLUEPRINT、ARCHITECTURE 和 CURRENT_HANDOFF 文档,并运行 Docs Lint。适用于重要实施或诊断、得到授权的交接、范围或架构变化,以及文档漂移检查。
SKILL.md
1.2 KB, 363 tokens by cl100k_base, as published. Nobody here has run it
项目文档
流程
- 开始重要实施或诊断时,先读
docs/CURRENT_HANDOFF.md。 - 只读
docs/BLUEPRINT.md和docs/ARCHITECTURE.md的相关部分。 - 用当前仓库证据核对文档内容。
- 探索或只读审查期间,只报告漂移;未经授权不修改文档。
- 实施期间在
CURRENT_HANDOFF.md保留一个当前协作模式、项目阶段、交付物、问题单和垂直切片。 - 替换过时状态,不追加会话流水。
- 只有产品意图、用户、范围、约束或验收变化时才更新
BLUEPRINT.md。 - 只有组件、边界、数据流、命令、部署、回滚或风险变化时才更新
ARCHITECTURE.md。 - 交付前运行
python3 .agents/skills/project-docs/scripts/docs_lint.py。
真值与大小限制
- 当前代码、测试、配置、命令输出和用户指令高于这些文档。
- BLUEPRINT 不超过 160 行。
- ARCHITECTURE 不超过 220 行。
- CURRENT_HANDOFF 不超过 120 行。
- AGENTS 不超过 180 行。
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.