/ docs / concepts / Cognitive-Offload.md
Cognitive-Offload.md
 1  ---
 2  concept_id: CON-cognitive-offload
 3  created: 2026-01-24
 4  updated: 2026-01-24
 5  type: parent-concept
 6  extraction_trigger: "N>=3 artifacts sharing this pattern"
 7  instance_count: 0
 8  tags:
 9    - concept
10  parent: null  # No parent yet
11  session: "[[2026-01-24]]"
12  ---
13  
14  # Cognitive-Offload
15  
16  > Parent concept for artifacts sharing the "cognitive-offload" pattern.
17  
18  ---
19  
20  ## The Pattern
21  
22  TODO: Describe what makes this concept coherent - what do all instances share?
23  
24  ---
25  
26  ## Invariants (What MUST Be True)
27  
28  ^invariants
29  
30  1. TODO: Invariant 1
31  2. TODO: Invariant 2
32  3. TODO: Invariant 3
33  
34  ---
35  
36  ## Extension Points (What CAN Vary)
37  
38  ^extensions
39  
40  | Artifact Type | Extension | Example |
41  |---------------|-----------|---------|
42  | TODO | TODO | TODO |
43  
44  ---
45  
46  ## Instances
47  
48  ```dataview
49  TABLE
50    type as "Type",
51    status as "Status",
52    file.mtime as "Modified"
53  FROM ""
54  WHERE contains(parent, "Cognitive-Offload") OR contains(tags, "cognitive-offload")
55  SORT file.mtime DESC
56  ```
57  
58  ---
59  
60  ## Anti-Patterns
61  
62  ^antipatterns
63  
64  1. TODO: What NOT to do
65  
66  ---
67  
68  ## Parent Concepts
69  
70  This concept feeds into:
71  - TODO: Higher-level parent
72  
73  ---
74  
75  ## Extraction History
76  
77  | Date | Trigger | Instance Count |
78  |------|---------|----------------|
79  | 2026-01-24 | Initial creation | 0 |
80  
81  ---
82  
83  *Concept extracted via Emergent Parent Extraction protocol*