claude-code-induced-introspection banner
mo-haggag mo-haggag

claude-code-induced-introspection

Git community intermediate

Description

This repository contains a comprehensive extraction and analysis of Claude Code's system prompt, along with detailed explanations of inferred key subsystems and tools, and an architectural analysis using a prompting technique we call "Induced Introspection", which systematically prompts the system t

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code: Induced Introspection

This repository contains a comprehensive extraction and analysis of Claude Code's system prompt, along with detailed explanations of inferred key subsystems and tools, and an architectural analysis using a prompting technique we call "Induced Introspection", which systematically prompts the system to articulate its own "self-image" through structured dialogue. This allows us to document how Claude Code functions as an agentic system for software engineering tasks.


Table of Contents

  1. About
  2. Purpose
  3. Repository Structure
  4. Methodology
  5. Architecture Overview
  6. Key Architectural Components
  7. Subsystems Integration
  8. Documentation Contents

About

Rather than reverse engineering from external artifacts, we guided Claude Code to reflect upon and document how it conceptualizes its own internal mechanisms. This approach offers unique insights into how agentic LLM-based systems represent their own operational models.

**Note:** This documentation represents Claude Code's self-conceptualization, not a definitive description of the actual implementation.


Purpose

This repository serves as a reference for:

  1. Understanding Claude's capabilities and limitations
  2. Learning about Claude Code's available tools
  3. Improving Claude interactions by aligning with its parameters
  4. Academic research on LLM agent frameworks
  5. Studying agentic LLM system design principles
  6. Exploring patterns for building similar systems

Repository Structure

claude-code-docs/
├── docs/
│   ├── architecture/       # High-level architectural analysis

...