Deep Dive
Skill Verifiziert Aktiv2-stage pipeline: trace (causal investigation) -> deep-interview (requirements crystallization) with 3-point injection
To systematically uncover the root cause of a problem and then precisely define the necessary requirements, bridging the gap between investigation and actionable plans.
Funktionen
- 2-stage pipeline: trace (causal investigation) -> deep-interview (requirements crystallization)
- 3 parallel trace lanes for comprehensive investigation
- 3-point injection mechanism to enrich interview context
- State persistence for resume resilience
- Seamless handoff to planning and execution skills
Anwendungsfälle
- Investigating unknown root causes of bugs or system failures
- Clarifying requirements for complex features before development
- Understanding existing system behavior before making changes
- When users request a 'deep dive' or 'trace and interview'
Nicht-Ziele
- Directly executing code or making changes
- Replacing standalone trace or deep-interview skills for specific use cases
- Acting as a replacement for a full PRD or spec when one already exists
Workflow
- Parse user input and detect project type (brownfield/greenfield).
- Generate 3 trace lane hypotheses.
- Present hypotheses for user confirmation.
- Execute trace lanes in parallel (or sequentially) with team mode.
- Synthesize trace findings, identify critical unknowns, and save trace results.
- Initiate deep-interview phase with injected trace context and initial questions.
- Conduct iterative, Socratic interview until ambiguity threshold is met.
- Generate final spec document with trace findings.
- Present execution options (ralplan, autopilot, etc.) via workflow pre-flight checks.
Praktiken
- Causal investigation
- Requirements gathering
- Workflow orchestration
- System analysis
Voraussetzungen
- Claude Code CLI
- Claude Max/Pro subscription or Anthropic API key
- tmux (for certain features like rate limit waiting)
Documentation
- info:Configuration & parameter referenceWhile the SKILL.md describes workflow and state persistence, explicit documentation for all potential configuration parameters, defaults, and precedence orders is not detailed.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add Yeachan-Heo/oh-my-claudecode/plugin install oh-my-claudecode@omcQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Ralplan
99Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution
Ce Brainstorm
100Explore requirements and approaches through collaborative dialogue, then write a right-sized requirements document. Use when the user says "let's brainstorm", "what should we build", or "help me think through X", presents a vague or ambitious feature request, or seems unsure about scope or direction -- even without explicitly asking to brainstorm.
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Context Mode Ops
100Verwalten Sie GitHub-Issues, PRs, Releases und Marketing mit parallelen Subagenten-Armeen im Context-Mode. Orchestriert 10-20 dynamische Agenten pro Aufgabe. Verwenden Sie dies bei der Triage von Issues, der Überprüfung von PRs, der Veröffentlichung von Versionen, dem Schreiben von LinkedIn-Posts, der Ankündigung von Releases, der Behebung von Fehlern, dem Mergen von Beiträgen, der Validierung von ENV-Variablen, dem Testen von Adaptern oder dem Synchronisieren von Branches.
Fixflow
100Führen Sie Codierungsaufgaben mit einem strengen Liefer-Workflow aus: Erstellen Sie einen vollständigen Plan, implementieren Sie Schritt für Schritt, führen Sie kontinuierlich Tests durch und committen Sie standardmäßig nach jedem Schritt (`per_step`). Unterstützt explizite Commit-Policy-Überschreibungen (`final_only`, `milestone`) und optional BDD (Given/When/Then), wenn Benutzer verhaltensgesteuerte Bereitstellung anfordern oder Anforderungen unklar sind.
Kotlin Mcp Server Generator
100Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.