Loading...
Loading...
Compare original and translation side by side
| Situation | Use Agent | Why |
|---|---|---|
| "Will another Claude session understand this?" | context-auditor | Checks for ambiguous references, implicit knowledge, incomplete examples |
| "Will this workflow actually execute?" | workflow-validator | Verifies steps are discrete, ordered, and include verification |
| "Can a new session pick up where I left off?" | handoff-checker | Validates SESSION.md, phase tracking, context preservation |
| Full project health audit | All three | Comprehensive AI-readiness assessment |
| 场景 | 使用Agent | 原因 |
|---|---|---|
| “其他Claude会话能理解这些内容吗?” | context-auditor | 检查模糊引用、隐含知识、不完整示例 |
| “这个工作流真的能执行吗?” | workflow-validator | 验证步骤是否独立、有序且包含验证环节 |
| “新会话能接续我当前的工作吗?” | handoff-checker | 验证SESSION.md、阶段跟踪、上下文保存情况 |
| 完整项目健康度审计 | 全部三个 | 全面的AI就绪性评估 |
"Update the config file with your settings"
"Editand setwrangler.jsoncto your Cloudflare account ID (find it at dash.cloudflare.com → Overview → Account ID)"account_id
"用你的设置更新配置文件"
"编辑,将wrangler.jsonc设置为你的Cloudflare账户ID(可在dash.cloudflare.com → 概览 → 账户ID中找到)"account_id
templates/AI_READABLE_DOC.mdtemplates/AI_READABLE_DOC.mdtemplates/HANDOFF_CHECKLIST.mdtemplates/HANDOFF_CHECKLIST.mdundefinedundefinednpx wrangler d1 create my-dbundefinednpx wrangler d1 create my-dbundefinedundefinedundefined.dev.varsAPI_KEY=your-key-hereundefined.dev.varsAPI_KEY=your-key-hereundefinedundefinedundefinednpx wrangler d1 migrations apply my-db --localnpx wrangler d1 execute my-db --local --command "SELECT name FROM sqlite_master WHERE type='table'"undefinednpx wrangler d1 migrations apply my-db --localnpx wrangler d1 execute my-db --local --command "SELECT name FROM sqlite_master WHERE type='table'"undefinedundefinedundefinednpx wrangler deployundefined| Tool | Focus | Audience |
|---|---|---|
| Traditional doc quality (links, freshness, structure) | Human readers |
| AI-agent readiness (executability, clarity, handoff) | Claude sessions |
| Creating/managing specific doc files | Both |
| 工具 | 核心焦点 | 受众 |
|---|---|---|
| 传统文档质量(链接、时效性、结构) | 人类读者 |
| AI-Agent就绪性(可执行性、清晰度、交接) | Claude会话 |
| 创建/管理特定文档文件 | 两者兼顾 |