deepthinklisted
Install: claude install-skill lacerbi/dotclaude
## Problem
$ARGUMENTS
## Configuration
Defaults: **5 agents** for Cycle 1, **3 agents** for subsequent cycles, **2–3 cycles** (2 if early convergence, 3 if significant disagreement persists). Adjust if the user specifies (e.g., "use 10 agents", "do 4 rounds", "go deeper").
## Your Task
Achieve higher-quality analysis through **parallel independent reasoning with iterative refinement**.
**You (main agent)** orchestrate and synthesize. Sub-agents analyze based on the context you provide.
---
## Phase 0: Context Preparation
**Before spawning any sub-agents, ensure you have sufficient context.**
If you lack understanding of the problem domain, codebase, or relevant materials:
- Explore the project structure
- Read relevant files in full
- Gather whatever context is needed to deeply understand the problem
If you already have sufficient context from the current conversation, proceed directly.
**Critical**: Sub-agents will only know what you tell them. They start cold with no access to your conversation history or accumulated understanding.
---
## Spawning Sub-Agents: Context Requirements
When spawning each sub-agent, you **must** include in the prompt:
1. **Full problem statement** with background and goals
2. **Relevant file contents** (or key excerpts) that inform the analysis
3. **Key findings** you've already established
4. **Specific constraints or requirements** the user has mentioned
5. **The assigned lens** for that agent's perspective
Do NOT assume sub-agent