A tool for dynamic, reflective problem-solving through a chain of numbered thoughts. Full parity with the Sequential Thinking MCP server — same parameters, same state management, same behavioral contract.
When this skill is activated, use scripts/think.ts as your primary reasoning mechanism. Do not reason in prose — reason through the script. Every step of your analysis should be a thought submitted via the script, making your reasoning chain explicit and trackable.
Each thought should be a single Bash tool call. Think in the thought, not outside it.
분기, 수정 및 적응형 깊이를 지원하는 구조화된 순차적 사고를 통해 역동적이고 성찰적인 문제 해결. 이 기술은 다음과 같은 경우에 사용됩니다. (1) 복잡한 문제를 단계적으로 세분화, (2) 수정 여지가 있는 계획 및 설계, (3) 과정 수정이 필요할 수 있는 분석, (4) 전체 범위가 초기에 명확하지 않은 문제, (5) 유지된 컨텍스트가 필요한 다단계 솔루션, (6) 관련 없는 정보를 필터링해야 하는 상황, (7) 가설 생성, 검증 및 반복적 개선을 통해 이점을 얻는 모든 작업. 트리거: 철저하게 생각하기, 단계별로 생각하기, 분석하기, 순차적으로 생각하기, 추론하기, 단계별로 분석하기, 주의 깊게 생각하기, 구조화된 다단계 추론을 통해 문제가 확실히 이익을 얻을 때. 출처: thedotmack/sequential-thinking-skill.