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.