framework-critical-thinking

Architect AI agents with multi-step reasoning and self-correcting capabilities.

100|15|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/rfxlamia/claude-skillkit --skill framework-critical-thinking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: framework-critical-thinking
Source: https://github.com/rfxlamia/claude-skillkit/tree/main/skills/framework-critical-thinking
Command: npx skills add https://github.com/rfxlamia/claude-skillkit --skill framework-critical-thinking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Architectural framework for building AI agents with critical thinking capabilities, including structured reasoning selection, metacognitive monitoring, self-verification, and bias detection to improve reliability and transparency.

Core Features & Use Cases

  • Reasoning Router selects the optimal reasoning method (CoT/ToT/GoT/Self-Consistency) based on task characteristics and constraints.
  • Metacognitive Monitor and Anomaly Detector provide confidence scoring and self-correction triggers to reduce hallucinations.
  • Self-Verifications, Bias Detectors, and Memory Curation create a robust quality gate for outputs and provenance.
  • Use cases include constructing production-grade AI agents for research automation, complex planning, and risk-aware decision support.

Quick Start

Configure your AI agent with a Reasoning Router, Metacognitive Monitor, and Self-Verification to enable reliable, self-correcting reasoning.

Frequently Asked Questions about framework-critical-thinking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build AI agents with reliable multi-step reasoning?

Build reliable AI agents by configuring a modular architecture featuring a Reasoning Router for method selection, a Metacognitive Monitor for confidence scoring, and Self-Verification mechanisms to reduce hallucinations.

What is metacognitive monitoring for self-correcting AI agents?

Metacognitive monitoring provides confidence scoring and triggers self-correction in AI agents, reducing hallucinations by actively evaluating reasoning quality and detecting anomalies during complex multi-step tasks.

How do I select the best reasoning framework for complex AI planning?

Select the best reasoning framework by using a Reasoning Router that evaluates task characteristics and constraints to automatically choose between Chain-of-Thought, Tree-of-Thought, Graph-of-Thought, and Self-Consistency methods.

Can I use critical thinking frameworks for research automation agents?

Yes, critical thinking frameworks directly support research automation agents. The architecture enables research assistants and decision-support systems by applying structured reasoning selection and bias mitigation across domains.

How do I add bias detection and memory curation to AI agents?

Add bias detection and memory curation by integrating a Bias Detector and Memory Curator into your agent architecture, creating a robust quality gate for validating outputs and tracking information provenance.

What are the limitations of self-correcting reasoning in AI agents?

Limitations of self-correcting reasoning include the processing overhead from maintaining modular components like the Reasoning Router and Metacognitive Monitor, requiring careful configuration to balance reliability against latency.