# richards199999/thinking-claude

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/richards199999-thinking-claude).**

17,061 stars · 1,978 forks · TypeScript · MIT

## Links

- GitHub: https://github.com/richards199999/Thinking-Claude
- awesome-repositories: https://awesome-repositories.com/repository/richards199999-thinking-claude.md

## Description

Thinking-Claude is a browser extension and reasoning interface designed to compel large language models to perform deep inner monologues before delivering final responses. It functions as a thought process formatter that organizes internal AI reasoning into a structured format.

The tool uses systematic reasoning prompts and instruction-based injection to force models through a multi-step verification process. This ensures the AI executes a recursive loop of reasoning and self-correction prior to emitting an answer.

To manage this output, the project employs client-side response interception and document object model restructuring. This transforms raw model output into collapsible HTML sections and applies custom stylesheets to visually distinguish internal thoughts from the final response.

## Tags

### Artificial Intelligence & ML

- [Reasoning Formatters](https://awesome-repositories.com/f/artificial-intelligence-ml/reasoning-formatters.md) — Provides a specialized interface to organize internal AI reasoning into structured, collapsible browser sections.
- [Instructional Prompting](https://awesome-repositories.com/f/artificial-intelligence-ml/instructional-prompting.md) — Uses specific behavioral directives to compel the model to generate detailed internal reasoning.
- [Self-Correction Loops](https://awesome-repositories.com/f/artificial-intelligence-ml/multi-step-goal-execution/self-correction-loops.md) — Directs the AI to execute a recursive loop of reasoning and self-correction prior to delivering a response.
- [Reasoning Strategy Design](https://awesome-repositories.com/f/artificial-intelligence-ml/prompt-engineering-guides/reasoning-strategy-design.md) — Applies systematic instructions and modifications to guide how an AI processes information and structures its thoughts.
- [Reasoning Models](https://awesome-repositories.com/f/artificial-intelligence-ml/reasoning-models.md) — Enhances AI reasoning by forcing the model to perform detailed inner monologues and multi-step verification.
- [Chain-of-Thought Enforcement](https://awesome-repositories.com/f/artificial-intelligence-ml/reasoning-models/chain-of-thought-enforcement.md) — Guides the model through a thorough multi-step inner monologue and verification process. ([source](https://github.com/richards199999/thinking-claude#readme))
- [Reasoning Transparency Interfaces](https://awesome-repositories.com/f/artificial-intelligence-ml/reasoning-models/reasoning-transparency-interfaces.md) — Exposes the internal model reasoning steps through a specialized browser extension interface.
- [Reasoning Process Controllers](https://awesome-repositories.com/f/artificial-intelligence-ml/reasoning-workflows/reasoning-process-controllers.md) — Configures the model to output a structured, systematic thinking process as part of its final response. ([source](https://github.com/richards199999/thinking-claude#readme))

### Content Management & Publishing

- [DOM-Based Content Renderers](https://awesome-repositories.com/f/content-management-publishing/content-processing-transformation/document-processing-conversion/document-processing/rendering-visualization/dom-based-content-renderers.md) — Parses raw AI output to wrap reasoning blocks in collapsible HTML elements within the browser DOM.

### User Interface & Experience

- [Browser Interface Customizers](https://awesome-repositories.com/f/user-interface-experience/browser-interface-customizers.md) — Customizes the AI chat interface to make complex thought processes easier to navigate and copy.
- [Collapse Sections](https://awesome-repositories.com/f/user-interface-experience/collapse-sections.md) — Organizes complex internal reasoning into collapsible sections to improve navigation and readability. ([source](https://github.com/richards199999/thinking-claude#readme))
- [DOM Manipulators](https://awesome-repositories.com/f/user-interface-experience/dom-manipulators.md) — Implements real-time modification of the browser's document object model to intercept and format AI responses.
