원클릭으로
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 직업 분류 기준
end-to-end problem validation → research → design → plan → implement → review → commit workflow for a single chunk, with an optional post-commit self-learn gate. Driven by spok-apply.
Produce an advisory post-commit review of workflow friction, issues, weak evidence, and improvement opportunities for a completed Spok flow chunk.
first step of planning
convert structure outline into a detailed implementation plan
research the codebase
create a phased implementation plan based on research and design decisions
| 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
<task-dir>/problem-validation.md exists next to the ticket, read it FULLY and use its evidence as context. Do not redo reproduction or root cause analysis.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).ls -la <task-dir>/research-questions.md. If missing or empty, re-write before continuing. Include the absolute path in your response.Read the final output template
Read({SKILLBASE}/references/research_questions_final_answer.md)