|
1 | 1 | name: inquiry |
2 | | -description: CONFIGURE new inquiries, track state, run meta-search checkpoints. Disciplines are invoked separately via their own slash commands. |
| 2 | +description: CONFIGURE new inquiries, track state, run wayfinding checkpoints. Disciplines are invoked separately via their own slash commands. |
3 | 3 |
|
4 | 4 | # /inquiry — Inquiry Manager |
5 | 5 |
|
6 | | -Manages inquiry state and steering. For NEW inquiries: classifies the problem and designs the pipeline. For RESUME: checks progress and tells you what to run next. When a pipeline iteration is complete: runs the meta-search checkpoint. |
| 6 | +Manages inquiry state and steering. For NEW inquiries: classifies the problem and designs the pipeline. For RESUME: checks progress and tells you what to run next. When a pipeline iteration is complete: runs the wayfinding checkpoint. |
7 | 7 |
|
8 | 8 | **This command does NOT run disciplines.** It tells you which discipline command to type next. The disciplines run at full depth via their own commands (`/sense-making`, `/innovate`, `/critic`, `/decompose`). |
9 | 9 |
|
@@ -203,15 +203,15 @@ Run CONFIGURE: |
203 | 203 | → "Move: NARROW on tokenization. Next: /sense-making ..." |
204 | 204 | ``` |
205 | 205 |
|
206 | | -Pattern: **discipline → inquiry → discipline → inquiry → ... → meta-search → discipline → ...** |
| 206 | +Pattern: **discipline → inquiry → discipline → inquiry → ... → wayfinding → discipline → ...** |
207 | 207 |
|
208 | | -Each discipline runs at full depth via its own proven command. `/inquiry` just manages state and runs meta-search. |
| 208 | +Each discipline runs at full depth via its own proven command. `/inquiry` just manages state and runs wayfinding. |
209 | 209 |
|
210 | 210 | --- |
211 | 211 |
|
212 | 212 | ## SYNTHESIZE — After TERMINATE |
213 | 213 |
|
214 | | -When meta-search produces TERMINATE, the inquiry's thinking is done. But the inquiry's ARTIFACTS are scattered across discipline outputs, iteration folders, and conversation history. SYNTHESIZE compiles them into a coherent deliverable. |
| 214 | +When wayfinding produces TERMINATE, the inquiry's thinking is done. But the inquiry's ARTIFACTS are scattered across discipline outputs, iteration folders, and conversation history. SYNTHESIZE compiles them into a coherent deliverable. |
215 | 215 |
|
216 | 216 | **What SYNTHESIZE does:** |
217 | 217 |
|
@@ -266,10 +266,7 @@ The user can run SYNTHESIZE immediately or defer it. The inquiry tree persists e |
266 | 266 | 3. **`_state.md` is the source of truth.** Pipeline progress, next command, history, kill record. |
267 | 267 | 4. **Discipline commands save to the inquiry folder.** Point them at `_branch.md` or the relevant output file — they save alongside it. |
268 | 268 | 5. **Dead branches persist.** Kill conditions as falsifiable predicates in `_state.md`. |
269 | | -6. **Meta-search runs when the pipeline iteration is complete.** Not between disciplines — only after all pipeline steps are done. |
| 269 | +6. **Wayfinding runs when the pipeline iteration is complete.** Not between disciplines — only after all pipeline steps are done. |
270 | 270 | 7. **Circuit breaker.** Zero/negative velocity for 2+ iterations → force-pause with diagnosis. |
271 | 271 | 8. **SYNTHESIZE after TERMINATE.** Don't end with scattered artifacts. Compile the inquiry's decisions into a coherent deliverable for the actual project. The inquiry tree is the thinking history. The deliverable is the product. |
272 | 272 |
|
273 | | - |
274 | | - |
275 | | - |
0 commit comments