一键导入
advise-research
When planning, flag uncertain assumptions and supply a ready-to-run web-research prompt to confirm them.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When planning, flag uncertain assumptions and supply a ready-to-run web-research prompt to confirm them.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Local Switchboard management console — drive the board when the VS Code extension is running
Implement with high accuracy and self-review (invest effort up front to minimize rework)
Reconcile and restructure a feature's subtasks — improve each, then merge/delete/rewrite/split to make the set coherent
Deep planning, dependency checks, and adversarial review
Cloud-VM planning mode — plan first, do not auto-code in a remote VM
Memo capture mode — append-only, no analysis; exit with process memo
| name | advise-research |
| description | When planning, flag uncertain assumptions and supply a ready-to-run web-research prompt to confirm them. |
| user-invokable | false |
When planning, track every assumption, factual claim, API/behavior, or library detail you are NOT 100% certain about. If any exist:
If you are confident about everything, state that no research is needed and omit the section, the hand-off, and the prompt.
Before showing the research prompt to the user, try to hand it directly to an active Researcher agent via the Switchboard HTTP server. This delegates the actual research instead of making the user run it manually.
.switchboard/api-server-port.txt (relative to the workspace root). If the file is missing, skip the hand-off and fall back to the chat-summary prompt.http://127.0.0.1:<port>/research/dispatch with a JSON body {"workspaceRoot":"<absolute workspace root>","prompt":"<the full research prompt>"}. Build the JSON safely — write the prompt to a temp file and pipe it through jq -Rs or python3 -c 'import json,sys;print(json.dumps(sys.stdin.read()))'. Never hand-escape newlines.{"dispatched":true,"researcher":"...","savePath":"..."} → the prompt was forwarded to the Researcher agent, which was told to save its findings to savePath (the configured or default research-docs folder). Tell the user you handed the research to the Researcher agent and where it will save its findings. Do NOT paste the full prompt into your summary.{"dispatched":false,...} (or the request fails / the port file is missing) → fall back: supply the ready-to-run research prompt at the very end of your chat summary so the user can trigger web research themselves.Structure the research prompt (delivered in chat, not the plan) as follows:
If the Researcher hand-off did not dispatch and you supplied the prompt in chat, advise the user to run it through Google AI Studio (search grounding enabled), Claude, or their research agent of choice, and to feed the findings back before implementation.