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