Claude
Skills
Sign in
Back

deepplan

Included with Lifetime
$97 forever

Deep multi-agent planning session (alias for /swarm-loop --mode deepplan)

AI Agents

What this skill does


# Deepplan Command

Execute the setup script with deepplan mode:

```!
mkdir -p .claude
# Write arguments to a PID-unique file using a quoted heredoc to prevent shell
# expansion of special chars ($, backticks, braces, parens) in user prompts.
_prompt_file=".claude/swarm-loop.local.prompt.$$.md"
cat <<'__SWARM_PROMPT_EOF__' > "$_prompt_file"
$ARGUMENTS
__SWARM_PROMPT_EOF__
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-swarm-loop.sh" --mode deepplan --prompt-file "$_prompt_file"
```

You are now the DEEPPLAN ORCHESTRATOR. Follow the instructions output by the setup script exactly.

Deepplan mode uses a persistent team with diverse-perspective teammates:
- Phase 1: 3 scout teammates (architect, pathfinder, adversary) explore in parallel
- Phase 2: Orchestrator synthesizes findings into structured plan
- Phase 3: 2 critique teammates (pragmatist, strategist) review the draft from opposing angles; orchestrator revises based on their feedback
- Phase 4: Deliver revised plan via ExitPlanMode for user approval

Do not skip the exploration and critique phases. Do not implement — plan only.

Related in AI Agents