mirror of
https://github.com/secondsky/claude-skills.git
synced 2026-09-18 19:54:22 +08:00
292c93845e
- Rewrites AI-sounding text to read human; 8 editing passes + review-only mode - Adapted from jpeggdev/humanize-writing (MIT); npm installer scaffolding dropped - Frontmatter condensed to 238 chars (sync enforces 250 max for single-skill plugins) - Lockstep bump 3.8.0 -> 3.9.0: all 145 plugins, both marketplaces, package.json - CHANGELOG entry for 3.9.0
Sequential Thinking Skill
Structured problem-solving through iterative reasoning with revision and branching capabilities.
Overview
This skill enables Claude to break complex problems into sequential thought steps, dynamically adjust scope, revise previous conclusions, and explore alternative reasoning paths.
Core Capabilities
- Iterative reasoning: Break complex problems into sequential steps
- Dynamic scope: Adjust total thought count as understanding evolves
- Revision tracking: Reconsider and modify previous conclusions
- Branch exploration: Explore alternative reasoning paths
- Maintained context: Keep track of reasoning chain
When to Use
- Problem requires multiple interconnected reasoning steps
- Initial scope or approach is uncertain
- Need to filter through complexity to find core issues
- May need to backtrack or revise earlier conclusions
- Want to explore alternative solution paths
Don't use for: Simple queries, direct facts, or single-step tasks.
Auto-Trigger Keywords
- complex problem solving
- sequential reasoning
- step by step analysis
- problem decomposition
- iterative thinking
- branching logic
- thought revision
- multi-stage analysis
Source
Adapted from mrgoonie/claudekit-skills
License
MIT