원클릭으로
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.