Анализ первопричин и сбор требований
★ 8.5 · vibe-coding
deep-dive is a Claude Code skill that runs a 2-stage pipeline: a causal trace phase with 3 parallel investigation lanes, followed by a structured requirements interview — connected by a 3-point context injection mechanism so no findings are lost between stages. When users run `/trace` and `/deep-interview` separately, discovered root causes, mapped system areas, and identified unknowns never reach the interview phase, which restarts from scratch. deep-dive eliminates that gap by transferring trace findings directly into interview initialization, focusing early questions on what the trace could not resolve autonomously. The output is a specification written to `.omc/specs/deep-dive-{slug}.md`, handed off to the `plan` skill. Best suited for bug investigations with unknown root causes, pre-change system behavior analysis, and ambiguous problems where jumping straight to code would waste cycles.
- #deep-dive
- #investigation
- #requirements-gathering
- #root-cause-analysis
- #specification