What problem does it solve?
Multi-step reasoning engine for complex analysis and systematic problem solving. Use when: (1) Complex debugging scenarios with multiple layers, (2) Architectural analysis and system design, (3) Problems requiring hypothesis testing and validation, (4) Multi-component failure investigation, (5) Performance bottleneck identification.
Core Features & Use Cases
- Iterative thinking chain with numbered thoughts, optional revisions, and branching to explore alternatives.
- Local persistence of thought history with a simple JSON store and the ability to view or clear history.
- Lightweight CLI workflow that coordinates complex multi-step reasoning without external dependencies.
- Example: analyse a failing microservice by breaking down symptoms, hypotheses, tests, and conclusions in a traceable chain.
Quick Start
Launch the CLI thinking chain by running python scripts/sequential_think_cli.py think with your first thought and total steps.