constitutional-reasoninglisted
Install: claude install-skill Sandeeprdy1729/claude-design-skill
# Constitutional Reasoning
Claude gives confident answers that are wrong. Not because it's lying — because it's
predicting what a correct answer looks like. It pattern-matches to plausible outputs.
The first draft is optimized for coherence, not accuracy.
Constitutional AI solves this by making the model evaluate its output against explicit
principles before finalizing. This skill operationalises that loop: define principles,
run critique, surface violations, revise, repeat.
---
## SLASH COMMANDS
| Command | Action |
| --- | --- |
| `/constitution <domain>` | Auto-generate a principle set for a specific domain |
| `/add-principle <principle>` | Add a custom principle to the active constitution |
| `/critique <output>` | Run one critique pass on an output and list violations |
| `/revise` | Revise the output to fix all listed violations |
| `/loop <n>` | Run n critique-revise cycles automatically |
| `/show-constitution` | Display the active principle set |
| `/violations` | List all unresolved violations from the last critique pass |
| `/diff` | Show exactly what changed between original and revised output |
| `/certify` | Declare the output clean — list any principles still soft-violated |
| `/trust-score` | Score the output's reliability 0–10 with a calibration justification |
| `/reset` | Clear the constitution and start fresh |
---
## HIGH-LEVEL WORKFLOW
```text
User provides output or question to evaluate
│
├─ Phase 1: Constitution Generation
│ De