Systematic questioning to clarify requirements, goals, and constraints. Use when there's ambiguity about what the user wants, hidden complexity needs uncovering, or you need to understand before proceeding. Triggers on unclear requirements, vague goals, or when other skills encounter fundamental ambiguity.
Skip when requirements are already clear or user wants to proceed without clarification.
Probe deeper than surface-level:
Dig deeper when answers reveal complexity. Don't jump topics when current one has unexplored depth.
Use AskUserQuestion with questions array for 2-4 related questions exploring different angles of the same area.
Stop when:
Summarize what you've learned:
**Clarified Requirements:**
- **Goal**: [specific goal]
- **Constraints**: [hard limits]
- **Success criteria**: [how we'll know it worked]
- **Key tradeoffs**: [prioritizing vs deprioritizing]
- **Open questions**: [if any]
| Skill | When to use interviewing first | |-------|-------------------------------| | Brainstorming | User unclear about what they want (not just how) | | Technical Planning | Requirements too vague to plan | | Debugging | Problem description unclear | | Blog Writing | Topic or purpose unclear |
For writing, also ask: What's the core message? Who's the audience? What triggered this?
See reference/examples.md for project and writing interview flows.
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
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.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity