deep-analysis
Installation
SKILL.md
Deep Analysis — Structured Reasoning Engine
Multi-step reasoning through the sequential-thinking MCP server. Decomposes complex problems into discrete thinking steps with branching, revision, and hypothesis verification.
When to Use
- Architectural decisions with multiple valid approaches
- Performance diagnosis where the bottleneck is unclear
- Technology selection requiring trade-off evaluation
- Complex debugging (use
/investigatefor full root cause protocol) - System design with many interconnected parts
- Migration strategies with risk assessment
Do NOT use for: Simple lookups, straightforward implementations, well-established patterns, or tasks where the answer is obvious.