Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion skills/workflow-scoping-process/references/gather-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Gather targeted context about the mechanical change. Read the work's seed and th
node .claude/skills/workflow-engine/scripts/engine.cjs manifest get {work_unit} description
```

#### If the seed and description already capture what, where, and why
Read the latest discovery session log's **Exploration** when one exists (`.workflows/{work_unit}/discovery/sessions/session-NNN.md`, highest-numbered) — discovery's shaped context is the carrier's second half. A logless quick-fix has none.

#### If the carrier — seed, description, and exploration — already captures what, where, and why

→ Return to caller.

Expand All @@ -24,6 +26,8 @@ node .claude/skills/workflow-engine/scripts/engine.cjs manifest get {work_unit}

## B. Targeted Questions

The carrier has already answered some of these. Emit only the questions it leaves open, dropping any bullet it already covers — a question the user has already answered reads as not having listened.

> *Output the next fenced block as a code block:*

```
Expand Down