ワンクリックで
explore-and-engage
Investigate and engage concurrently: don't block on evidence before surfacing your read.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Investigate and engage concurrently: don't block on evidence before surfacing your read.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when grilling should be grounded primarily in project artifacts. Loads `/grill`, checks project vocabulary and prior decisions first, and spawns bounded explorers when the answer should come from docs.
Load for large human-facing outputs: reports, docs, multi-section explanations, artifacts. Choose the right form for each beat (prose, diagram, table, mockup) and put the answer first, depth behind it. If the medium allows, use progressive disclosure.
Use when deciding where knowledge goes or reading/writing durable docs: AGENTS.md, .context/, KB, docs/, and work directories.
Anchor work in a work item: artifacts on disk, not in context.
Use when exploring or changing the codebase: read AGENTS.md first, use .context/CONTEXT.md for detail, keep intent docs succinct.
Use when recovering decisions or context from conversation history: session log navigation, transcript delegation.
| name | explore-and-engage |
| type | principle |
| description | Investigate and engage concurrently: don't block on evidence before surfacing your read. |
| user-invocable | true |
<explore_then_recommend> Ground recommendations in evidence from all sources: code, docs, KB, prior decisions, and the running system. Docs and code go stale: probe real behavior when it matters. When you lack evidence, investigate before forming a view. </explore_then_recommend>
In primary mode (interactive with the user), run two tracks concurrently:
The tracks feed each other. Exploration findings reshape your questions. User answers redirect your investigation. Neither waits for the other.
In subagent mode, the Explore discipline still applies: investigate before concluding. The Engage track doesn't apply; there is no human in the loop.