introspection

Community

Uncover AI reasoning, learn, and optimize.

Authorsamhvw8
Version1.0.0
Installs0

System Documentation

What problem does it solve?

AI decision-making can be opaque, making it hard to understand why certain choices were made or to debug unexpected outcomes. This Skill provides a meta-cognitive analysis framework, exposing Claude's internal reasoning, decision patterns, and problem-solving approaches for transparency and continuous improvement.

Core Features & Use Cases

  • Reasoning Transparency: Explicitly reveal the "why" behind chosen approaches, alternatives considered, and decision logic.
  • Pattern Detection: Identify recurring issues, common mistakes, and successful strategies across tasks.
  • Learning Capture: Extract actionable insights from successes and failures to refine future problem-solving.
  • Use Case: Claude's solution to a coding problem didn't work as expected. Activating this Skill prompts Claude to analyze its own thought process, revealing assumptions, overlooked patterns, and potential misinterpretations, leading to a clearer path for error recovery and future prevention.

Quick Start

To trigger introspection, ask Claude to explain its reasoning.

Example:

"Explain your reasoning for choosing that approach."

"Why did you select Grep over the Task agent?"

"Analyze my decision process for the last task."

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: introspection
Download link: https://github.com/samhvw8/dotfiles/archive/main.zip#introspection

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository