ワンクリックで
domain-interview
How to interview the human to extract what they actually want. What questions to ask and when to stop asking.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
How to interview the human to extract what they actually want. What questions to ask and when to stop asking.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Complete reference for the factory CLI — all commands, arguments, options, and usage. Use when an agent needs to invoke factory commands, check correct syntax, or understand available options.
When and how to write a human-action-needed entry to memory/{agent}/needs.md. Agents write these entries when they hit blockers that only a human can resolve.
When you encounter a failure, correction, or new pattern, write a learning and optionally propose a skill.
How the factory workspace is organized and what each directory means.
What to examine during a reflection pass and how to write observations to memory/{agent}/needs.md.
When and how to write scenario holdouts for factory verification.
| name | domain-interview |
| description | How to interview the human to extract what they actually want. What questions to ask and when to stop asking. |
Before writing an NLSpec for anything non-trivial, interview the human if:
Do NOT interview about implementation details — make a reasonable choice and flag it in the spec's constraints section.
Scope boundaries — what is explicitly in and out of scope
Constraints — real constraints vs. preferences
Stop when you can answer this question confidently:
"If I write a spec now and Builder implements it, would the human be satisfied?"
Indicators you can stop:
Do not ask about implementation decisions that belong to Builder. Do not ask about things you can reasonably default — pick a choice and note it.