Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socratic Problem Solver

一套结构化的苏格拉底式分析框架,用于把复杂问题推进到可验证、可执行、可收敛的答案。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.

用法 | Usage

当答案容易变得表面、根因不清、或者你需要一个能持续提升分析质量、但又不会无限空转的过程时使用。

Use it when answers feel superficial, root causes are unclear, or you need a disciplined process that improves analysis quality without iterating forever.

核心机制 | Core Mechanics

  1. 主 skill 每轮先生成当前最佳答案
  2. 苏格拉底提问负责把答案推深、承压、收敛
  3. Round Evaluator 只负责 Stop Candidate / Continue / Repair then Continue
  4. 任何最终停止都必须再通过 Termination Evaluator

过程可见性 | Process Visibility

  • 默认只展示结构化的 Iteration Snapshot
  • 用户想看过程时,可追加轻量 Gate Summary
  • 不直接暴露未整理的原始思考草稿

仓库结构 | Repository Layout

  • SKILL.md — 主规范与运行协议
  • references/ — 示例、失败模式、迭代门 rubric、Evaluator prompt、output protocol
  • tests/ — 历史评估报告与执行日志材料

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors