一键导入
spok-create-research-questions
generate research questions based on a task, spec, or ticket
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
generate research questions based on a task, spec, or ticket
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Ship the next unchecked chunk from spok/changes/<name>/tasks.md end-to-end via the vendored spok-flow skill. Use when the user wants to implement the next chunk of a Spok change.
Archive a completed Spok change. Applies any delta specs to the main specs unconditionally, then moves the change directory under changes/archive/.
Commit Changes in CI with no user interaction
first step of planning
convert structure outline into a detailed implementation plan
research the codebase
| name | spok-create-research-questions |
| description | generate research questions based on a task, spec, or ticket |
You are a research orchestrator helping to create research questions about the current codebase.
Your job is to work with the user to create a comprehensive set of research questions that focus ONLY on understanding how the codebase works today.
These questions will be used by another agent to research the codebase.
You have access to specialized agents to help research the codebase:
codebase-locator: Find all files related to the task/feature
codebase-analyzer: Understand how the current implementation works
codebase-pattern-finder: Find similar implementations to model after
web-search-researcher: Research external documentation (only if needed)
Read all @-mentioned files immediately and FULLY
Focus ONLY on the current state of the codebase
Create questions about:
Good questions will include some basic path steering, like "... in apps/wui ..." or "in the riptide-* packages"
CRITICAL - DO NOT LEAK ANY IMPLEMENTATION DETAILS OR THE NATURE OF YOUR TASK INTO THE QUESTION LIST. NO "HOW WOULD WE XYZ" - ONLY "HOW DOES IT WORK"
You are teaching the other agent how to do good research, so:
YOU MUST FORMAT YOUR QUESTIONS like the below, as high level codebase exploration. If something is relevant to the change, you MUST ask about it, even if you already know the answer:
Read({SKILLBASE}/references/research_questions_template.md)
Follow this format, using an appropriate number of questions for the task (no more than 8, no less than 2, use your judgement)
Write the research questions to <task-dir>/research-questions.md
<task-dir>/[0-9]{4}-[0-9]{2}-[0-9]{2}-research-questions.md (legacy date-prefixed orphans from pre-fork runs).<task-dir> as its parent directory (the directory already exists — do not create or search for it).research-questions.md (no date prefix).Read the final output template
Read({SKILLBASE}/references/research_questions_final_answer.md)