|
2 | 2 |
|
3 | 3 | Analyze the given input using the Structural Sensemaking Framework. This transforms vague, ambiguous, or complex input into stable, clear understanding through systematic anchor extraction, perspective checking, ambiguity collapse, and constraint reduction. |
4 | 4 |
|
5 | | -## Input |
| 5 | +## Additional Input/Instructions |
6 | 6 |
|
7 | 7 | $ARGUMENTS |
8 | 8 |
|
9 | | -## Instructions |
| 9 | +--- |
10 | 10 |
|
11 | | -1. Parse the input. It can be: |
12 | | - - **Raw text only** — a task description, idea, problem statement, or any unstructured input. |
13 | | - - **A file path only** — read the file and use its contents as the input. |
14 | | - - **A file path + additional text** — read the file first, then treat the remaining text as extra context on top of the file contents. Both parts matter. |
| 11 | +## Instructions |
15 | 12 |
|
16 | | - If the input starts with something that looks like a file path (e.g. `devdocs/...`, `src/...`, or any path with `/`), attempt to read it as a file. Everything after the path is additional context. |
| 13 | +1. Read the input and consume it. It can be raw text, It can be folder path with md files, code files or image path. Consume all input. |
17 | 14 |
|
18 | 15 | 2. Use codebase context where relevant to ground the analysis in concrete reality. |
19 | 16 |
|
20 | 17 | 3. Execute the full Structural Sensemaking process described below, producing all Sense Versions (SV1 through SV6). |
21 | 18 |
|
22 | | -4. Save the output as a markdown file: |
| 19 | +4. Save the output as a markdown file (unless differently stated in additional instructions!): |
23 | 20 | - **If the input was a file path** — save in the same folder as the input file. |
24 | 21 | - **Otherwise** — save under `devdocs/sensemaking/<suitable-name>.md` (create the directory if needed). |
25 | 22 |
|
@@ -84,6 +81,56 @@ A conceptual structure is the stabilized result of anchor interaction and bounda |
84 | 81 |
|
85 | 82 | --- |
86 | 83 |
|
| 84 | + |
| 85 | +## Process Model |
| 86 | + |
| 87 | +Structural Sensemaking proceeds through five iterative phases: |
| 88 | + |
| 89 | +### Phase 1 — Signal Detection |
| 90 | + |
| 91 | +* Recognition of a vague but meaningful pattern |
| 92 | +* Pre-verbal intuition of relevance |
| 93 | + |
| 94 | +### Phase 2 — Anchor Extraction |
| 95 | + |
| 96 | +* Identification of initial anchors |
| 97 | +* Documentation of constraints, insights, and principles |
| 98 | + |
| 99 | +### Phase 3 — Perspective Expansion |
| 100 | + |
| 101 | +* Deliberate exploration of alternative viewpoints |
| 102 | +* Generation of additional anchors |
| 103 | + |
| 104 | +### Phase 4 — Boundary Formation |
| 105 | + |
| 106 | +* Collapsing ambiguities |
| 107 | +* Resolving conflicts |
| 108 | +* Reducing degrees of freedom |
| 109 | + |
| 110 | +### Phase 5 — Conceptual Stabilization |
| 111 | + |
| 112 | +* Integration of surviving anchors |
| 113 | +* Formation of a coherent model |
| 114 | +* Articulation of understanding |
| 115 | + |
| 116 | +The process is iterative and recursive rather than strictly linear. |
| 117 | + |
| 118 | +--- |
| 119 | + |
| 120 | +## Standard Analysis Protocol |
| 121 | + |
| 122 | +When applying Structural Sensemaking to a task: |
| 123 | + |
| 124 | +1. Define the problem or situation |
| 125 | +2. Extract cognitive anchors |
| 126 | +3. Perform perspective checking |
| 127 | +4. Collapse ambiguities |
| 128 | +5. Reduce degrees of freedom |
| 129 | +6. Synthesize a stable conceptual model |
| 130 | + |
| 131 | + |
| 132 | +---- NOW SOLID INSTRUCTIONS START---- |
| 133 | + |
87 | 134 | ## Execute the Following Process |
88 | 135 |
|
89 | 136 | ### Initial Sense Version (SV1 — Baseline Understanding) |
@@ -196,4 +243,4 @@ Synthesize results into: |
196 | 243 |
|
197 | 244 | Present the final, high-level conceptual model. This should represent mature, low-ambiguity understanding. |
198 | 245 |
|
199 | | -Explain how it differs from SV1. |
| 246 | +Explain how it differs from SV1. |
0 commit comments