with one click
dig
現在のPlanに対して実装に必要な不足情報を繰り返し質問し、Planを充実させるスキル。/plan-reviewの前に使用する。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
現在のPlanに対して実装に必要な不足情報を繰り返し質問し、Planを充実させるスキル。/plan-reviewの前に使用する。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Start implementation work with worktree isolation and cross-session file conflict avoidance. Use this skill when beginning any non-trivial code change: after plan mode, when creating a new branch, implementing features, fixing bugs across multiple files, or refactoring. Also use when the user mentions worktree, bit issue, session coordination, or parallel work.
Turn a report into a portable SVG by authoring a structured/graphical HTML layout and rendering it to SVG with satoru-render. Use when the user asks to compile, summarize, or visualize a report, or wants graphical output that stays viewable in environments that cannot render HTML (chat, PDF viewers, image-only tools, git diffs). Proactively offer SVG output whenever you produce a report that benefits from layout, charts, tables, or styling.
Plan modeで作成したプランに対して、プロジェクト特性を分析し適切なレビューエージェントを自動選択・並列起動するスキル。引数なしで実行可能。
Persist mid-session progress (plan refinements, task progress notes, scope changes, decisions, blockers) to the bit issues created by start-work. Use as a checkpoint before context compaction, after meaningful progress (multiple tasks done, plan refined, scope shifted), before pausing work, or when the user mentions 'save session', 'snapshot', 'checkpoint', 'update bit issue', or 'persist progress'.
Restore session state (plan, target files, in-flight tasks) from bit issues created by the start-work skill. Use when resuming work after Claude Code restart, when the in-memory task list is empty but bit issues exist for the current branch, or when the user mentions "restore session", "repair session", "pick up where I left off", or references a prior bit-issue-tracked session.
agent 向けテキスト指示(skill / slash command / task プロンプト / CLAUDE.md 節 / コード生成プロンプト)を、バイアスを排した実行者に動かしてもらい、両面(実行者の自己申告 + 指示側メトリクス)で評価して反復改善する手法。改善が頭打ちになるまで回す。プロンプトや skill を新規作成・大幅改訂した直後、またはエージェントの挙動が期待通りにならない原因を指示側の曖昧さに求めたいときに使う。
| name | dig |
| description | 現在のPlanに対して実装に必要な不足情報を繰り返し質問し、Planを充実させるスキル。/plan-reviewの前に使用する。 |
| allowed-tools | Skill(plan-review) |
現在のPlanファイルを読み込み、実装に移る際に不足している情報を特定し、ユーザーへ繰り返しAskUserQuestionで質問する。得られた回答をPlanに反映し、更新後のPlanを再分析して、さらなる不足があれば再度質問する。情報が十分に揃うまでこのサイクルを繰り返す。
ls -t ./plans/*.md 2>/dev/null | head -1
ファイルが見つからない場合はエラー終了。 Readツールで検出したPlanファイルの内容を取得。
Planの内容を以下の観点で分析し、実装に着手するために不足している情報を洗い出す:
技術的な設計判断
ビジネス要件の明確さ
既存コードとの整合性
実装の具体性
不足情報が見つかった場合、以下のサイクルを繰り返す:
┌─→ 不足情報を特定
│ ↓
│ AskUserQuestionで質問(1回につき1〜3個の関連する質問をまとめる)
│ ↓
│ ユーザーの回答を受け取る
│ ↓
│ 回答内容をPlanファイルに反映(Editツールで更新)
│ ↓
│ 更新後のPlanを再度読み込み・再分析
│ ↓
└── まだ不足があれば繰り返す
以下のいずれかを満たした場合、質問サイクルを終了する:
質問サイクル終了後、以下を報告する:
=== Dig 完了 ===
更新したPlanファイル: <path>
追加された情報:
- [追加された主要な決定事項を箇条書き]
/plan-review を自動実行します...
報告後、Skillツールで /plan-review を自動実行する。ユーザーの追加操作は不要。
| 状況 | 対応 |
|---|---|
| Planファイルが見つからない | plansディレクトリにファイルがないことを通知 |
| Planファイルの更新に失敗 | エラー内容を報告し、手動更新を促す |
./plans(プロジェクトルート相対)/plan-review の前に使用することで、レビューの質を向上させる