mirror of
https://github.com/duthaho/claudekit.git
synced 2026-07-19 22:19:40 +03:00
feat: adding new skills, including testing patterns and methodologies, along with bundled resources for better usability.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
---
|
||||
name: sequential-thinking
|
||||
description: >
|
||||
Trigger this skill for any complex problem requiring careful step-by-step reasoning, evidence collection, and confidence tracking. Use when debugging has multiple possible causes, when making architecture decisions with trade-offs, during security analysis or audits, for performance investigations, or whenever decisions need explicit documentation. Activate aggressively for any scenario where jumping to conclusions would be risky or where the reasoning chain matters as much as the answer.
|
||||
---
|
||||
|
||||
# Sequential Thinking
|
||||
|
||||
## Description
|
||||
|
||||
Step-by-step reasoning methodology with explicit evidence collection and confidence tracking. Use for complex problems requiring careful analysis and documented decision-making.
|
||||
|
||||
## When to Use
|
||||
|
||||
- Complex debugging
|
||||
@@ -13,6 +15,12 @@ Step-by-step reasoning methodology with explicit evidence collection and confide
|
||||
- Any problem with multiple possible causes
|
||||
- When decisions need documentation
|
||||
|
||||
## When NOT to Use
|
||||
|
||||
- Simple straightforward tasks where the answer is obvious and well-known
|
||||
- Mechanical code changes like renames, formatting, or boilerplate generation
|
||||
- When the MCP sequential-thinking server is unavailable and structured tool support is needed
|
||||
|
||||
---
|
||||
|
||||
## The Sequential Process
|
||||
@@ -243,3 +251,9 @@ needsMoreThoughts: If more analysis needed
|
||||
- Performance investigations
|
||||
|
||||
---
|
||||
|
||||
## Related Skills
|
||||
|
||||
- `methodology/brainstorming` - Use brainstorming for open-ended creative exploration; use sequential thinking when you need structured evidence-based analysis
|
||||
- `methodology/root-cause-tracing` - Complements sequential thinking by providing the tracing methodology to follow during evidence gathering steps
|
||||
- `methodology/systematic-debugging` - Use systematic debugging for the overall debugging framework; sequential thinking adds rigorous documentation and confidence tracking
|
||||
|
||||
Reference in New Issue
Block a user