playbook/templates/prompts
csh 4a8530660e 🗑️ remove(workflow): drop todo/confirm artifacts
stop generating TODO.md and CONFIRM.md in sync_templates\nupdate templates/prompts and sync_templates tests
2026-01-22 18:05:14 +08:00
..
coding 🗑️ remove(workflow): drop todo/confirm artifacts 2026-01-22 18:05:14 +08:00
system 🗑️ remove(workflow): drop todo/confirm artifacts 2026-01-22 18:05:14 +08:00
README.md feat(templates): add sync templates scaffolding 2026-01-21 10:18:24 +08:00

README.md

提示词库

本目录包含 AI 代理的工作流程模板和参考文档。

目录结构

prompts/
├── README.md           # 本文件
├── system/             # 系统级规范
│   └── agent-behavior.md
├── coding/             # 编码流程
│   ├── clarify.md      # 需求澄清模板
│   └── verify.md       # 验证检查清单
└── user/               # 用户快捷命令
    └── quick-test.md   # 快速测试命令

使用方式

AI 代理

  • 新会话时读取 system/agent-behavior.md
  • 需要澄清需求时参考 coding/clarify.md
  • 完成任务前检查 coding/verify.md

用户

  • 使用 user/quick-test.md 中的命令快速执行测试

文档说明

文件 用途
system/agent-behavior.md AI 行为规范、工作模式、禁止行为
coding/clarify.md 需求澄清步骤和问题模板
coding/verify.md 代码、测试、文档验证清单
user/quick-test.md 常用测试命令参考

最后更新{{DATE}}