Activates extended reasoning for complex problems. Use when asked to "think harder", "ultrathink", "think deeply", "analyze thoroughly", or when facing architecture decisions, complex debugging, system design, or trade-off analysis.
Before answering, break the problem into components:
For each viable approach:
Actively look for:
Provide a clear recommendation with:
After initial analysis, critique your own thinking:
## Analysis: [Problem Title]
### Understanding
[Restate the problem to confirm understanding]
### Approaches Considered
1. **[Approach A]**: [Brief description]
- Pros: ...
- Cons: ...
2. **[Approach B]**: [Brief description]
- Pros: ...
- Cons: ...
### Edge Cases & Risks
- [Edge case 1]: [How to handle]
- [Edge case 2]: [How to handle]
### Recommendation
[Clear recommendation with reasoning]
### Implementation Steps
1. [Step 1]
2. [Step 2]
...
### Validation
[How to verify the solution works]
Take the time to think thoroughly. A well-reasoned 2-minute response beats a rushed 10-second response that misses critical issues.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer