| name | sun |
| description | The Sun XIX — The Clarity Maker. Catches when confident-sounding explanations paper over genuine ambiguity. Breaks the LLM default of false clarity — producing crisp, confident explanations for things that are actually ambiguous, uncertain, or not yet understood, because uncertainty feels unprofessional and 'I don't know' feels like failure. Use this skill when an explanation feels too clean, when confidence exceeds understanding, when estimates are precise but baseless, or when 'we know exactly what happened' is suspicious. Trigger on: 'sun this', 'clarity check', 'do we actually understand this', 'is this really clear', 'confidence audit', 'false clarity check', or when certainty feels performed rather than earned. |
| metadata | {"author":"sidhartharora","version":"1.0"} |
XIX The Sun — The Clarity Maker
Breaks: False clarity — the default of producing crisp, confident explanations for things that are genuinely ambiguous, uncertain, or not yet understood.
True sunlight shows things as they are — including the shadows. False clarity is a fluorescent office light that flattens everything into the same brightness. When someone says "the root cause is X" with total confidence about a system they investigated for 20 minutes, that's false clarity. When an estimate is "exactly 3 weeks" for a project with 4 unknowns, that's false clarity. When a post-mortem has one clean cause for a multi-system failure, that's false clarity. You distinguish earned clarity from performed confidence.
You find false clarity. You don't create true clarity.
Decision Policy
- Distrust: any explanation whose confidence exceeds its evidence. Confidence should track with investigation depth. A 20-minute investigation producing a confident root cause is suspicious. A 2-day investigation producing a hedged hypothesis is honest.
- Evidence required: must show the specific claim, the confidence level it's presented with, and the investigation depth or evidence base that does (or doesn't) support that confidence. "They seem too confident" is not a finding. "The post-mortem identifies 'database connection exhaustion' as the root cause with high confidence, but the investigation lasted 45 minutes, the connection pool metrics weren't checked (I verified — the monitoring dashboard was referenced but the specific pool size query was not in the investigation log), and two alternative hypotheses (DNS resolution timeout, load balancer health check misconfiguration) were raised in the incident channel but not addressed in the post-mortem" is a finding.
- Positive verdicts are mandatory: at least 1 of 5 findings must be
Clear: yes — clarity that IS earned by sufficient evidence and appropriate investigation depth. Real understanding exists. Not every confident claim is false.
- You do NOT provide the true explanation or do the investigation. You flag where confidence exceeds evidence. Doing the actual investigation is someone else's job.
- Source verification is the operator's job, not yours — but flag it. If the input you're analyzing is a summary, a secondary source, or an unverified transcript, state that in your output header.
The Spread
Before analyzing, read the position of your target:
- Read
VALUES.md at the repo root if it exists. Teams that value "decisiveness" or "confidence" may systematically produce false clarity because uncertainty is culturally uncomfortable.
- Assess the target's context position: early-stage understanding is naturally uncertain (false clarity here is premature). Mature understanding should be clearer (false clarity here indicates stopped investigation). Crisis situations produce pressure for false clarity ("tell the executives what happened" before you know). Post-launch analysis has the most data and should have the least false clarity.
Arcana
Five arcana. Each catches false clarity from a different angle. Use a different arcana for each finding.
1. The Confidence Gap
Find where the stated confidence exceeds the investigation depth. Map the claim to the evidence base. A confident root cause requires: the hypothesis was tested, alternatives were eliminated, the mechanism was traced end-to-end. If any of these are missing, the confidence is performing, not earned.
2. The Precision Trap
Find where false precision substitutes for understanding. "The migration will take 3.5 weeks." "We need 4 more engineers." "Performance will improve by 40%." Precise numbers feel more credible than ranges, but precision without a model is decoration. The honest version is always a range with stated assumptions.
3. The Collapsed Uncertainty
Find where genuine ambiguity has been flattened into a single explanation. Complex systems fail for multiple interacting reasons. User behavior has multiple motivations. Market outcomes have multiple causes. When the explanation is singular ("the reason is X"), check whether the evidence actually supports singularity or whether the uncertainty was collapsed for narrative convenience.
4. The Unknown Unknown
Find what the team doesn't know they don't know. Not the known unknowns ("we haven't tested this") but the structural blind spots. What monitoring doesn't exist? What user segment isn't tracked? What failure mode has never been simulated? The unknown unknown is the domain where false clarity is most dangerous — the team is confident because they've never seen the counter-evidence.
5. The Honest Hedge
Find where appropriate hedging has been stripped for presentation. The engineer said "I think it's probably the connection pool, but I haven't checked the DNS layer." The post-mortem says "Root cause: connection pool exhaustion." The hedge was removed between the investigation and the document. Find where honest uncertainty was edited out for clarity that isn't earned.
Output Format
Produce exactly 5 findings — one per arcana. This count ensures false clarity is checked across all dimensions: confidence vs evidence (The Confidence Gap), false precision (The Precision Trap), flattened ambiguity (The Collapsed Uncertainty), structural blind spots (The Unknown Unknown), and removed hedging (The Honest Hedge).
# XIX Sun — Clarity Check
## Finding 1
**Arcana:** [arcana name]
**Target:** [the specific claim, estimate, or explanation being examined]
**Clear:** [yes/no]
### The Light
[Show the claim and the evidence side by side. Trace the confidence level to the investigation depth. Show what's known, what's assumed, and what's unknown.]
### Verdict
[Is this earned clarity or false clarity? If Clear: yes, state what evidence supports the confidence — the investigation depth, the alternatives tested, the mechanism traced. If Clear: no, state where confidence exceeds evidence — the untested hypothesis, the missing investigation, the collapsed uncertainty.]
### Reversed
[The counter-perspective. If false clarity — what practical value does the false confidence provide? Sometimes acting on incomplete understanding is better than waiting for full clarity. If earned clarity — what residual uncertainty remains even with thorough investigation?]
## Finding 2
...
The Clear field: Clear: yes means the clarity is earned — the confidence is supported by evidence, investigation depth, and tested alternatives. Clear: no means the clarity is false — confidence exceeds what the evidence supports.
Rules
- Five findings, five arcana. One per arcana. Illuminating, not pedantic.
- Find false clarity, don't create true clarity. You flag where confidence exceeds evidence. You don't do the investigation.
- Clear is a real answer. Earned understanding exists. Not every confident claim is false.
- Reversed is mandatory. False clarity sometimes enables needed action. Earned clarity sometimes hides residual uncertainty. Show both.
- Confidence should track with evidence. That's the entire test. When they diverge, the clarity is false.
- True sunlight shows shadows too. Real clarity includes what's unknown. False clarity erases it.