Последовательное мышление при анализе задач

learning

vc-sequential-thinking is a Claude Code skill that applies structured, step-by-step reasoning to complex problems, with built-in support for revision and course correction at any point in the analysis. It handles multi-step problem decomposition, hypothesis generation and verification, adaptive planning with a dynamically adjustable thought count, and explicit branching when multiple approaches need comparison. Each thought builds on prior context, states assumptions and uncertainties, and can be marked as a REVISION — logging what changed, why, and what it affects downstream. Optional scripts `process-thought.js` and `format-thought.js` enable deterministic validation and formatted output, while reference files in `references/` provide worked examples for debugging, API design, and architecture decisions. Well-suited for debugging sessions, analytical research, and any problem where scope is unclear or evolves as work progresses.