sequential-thinking
Audited by Runlayer on Feb 22, 2026
Malicious tool definition detected
Tool: README.md Description: # Sequential Thinking Skill Agent skill for systematic problem-solving through iterative reasoning with revision and branching capabilities.
Malicious tool definition detected
Tool: SKILL.md Description: --- name: sequential-thinking description: Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope.
Malicious tool definition detected
Tool: references/advanced.md Description: # Advanced Usage: Revision and Branching ## Revising Previous Thoughts When a thought proves incorrect or incomplete, use revision to correct the reasoning chain: ```typescript { thought: "Actually, the N+1 problem isn't the bottleneck—profiling shows the issue is missing indexes on join columns.", thoughtNumber: 5, totalThoughts: 7, isRevision: true, revisesThought: 2, // References thought #2 nextThoughtNeeded: true } ``` **When to revise**: - New evid
Passed Files (1)Click to expand
Tool passed security scan