| name | go-deep |
| description | Advanced research and verification methodologies using multi-phase approaches and parallel sub-agents. Use for deep research on complex topics, multi-model verification of arguments, or decomposing features into atomic commit plans. |
| metadata | {"version":"0.0.1"} |
Go Deep
This skill provides structured approaches for thorough investigation, verification, and planning tasks.
Available Methods
Deep Research
Use deep-research for multi-phase research:
- Scout Phase: Identify 5-8 key subtopics
- Parallel Deep-Dive: Research each subtopic independently
- Synthesis: Combine findings into a cohesive report
Multi-Model Verification
Use deep-verify to verify arguments using multiple AI models:
- Task Definition: Prepare unbiased verification brief
- Parallel Verification: Dispatch to independent sub-agents
- Consensus Analysis: Synthesize findings, surface agreements and conflicts
Deep Plan
Use deep-plan to decompose a feature into a sequence of atomic, reviewable commits:
- Scope Analysis: Explore codebase, map dependencies, identify natural split points
- Commit Decomposition: Break work into ordered, independently reviewable commits
- Plan File Generation (Parallel Sub-Agents): Dispatch sub-agents to write numbered plan files (
001-*.md, 002-*.md, ...) to {task-folder}/<feature>/<work>/ — each sub-agent explores the relevant code and enriches the plan
- Validation: Verify coverage, ordering, atomicity, and testability