aletheia-reasoning
Structured iterative reasoning framework for deep problem solving, featuring verification loops and refinement stages.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Structured iterative reasoning framework for deep problem solving, featuring verification loops and refinement stages.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
Main application building orchestrator. Creates full-stack applications from natural language requests.
Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation.
Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting.
AI operational modes (BRAINSTORM, IMPLEMENT, DEBUG, REVIEW, TEACH, SHIP).
Socratic questioning protocol + user communication. MANDATORY for complex requests.
| name | aletheia-reasoning |
| description | Structured iterative reasoning framework for deep problem solving, featuring verification loops and refinement stages. |
Intelligence Level: High (ECC Optimized)
Source of Truth: .agent/skills/aletheia-reasoning/SKILL.md, directives/GEMINI.md
Last Hardened: 2026-04-01
Standard Compliance: ECC-CORE (Enhanced Contextual Clarity - Core Reasoning)
[!IMPORTANT] AI Assist Note (Cognitive Logic): This is the foundational reasoning engine for all Tadpole agents.
- Loop Strictness: Never bypass the Verifier stage.
- Fault Attribution: Rejections MUST include a specific failure reason to guide the Reviser.
- Context Awareness: The Generator must prioritize the user's specific OS and environment constraints.
Aletheia is a high-fidelity reasoning framework designed to bridge the gap between simple prediction and rigorous proof/verification. It utilizes an agentic loop to ensure logical consistency and peak accuracy for complex tasks.
The Aletheia workflow follows a strict iterative loop:
graph LR
P[Problem] --> G[Generator]
G --> CS[Candidate Solution]
CS --> V{Verifier}
V -- "Critically Flawed" --> G
V -- "Minor Fixes" --> R[Reviser]
V -- "Correct" --> FO[Final Output]
R --> CS
The initial engine that consumes the problem statement and produces a high-probability Candidate Solution. It focuses on breadth and creative approach selection.
The critic. Its job is to audit the Candidate Solution for logical fallacies, edge-case failures, or inaccuracies.
The refiner. It takes specific feedback from the Verifier and makes targeted adjustments to the Candidate Solution without starting from scratch. Once revised, the solution is sent back to the Verifier for re-evaluation.