质疑驱动开发

原名:doubt-driven-development

对关键技术判断引入独立反向审查,降低过度自信带来的错误。

中文 Skills 技能说明

适合生产系统、安全逻辑和难以回退的改动。它会让新上下文重新检查假设、证据和反例,再决定是否保留原方案;审查不代替测试和真实环境验证。

上游能力依据

上游原始适用说明:Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later.

上游 SKILL.md 主要章节(保留原文标题):

使用边界

先读取项目约定、依赖版本和现有测试,再提出最小改动。写文件、运行脚本、提交代码或发布前应检查差异并保留回退路径。

作者、翻译与许可证

原作者
Addy Osmani
中文翻译
CEOFans翻译
许可证
MIT
上游来源
https://github.com/addyosmani/agent-skills/tree/f49337711b7a932b4b338c1d4ad73384df8fd87d/skills/doubt-driven-development

适用范围

平台:linux、macos、windows;标签:Methodology、Assumptions、Verification

安全提示

基础静态扫描不等于绝对安全。技能可能调用命令、浏览器、云服务或本地文件,请在最小权限环境中使用,高风险操作必须人工确认。

如发现侵权、许可证或安全问题,可在本页前台提交投诉,管理员复核后可立即下架。