Tool: run_reasonkit_pipeline
Purpose
Execute Test mode governance markers and produce a route decision.
Current implementation mode: heuristic. Stages are deterministic governance markers plus verification gates; they are not model-backed stage analyses. The advanced ReasonKit stages are native stage names and prompt-pack triggers, not external subprocess skill execution.
Input
deliberation_idstages: optional override listprofile:quick | balanced | deep | paranoid
Output
stage_findingsroute_decisionconfidence_rationaleevidence_gapsanalysis: provenance and limitations for the pipeline run
Test mode callers should pair this with verify_thoughts and run_reasoning_checkpoint so unsupported claims become explicit DATA_DEFICIT or SOURCE_CONFLICT blockers instead of hidden assumptions.
Default stage sequence
- constraint-mapping
- diverse-thinking
- first-principles
- hypothesis-rivalry
- causal-modeling
- tradeoff-analysis
- fallacy-detection
- triangulation
- brutal-honesty
- calibration-routing
stage_findings[].confidence is retained for compatibility, but stage_findings[].confidence_basis explains that current values are heuristic markers rather than semantic confidence.
Custom stages
Clients may pass stages to override the sequence. The built-in intent router adds hypothesis-rivalry-pack, causal-modeling-pack, or tradeoff-analysis-pack when user wording asks for those analysis modes.