什么是 assumption-checker?
在开始任务或采取关键步骤之前,浮现并验证代理所做的假设。检查 4 种类型 - 技术(库、API)、数据(文件、格式)、业务逻辑(规则、范围)和用户意图(用户实际想要什么)。在不明确的请求、多步骤任务或每当出现“您确定吗”、“先检查”、“不要假设”时触发。 来源:fatih-developer/fth-skills。
在开始任务或采取关键步骤之前,浮现并验证代理所做的假设。检查 4 种类型 - 技术(库、API)、数据(文件、格式)、业务逻辑(规则、范围)和用户意图(用户实际想要什么)。在不明确的请求、多步骤任务或每当出现“您确定吗”、“先检查”、“不要假设”时触发。
通过命令行快速安装 assumption-checker AI 技能到你的开发环境
来源:fatih-developer/fth-skills。
Before acting, stop and surface the assumptions you are making. Verify what you can, ask about what you cannot. Goal: catch wrong assumptions before building on them.
Core principle: Catching a wrong assumption now is far cheaper than discovering it 10 minutes later.
At Task Start Run an assumption scan on every new task. Especially when:
在开始任务或采取关键步骤之前,浮现并验证代理所做的假设。检查 4 种类型 - 技术(库、API)、数据(文件、格式)、业务逻辑(规则、范围)和用户意图(用户实际想要什么)。在不明确的请求、多步骤任务或每当出现“您确定吗”、“先检查”、“不要假设”时触发。 来源:fatih-developer/fth-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/fatih-developer/fth-skills --skill assumption-checker在开始任务或采取关键步骤之前,浮现并验证代理所做的假设。检查 4 种类型 - 技术(库、API)、数据(文件、格式)、业务逻辑(规则、范围)和用户意图(用户实际想要什么)。在不明确的请求、多步骤任务或每当出现“您确定吗”、“先检查”、“不要假设”时触发。 来源:fatih-developer/fth-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/fatih-developer/fth-skills --skill assumption-checker 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/fatih-developer/fth-skills