# Ultrathink

> Activate extended thinking mode for complex problems - deep reasoning, chain-of-thought decomposition, multi-step analysis, and thorough exploration before answering

- Skill: `chainlesschain/ultrathink` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add chainlesschain/ultrathink`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chainlesschain/ultrathink/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- License: MIT
- Author: chainlesschain (https://skillmd.com/u/chainlesschain)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chainlesschain/ultrathink

---


# Ultra Think

Extended thinking mode for complex problem solving.

## Usage

```
/ultrathink analyze "<complex problem or decision>"
/ultrathink decompose "<large task or system design>"
/ultrathink evaluate "<options to compare>"
```

## Thinking Modes

- **Analyze**: Deep dive into a single problem with constraint mapping and solution space exploration
- **Decompose**: Break complex tasks into sub-problems with dependency graphs
- **Evaluate**: Multi-criteria comparison of options with trade-off matrices

## Process

1. Problem restatement and clarification
2. Constraint and assumption identification
3. Multi-perspective analysis
4. Solution space exploration
5. Trade-off evaluation
6. Recommendation synthesis

