
deep-plan
Structured clarification before decisions. Use when user is in PLANNING mode, explicitly asks to plan or discuss, or when agent faces choices requiring user input. Ensures agent asks questions instead of making autonomous decisions when multiple valid approaches exist or context is missing.
Structured clarification before decisions. Use when user is in PLANNING mode, explicitly asks to plan or discuss, or when agent faces choices requiring user input. Ensures agent asks questions instead of making autonomous decisions when multiple valid approaches exist or context is missing.
Deep Plan
Systematic approach for gathering requirements and clarifying decisions before implementation.
When to Activate
- User is in PLANNING mode
- User explicitly asks to "plan", "discuss", "let's think through", "review approach", "before we start", "what do you think about"
- Agent identifies choices between 2+ valid approaches
- Agent lacks context needed for confident decision-making
When NOT to Activate
- Fixing obvious bugs/typos (clear single correct solution)
- User explicitly says "do as you see fit" or similar
- Trivial changes with single logical approach
- User already provided specific requirements
Clarification Process
1. Context Questions First
Before technical decisions, understand the project context:
- Timeline/deadline constraints?
- Team size and experience level?
- Existing tech stack or constraints?
- Scale expectations?
These answers inform all subsequent recommendations.
2. Identify Decision Points
Scan the task and categorize decisions by priority:
- π΄ Blocking β cannot proceed without answer
- π‘ Important β affects outcome, but has reasonable default
- π’ Nice-to-know β can decide later
Types of decisions:
- Technical choices: libraries, tools, patterns, algorithms
- Architecture decisions: structure, component breakdown, data flow
- Scope boundaries: what's included vs excluded
- Priority conflicts: what to implement first
- Missing context: unclear requirements, ambiguous terminology
3. Progressive Questioning
Ask questions in phases, starting with most critical:
Phase 1: Context questions + π΄ Blocking questions (max 5-7 per message)
Phase 2: After blocking resolved, ask π‘ Important questions
Phase 3: Ask π’ Nice-to-know only when relevant phase begins
Do NOT dump all questions at once. Batch by priority and wait for responses.
4. Question Format with Confidence
Group questions by category, indicate recommendation confidence:
## [Category] Decisions
1. **[Brief description]** π΄
- Option A: [description] β **strongly recommend** because [reason]
- Option B: [description] β better for [use case]
2. **[Another question]** π‘
- Option A: [description] β **lean towards** this
- Option B: [description] β **no strong preference**, depends on [factor]
Confidence levels:
- strongly recommend β almost always the right choice
- lean towards β good option, but context-dependent
- no strong preference β both options are equally valid
5. Handle Unanswered Questions
If user does not answer some questions:
- Do NOT assume defaults silently
- Explicitly ask: "For questions X and Y, should I proceed with my recommendations, or do you have other preferences?"
- Wait for explicit confirmation before proceeding
6. Mid-Execution Re-check
If during implementation agent discovers:
- New ambiguity not covered by initial planning
- A decision that has multiple valid approaches
- Context that contradicts earlier assumptions
β STOP and return to clarification mode. Do not make assumptions.
7. Decision Summary (Optional)
After all questions resolved, offer to create a decision log:
- "Would you like me to save these decisions to the implementation plan for reference?"
- Only create if user agrees
- Do NOT create files by default
Key Principles
- Context before details β understand the big picture first
- Ask first, implement after β when in doubt, ask
- Progressive disclosure β blocking β important β nice-to-know
- Explicit consent β never assume silence means agreement
- Stay focused β max 5-7 questions per message
- Re-check when uncertain β new ambiguity = new questions
You Might Also Like
Related Skills

apple-notes
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
openclaw
apple-reminders
Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
openclaw
spotify-player
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
moltbot