一套结构化的苏格拉底式分析框架,用于把复杂问题推进到可验证、可执行、可收敛的答案。V6 的重点不是“审核内容”,而是先生成当前最好的分析内容,再通过苏格拉底追问把它推深;Evaluator 只负责决定是否继续迭代。
A structured Socratic analysis framework for driving complex problems toward answers that are verifiable, actionable, and convergent. V6 is generator-first: it produces the current best answer, improves it through Socratic questioning, and uses an evaluator only to decide whether another round is worth doing.
当答案容易变得表面、根因不清、或者你需要一个能持续提升分析质量、但又不会无限空转的过程时使用。
Use it when answers feel superficial, root causes are unclear, or you need a disciplined process that improves analysis quality without iterating forever.
- 主 skill 每轮先生成当前最佳答案
- 苏格拉底提问负责把答案推深、承压、收敛
- Round Evaluator 只负责
Stop Candidate / Continue / Repair then Continue - 任何最终停止都必须再通过 Termination Evaluator
- 默认只展示结构化的 Iteration Snapshot
- 用户想看过程时,可追加轻量 Gate Summary
- 不直接暴露未整理的原始思考草稿
SKILL.md— 主规范与运行协议references/— 示例、失败模式、迭代门 rubric、Evaluator prompt、output protocoltests/— 历史评估报告与执行日志材料