원클릭으로
dig
Iteratively ask clarifying questions to enrich the current Plan before review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Iteratively ask clarifying questions to enrich the current Plan before review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Publish agent research as a durable Markdown vault entry, optionally with a GitHub Gist share artifact.
Create, switch, list, and delete git worktrees with `git wt` (the git-wt CLI). Use when working on multiple branches in parallel, isolating an experiment in its own checkout, or whenever the user mentions worktrees or `git wt`.
Extract technical learnings from the session and save them to the learn repository.
Iteratively refine the current Plan by applying Codex review feedback until Codex has no more issues to raise.
Review the current plan by auto-selecting appropriate reviewer agents based on project characteristics.
Analyze session context and generate a targeted prompt for /compact to preserve important information.
| name | dig |
| description | Iteratively ask clarifying questions to enrich the current Plan before review. |
| allowed-tools | Skill(plan-review) |
Read the current Plan file, identify missing information needed for implementation, and iteratively ask the user clarifying questions via AskUserQuestion. Incorporate answers into the Plan, re-analyze, and repeat until sufficiently detailed.
ls -t ./plans/*.md 2>/dev/null | head -1
If no file is found, report an error and stop. Use the Read tool to load the detected plan file.
Analyze the plan from the following perspectives and identify information gaps that would block implementation:
Technical Design Decisions
Business Requirements Clarity
Consistency with Existing Code
Implementation Specificity
When gaps are found, repeat this cycle:
+-> Identify gaps
| |
| v
| Ask 1-3 related questions via AskUserQuestion
| |
| v
| Receive the user's answers
| |
| v
| Update the Plan file with the Edit tool
| |
| v
| Re-read and re-analyze the updated Plan
| |
+-- If gaps remain, repeat
Result<T, E> or Option<T>?" — provide choices and concrete examples.Stop the cycle when either:
After the cycle ends, report:
=== Dig Complete ===
Updated Plan file: <path>
Information added:
- [key decisions added, as bullet points]
Running /plan-review automatically...
Then invoke /plan-review via the Skill tool automatically.
| Situation | Response |
|---|---|
| No plan file found | Notify that the plans directory has no files |
| Plan file update fails | Report the error and suggest manual editing |
./plans (relative to project root)/plan-review to improve review quality