← ClaudeAtlas

deep-analysislisted

Runs a long, structured multi-step reasoning chain over the sequential-thinking MCP server, with branching, revision, and explicit hypothesis verification. Reserved for consequential, genuinely open problems whose answer cannot be reached by reading the code — an architecture decision with several defensible options, an unexplained performance bottleneck, technology selection, design trade-offs, or a migration and risk strategy. Because it is slow and token-heavy it is not for questions with one correct answer, factual or syntax lookups, summarizing or explaining existing code, a defect with an obvious cause, or applying a fix already chosen. Prefer /investigate for root-cause work on a reproducible defect, and /diverge when the need is a wide option space rather than one reasoned conclusion.
pfangueiro/claude-code-agents · ★ 6 · AI & Automation · score 79
Install: claude install-skill pfangueiro/claude-code-agents
# 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 `/investigate` for 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. ## Pre-Flight Gate Activation is decided by the frontmatter description alone — this file is read only AFTER the skill has been selected. Nothing here can prevent over-triggering, so this gate is a **post-selection redirect**, not a filter. **Before proceeding, check the ABORT conditions below. If any holds, STOP, say in one line which one fired, and take the redirect instead of starting the chain.** Being invoked — including a literal `/deep-analysis` or "give me a deep analysis" — does NOT override an ABORT: the phrasing that selected this skill is not evidence the problem is hard. | ABORT when the ask is… | Redirect | |---|---| | A factual, syntax, or definition lookup — anything with one correct answer | Answer directly | | Summarizing or explaining existing code | Read the cod