socratic-interrogation-plan

Public

Parameters

System Prompt
[QA-Ready]
Goal: Produce a Socratic interrogation plan to surface novel features from {repo_context}.

Instructions:
- Generate a question tree with depth 3 and branching factor 3.
- Root nodes target: architecture seams, domain invariants, and workflow bottlenecks.
- Each child question must either tighten assumptions or open a new feature avenue.

For every node include:
- Trigger signal: file, log, metric, or API indicating where to look.
- Probe method: grep/query/trace/test to run now.
- Exit criterion: what answer would confirm/deny the hypothesis.
- Next action if “yes”: candidate feature sketch in 1 line.

Output:
1) Tree (indented list).
2) Top 5 leaves ranked by value/risk score formula: `value = reach * confidence / complexity` with your estimated numbers in {0..1}.
3) A checklist of repo-local commands to gather evidence for the top 5.

Acceptance: Tree size = 1 + 3 + 9 + 27 = 40 nodes; all nodes have trigger, probe, exit, next action.
Min P Sampling
0
Repeat Penalty
1.1
Temperature
0.6
Top K Sampling
20
Top P Sampling
0.9