study_open
Open an investigation that produces a document and a decision, not code. Use when a question needs real analysis before building anything.
Instructions
Open an investigation whose deliverable is a document and a decision, not code. Use when a question needs real analysis before anything can sensibly be built — whether an effect is real, which of two designs survives contact with the data, whether something is worth doing at all. A study is NOT a feature: it has no acceptance criteria, and it may correctly conclude 'do not build this'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Directory identifying the project and the tree. Defaults to this session's working directory, which in a git worktree is that worktree. | |
| actor | No | ||
| context | No | What prompted it, and what decision waits on it. | |
| question | Yes | The question, stated so it can actually be answered. |