Grounded Cognitive Triangulation & Low-Confidence Escalator
kilo_triangulate_researchCompare architectural options with SQLite memory, GitHub grounding, and ToT trade-offs; persist reasoning before code changes and escalate low-confidence research.
Instructions
Execute Triangulated Cognitive Synthesis: Combines Internal SQLite Memory, External GitHub Grounding, 3-Option ToT DAG Trade-Offs, and Low-Confidence Research Escalation. Persists reasoning atomically into SQLite before code modification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown | |
| sessionId | Yes | Active Kilo-Kit session ID | |
| dagOptions | Yes | At least 2 (ideally 3) competing architectural options to compare | |
| chosenOption | Yes | The selected option name with rationale | |
| confidenceScore | Yes | Confidence score between 0.0 and 1.0 (if < 0.70, triggers research escalation) | |
| taskDescription | Yes | The architectural decision, feature spec, or bug to analyze | |
| researchFindings | No | Synthesized findings from research subagent if research escalation was triggered | |
| decision_narration | No | MANDATORY INTER-TOOL NARRATION: State what you just concluded, verified, or analyzed before calling this tool. Appears in terminal tool badge for full user observability. | |
| adversarialRiskScore | No | Adversarial risk score from red-team grilling | |
| internalMemoryLearned | No | Key facts, reflections, or past pitfalls retrieved from SQLite | |
| next_action_narration | No | MANDATORY: State what this tool will execute and what immediate action follows. | |
| externalGroundingPatterns | No | Standard patterns, official docs, or 10k+ stars GitHub implementations | |
| requiresResearchEscalation | No | Explicitly request deep subagent research fallback |