Cognitive Compile
Compile information into a decision-ready mental model. Compression must preserve provenance, uncertainty, contradiction, and the original question.
Usage Template
Provide: source material, original question, intended decision or learning goal, and preferred destination. Optional: existing wiki concepts to compare.
Workflow
Identify the source boundary, original question, audience, and required fidelity. Label direct source claims, external facts, and analyst inferences before synthesis.
If the source is inaccessible, truncated, or missing the material needed to answer the question, return INSUFFICIENT_EVIDENCE. Ask one probe only when its answer changes the compile structure; otherwise proceed with explicit unknowns.
Produce eight compact sections:
- Original question — the problem the material helps answer.
- Key facts — source-grounded claims with locators when available.
- Concepts and entities — stable terms worth linking.
- Patterns — mechanisms, feedback loops, or recurring structures.
- Conflicts — contradictions with the source, prior knowledge, or internal claims.
- Hypotheses — falsifiable interpretations, explicitly labeled.
- Decision support — options, tradeoffs, and what the evidence changes.
- Action — one bounded next test, note, or decision.
Prefer one durable concept note over several thin notes. Preserve source links or block references; do not rewrite immutable source notes.
Verify that every material conclusion traces to evidence or is labeled inference; the original question is answered; contradictions remain visible; and the action follows from the model. Remove summaries that merely restate the source without changing understanding.
Failure Protocol
NEEDS_INPUT: the intended question or audience is absent and materially changes the output.
INSUFFICIENT_EVIDENCE: the source cannot support the requested compile.
VERIFY_FAILED: a conclusion lacks traceable evidence; downgrade it to hypothesis or remove it.
Output Contract
Return status, result (the eight-section compile), evidence (source locators), unknowns, and next_action.
Edge Cases
- Two sources disagree: preserve both claims, compare evidence quality, and state what observation could resolve the conflict.
- The source is mostly opinion: compile mechanisms and assumptions, but do not promote assertions into facts.
Success Metrics
- The result answers one explicit question with traceable evidence.
- Facts, conflicts, and hypotheses are distinguishable at a glance.
- At least one decision or test becomes clearer.
Quality Gates
1---2name: cognitive-compile3description: Use when source material must be transformed into a compact, evidence-aware model for learning, decisions, or an Obsidian concept note.4---56# Cognitive Compile78<skill_contract>9 <input>Source-grounded material, original question, learning or decision goal, audience, and destination.</input>10 <output>An eight-part evidence-aware mental model separating facts, mechanisms, conflicts, hypotheses, decisions, and action.</output>11 <done>Each material claim retains provenance and uncertainty, and one bounded next action answers the original question.</done>12 <non_goals>Inventing missing claims, erasing contradictions or provenance, or treating interpretation as source fact.</non_goals>1314Compile information into a decision-ready mental model. Compression must preserve provenance, uncertainty, contradiction, and the original question.1516## Usage Template1718Provide: source material, original question, intended decision or learning goal, and preferred destination. Optional: existing wiki concepts to compare.1920## Workflow2122<intake>2324Identify the source boundary, original question, audience, and required fidelity. Label direct source claims, external facts, and analyst inferences before synthesis.2526</intake>2728<unknowns_gate>2930If the source is inaccessible, truncated, or missing the material needed to answer the question, return `INSUFFICIENT_EVIDENCE`. Ask one probe only when its answer changes the compile structure; otherwise proceed with explicit unknowns.3132</unknowns_gate>3334<execute>3536Produce eight compact sections:37381. **Original question** — the problem the material helps answer.392. **Key facts** — source-grounded claims with locators when available.403. **Concepts and entities** — stable terms worth linking.414. **Patterns** — mechanisms, feedback loops, or recurring structures.425. **Conflicts** — contradictions with the source, prior knowledge, or internal claims.436. **Hypotheses** — falsifiable interpretations, explicitly labeled.447. **Decision support** — options, tradeoffs, and what the evidence changes.458. **Action** — one bounded next test, note, or decision.4647Prefer one durable concept note over several thin notes. Preserve source links or block references; do not rewrite immutable source notes.4849</execute>5051<evaluate>5253Verify that every material conclusion traces to evidence or is labeled inference; the original question is answered; contradictions remain visible; and the action follows from the model. Remove summaries that merely restate the source without changing understanding.5455</evaluate>5657## Failure Protocol5859- `NEEDS_INPUT`: the intended question or audience is absent and materially changes the output.60- `INSUFFICIENT_EVIDENCE`: the source cannot support the requested compile.61- `VERIFY_FAILED`: a conclusion lacks traceable evidence; downgrade it to hypothesis or remove it.6263## Output Contract6465Return `status`, `result` (the eight-section compile), `evidence` (source locators), `unknowns`, and `next_action`.6667## Edge Cases6869- Two sources disagree: preserve both claims, compare evidence quality, and state what observation could resolve the conflict.70- The source is mostly opinion: compile mechanisms and assumptions, but do not promote assertions into facts.7172## Success Metrics7374- The result answers one explicit question with traceable evidence.75- Facts, conflicts, and hypotheses are distinguishable at a glance.76- At least one decision or test becomes clearer.7778## Quality Gates7980- [ ] Source boundary and provenance are explicit.81- [ ] All eight sections are present or marked not applicable with reason.82- [ ] No hypothesis is phrased as established fact.83- [ ] The next action is bounded and verifiable.8485</skill_contract>