Skip to content

Commit e544741

Browse files
committed
e
1 parent b96f57c commit e544741

6 files changed

Lines changed: 860 additions & 48 deletions

File tree

commands/inquiry.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
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.
33

44
# /inquiry — Inquiry Manager
55

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.
77

88
**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`).
99

@@ -203,15 +203,15 @@ Run CONFIGURE:
203203
→ "Move: NARROW on tokenization. Next: /sense-making ..."
204204
```
205205

206-
Pattern: **discipline → inquiry → discipline → inquiry → ... → meta-search → discipline → ...**
206+
Pattern: **discipline → inquiry → discipline → inquiry → ... → wayfinding → discipline → ...**
207207

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.
209209

210210
---
211211

212212
## SYNTHESIZE — After TERMINATE
213213

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.
215215

216216
**What SYNTHESIZE does:**
217217

@@ -266,10 +266,7 @@ The user can run SYNTHESIZE immediately or defer it. The inquiry tree persists e
266266
3. **`_state.md` is the source of truth.** Pipeline progress, next command, history, kill record.
267267
4. **Discipline commands save to the inquiry folder.** Point them at `_branch.md` or the relevant output file — they save alongside it.
268268
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.
270270
7. **Circuit breaker.** Zero/negative velocity for 2+ iterations → force-pause with diagnosis.
271271
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.
272272

273-
274-
275-

0 commit comments

Comments
 (0)