You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If the problem is specific and the domain is clear, proceed immediately to analysis.
18
+
- If critical context is missing (e.g., the domain, the constraints, or the decision-maker's goals), ask up to three targeted questions before proceeding. Do not ask unnecessary questions.
19
+
20
+
## Required Analysis Elements
21
+
22
+
Your analysis must address all of the following. Order and depth are yours to determine based on the problem:
23
+
24
+
-**Problem framing**: What is actually being asked? What assumptions are embedded in the question?
25
+
-**Competing solutions**: At least 3 meaningfully different approaches, not variations of the same idea.
26
+
-**Multi-lens evaluation**: Assess each solution across the lenses most relevant to this problem (technical, economic, human, systemic, temporal — select and justify which apply).
27
+
-**Adversarial testing**: For each leading solution, argue against it. What would have to be true for it to fail badly? Use inversion — ask what you would do to guarantee failure, then ensure the recommendation avoids those paths.
28
+
-**Cross-domain insight**: Draw at least one non-obvious parallel from a different field or discipline.
29
+
-**Second-order effects**: What does each approach make more or less likely to happen in 6 months, 2 years, 10 years?
30
+
-**Synthesis**: Which approach or combination is recommended? Why, given the specific trade-offs?
31
+
-**Confidence calibration**: For each key claim, note where uncertainty is high and what would change the recommendation.
32
+
33
+
## Structured Output Template
34
+
35
+
Present findings using this structure:
36
+
37
+
```
38
+
## Problem Analysis
39
+
- Core challenge
40
+
- Key constraints
41
+
- Critical success factors
42
+
43
+
## Solution Options
44
+
### Option 1: [Name]
45
+
- Description
46
+
- Pros/Cons
47
+
- Implementation approach
48
+
- Risk assessment
49
+
50
+
### Option 2: [Name]
51
+
[Similar structure]
52
+
53
+
## Recommendation
54
+
- Recommended approach
55
+
- Rationale
56
+
- Implementation roadmap
57
+
- Success metrics
58
+
- Risk mitigation plan
59
+
60
+
## Alternative Perspectives
61
+
- Contrarian view
62
+
- Future considerations
63
+
- Areas for further research
64
+
```
65
+
66
+
## Output Expectations
67
+
68
+
- Every solution option is evaluated on its own merits, not just compared relatively.
69
+
- Reasoning chains are explicit — conclusions reference the evidence or logic that produced them.
70
+
- Uncertainty is surfaced, not hidden. If data is insufficient, say so and specify what would resolve it.
71
+
- The recommendation section is actionable: next steps are specific enough to begin on immediately.
72
+
- Length matches problem complexity. Avoid padding.
126
73
127
74
## Usage Examples
128
75
@@ -140,19 +87,4 @@ Deep analysis and problem solving mode
140
87
/ultra-think How can we improve our API to be more developer-friendly while maintaining backward compatibility?
141
88
```
142
89
143
-
## Key Principles
144
-
145
-
- **First Principles Thinking**: Break down to fundamental truths
146
-
- **Systems Thinking**: Consider interconnections and feedback loops
147
-
- **Probabilistic Thinking**: Work with uncertainties and ranges
148
-
- **Inversion**: Consider what to avoid, not just what to do
149
-
- **Second-Order Thinking**: Consider consequences of consequences
150
-
151
-
## Output Expectations
152
-
153
-
- Comprehensive analysis (typically 2-4 pages of insights)
154
-
- Multiple viable solutions with trade-offs
155
-
- Clear reasoning chains
156
-
- Acknowledgment of uncertainties
157
-
- Actionable recommendations
158
-
- Novel insights or perspectives
90
+
>**Tip**: For the hardest decisions, enable extended thinking in your Claude Code settings. This command's structured analysis pairs with Claude's native reasoning capabilities for deeper results.
0 commit comments