Agent skill
sequential-thinking
Break down complex problems into a step-by-step chain of thought for better reasoning
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/brain-andreibesleaga-gabbe-7
SKILL.md
Sequential Thinking Skill
Goal
Solve complex problems by breaking them down into small, logical steps. This prevents "jumping to conclusions" and reduces hallucination.
Steps
-
Decompose
- Break the user's request into atomic components.
- List what you know, what you assume, and what you need to find out.
-
Plan
- Outline a linear sequence of steps to solve the problem.
- Example: Research -> Hypothesis -> Limit Test -> Implement -> Verify.
-
Execute Step-by-Step
- Validating each step before moving to the next.
- If a step fails or reveals new info, update the Plan.
-
Review & Sythesize
- Review your chain of reasoning. Does the conclusion logically follow?
- Formulate the final answer based on the verified steps.
Constraints
- Do NOT output the final answer until the thinking process is complete.
- Be explicit about uncertainty ("I am 80% confident that...").
- Use
<thinking>blocks if supported by the interface, otherwise clear headers.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?