self-reflecting-chain
✓Sequential reasoning with deep self-reflection and backtracking. Use when problems have step-by-step dependencies, need careful logical reasoning, or require error correction. Each step includes self-reflection, and incorrect steps trigger backtracking. Ideal for debugging, mathematical proofs, sequential planning, or causal analysis where order matters.
Installation
SKILL.md
Purpose: Sequential step-by-step reasoning with deep self-reflection at each step. Unlike parallel exploration (ToT/BoT), this follows a single logical chain, reflects on each step's validity, and backtracks when errors detected.
| Problem Type | Use Self-Reflecting Chain | Use ToT/BoT |
| Dependencies | Sequential steps | Independent paths | | Goal | Single logical conclusion | Explore options | | Method | Step-by-step reasoning | Parallel branches | | Backtracking | Return to previous step | Prune branches | | Output | Reasoning trace | Multiple solutions |
Sequential reasoning with deep self-reflection and backtracking. Use when problems have step-by-step dependencies, need careful logical reasoning, or require error correction. Each step includes self-reflection, and incorrect steps trigger backtracking. Ideal for debugging, mathematical proofs, sequential planning, or causal analysis where order matters. Source: kimasplund/claude_cognitive_reasoning.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/kimasplund/claude_cognitive_reasoning --skill self-reflecting-chain- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-15
- Updated
- 2026-02-18
Quick answers
What is self-reflecting-chain?
Sequential reasoning with deep self-reflection and backtracking. Use when problems have step-by-step dependencies, need careful logical reasoning, or require error correction. Each step includes self-reflection, and incorrect steps trigger backtracking. Ideal for debugging, mathematical proofs, sequential planning, or causal analysis where order matters. Source: kimasplund/claude_cognitive_reasoning.
How do I install self-reflecting-chain?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kimasplund/claude_cognitive_reasoning --skill self-reflecting-chain Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/kimasplund/claude_cognitive_reasoning
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-15