deep-thinking
Comprehensive deep reasoning framework that guides systematic, thorough thinking for complex tasks. Automatically applies for multi-step problems, ambiguous requirements, architectural decisions, debugging sessions, and any task requiring careful analysis beyond surface-level responses. Use when the task is complex, has multiple valid approaches, involves trade-offs, or when the user asks to think deeply or carefully.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/amankr-novo/deep-thinkingWhat This Skill Does
The deep-thinking skill is a sophisticated reasoning framework designed to elevate the OpenClaw AI's cognitive process for complex, multi-layered tasks. Rather than relying on superficial pattern matching, this skill forces the agent to engage in an organic, exploratory reasoning sequence. It acts as an internal deliberation mechanism that decomposes ambiguous problems, identifies trade-offs, and maps out architectural considerations before producing an output. This skill is essential for tasks where the first intuitive answer may be suboptimal or incomplete.
Installation
You can integrate this capability directly into your OpenClaw environment via the command line:
clawhub install openclaw/skills/skills/amankr-novo/deep-thinking
Ensure your agent has the necessary permissions to manage task lifecycles, as this skill may generate auxiliary reasoning steps before final execution.
Use Cases
This skill is designed for high-leverage scenarios including:
- Architectural Design: Evaluating the pros and cons of microservices vs. monolithic patterns for a new project.
- Complex Debugging: Tracing intermittent performance issues across distributed systems where a stack trace alone isn't enough.
- Strategic Planning: Weighing the business and technical implications of migrating data or refactoring core business logic.
- Ambiguous Requirements: Translating vague user desires into concrete technical specifications.
Example Prompts
- "I'm considering switching our primary database from Postgres to MongoDB for our activity stream; think deeply about the trade-offs, scalability, and maintenance impact."
- "We have a bug that only appears under heavy load in our production environment. Systematically analyze our current concurrency model and propose a debugging strategy."
- "Design a secure authentication flow for a multi-tenant application that supports both OAuth and traditional password logins while maintaining PCI compliance."
Tips & Limitations
- Adaptivity: The skill is designed to scale with complexity. Do not use it for trivial tasks like formatting a document or checking a simple variable status; the overhead of the deep reasoning process provides no value here.
- Iterative Feedback: Treat the reasoning process as an active dialogue. If the agent's initial decomposition misses a requirement, provide the context early.
- Transparency: When deep-thinking is active, the agent will naturally demonstrate curiosity. Use this to your advantage to uncover potential blind spots you may have missed yourself.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-amankr-novo-deep-thinking": {
"enabled": true,
"auto_update": true
}
}
}