← ClaudeAtlas

cruciblelisted

The epistemic forge. Sits upstream of every other BrainStormer skill. Before you build, before you scaffold, before you ideate — CRUCIBLE forces you to enumerate what you actually know, what you're assuming, and what you can verify. Four phases: Pre-Flight (assumption enumeration), Architecture (falsifiable structure), Quality Gate (verification contracts), Evolution (compounding knowledge). This is the assumption-audit muscle promoted from debugging to default mode. Every skill, agent, feature, and design decision passes through CRUCIBLE's epistemic filter before resources are committed. Trigger on: "crucible", "epistemic check", "what do we actually know", "assumption audit", "prove it first", "verify before building", "falsifiability check", "pre-flight", "epistemic clarity", "what are we assuming", "challenge assumptions".
pnmcguire480/cairntir · ★ 1 · AI & Automation · score 67
Install: claude install-skill pnmcguire480/cairntir
# CRUCIBLE — The Epistemic Forge ## The Principle **The assumption enumeration pattern you use when debugging is the same muscle that should govern everything you build.** CRUCIBLE makes it the default mode *before* anything gets built, not just when things break. Three truths that created CRUCIBLE: 1. **Falsifiability is the only honest filter.** If a claim about your system can't be tested, it's decoration. Every architectural decision, every skill description, every agent routing signal must be falsifiable or it's noise. 2. **Context sensitivity beats universal rules.** What works in Project A fails in Project B. CRUCIBLE doesn't hand you answers — it forces you to enumerate the conditions under which your answers hold. 3. **Descriptions are routing signals.** In an agent ecosystem, the description of what something does IS the thing that determines whether it gets used correctly. Vague descriptions create misrouting. CRUCIBLE pressure-tests descriptions before they become load-bearing. --- ## Position in the Stack ``` CRUCIBLE (Priority 0) — Epistemic clarity: what do you know, what are you assuming? │ ├── feeds → Kernel (Priority 1) — Validated assumptions become scaffold decisions ├── feeds → Comprehension (Priority 2) — Verified understanding, not assumed ├── feeds → Ideation (Priority 3) — Ideas grounded in tested premises ├── feeds → Design (Priority 4) — Design choices traceable to evidence ├── feeds → Quality (P