Agent skill
sequential-thinking
(ePost) Use when facing a complex problem that needs step-by-step breakdown, branching analysis, or iterative reasoning
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/sequential-thinking-klara-copilot-epost-agent-kit
Metadata
Additional technical details for this skill
- keywords
-
sequential thinking analysis step-by-step reasoning logic stuck complex bug
- triggers
-
[ "complex problem", "step by step", "analyze" ] - platforms
-
[ "all" ] - connections
-
{ "enhances": [ "debug" ] } - agent affinity
-
[ "epost-debugger", "epost-planner", "epost-fullstack-developer", "epost-brainstormer" ]
SKILL.md
Sequential Thinking Skill
Purpose
Structured step-by-step analysis for complex problems.
When Active
Use for debugging, test planning, architecture decisions, root cause analysis.
Expertise
Core Patterns
Linear Decomposition
Break problem into ordered steps. Each step builds on previous.
Branching Analysis
Explore multiple paths. Evaluate each independently.
Revision Loop
After reaching conclusion, revisit assumptions. Check for gaps.
Thought Structure
- State the problem clearly
- List known facts
- Identify unknowns
- Form hypothesis
- Test hypothesis with evidence
- Revise if needed
- State conclusion with confidence level
When to Use
- Debugging: Trace execution flow step by step
- Testing: Identify all paths that need coverage
- Architecture: Evaluate trade-offs systematically
- Root Cause: Follow evidence chain to source
- Design: Think through all edge cases
Patterns
Hypothesis Testing
Hypothesis: [Your guess]
Evidence for: [Supporting facts]
Evidence against: [Contradicting facts]
Conclusion: [Accept/Reject/Uncertain]
Best Practices
- Write your thinking, don't keep it mental
- Verify each step before moving to next
- Challenge assumptions explicitly
- Consider multiple root causes
- Document your reasoning trail
Related Skills
debug— Systematic debugging methodologyproblem-solving— Root cause analysis techniquesplan— Implementation planning and task breakdown
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?