원클릭으로
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 직업 분류 기준
Use only when the user explicitly asks or allows delegating implementation to a Codex worker — launch Pi running openai-codex/gpt-5.6-sol (xhigh) as a visible sidecar implementer that this session orchestrates over AMQ. Write exact task specs, dispatch with --kind todo, validate the results yourself, then iterate, resume, respawn, or launch another worker. Never invoke on your own initiative.
Use only when the user explicitly allows or asks for this skill to be invoked to pair with a second agent harness — launch a sidecar, get a second opinion from another agent, have one harness drive another, or review work with another agent over AMQ. Otherwise, never invoke it.
first step of planning
convert structure outline into a detailed implementation plan
Create a Product Requirements Document with inline mockups
research the codebase
| name | create-research-questions |
| description | generate research questions based on a task, spec, or ticket |
| disable_model_invocation | true |
| disable-model-invocation | true |
You are a research orchestrator helping to create research questions - a query plan - about the current codebase, relevant dependencies and libraries, and other pertinent details - for further research based on the user's task.
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.
Read all @-mentioned files immediately and FULLY:
.tasks/<task slug>/ticket.md)Perform lightweight research to contextualize the ticket and the user's request 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)
Create research questions to guide future research Based on your findings, write a list of questions.
DO NOT:
Research questions may be about:
The depth and complexity of your research questions should be appropriate for the size and shape of the task.
Good questions will steer the research agent that receives the questions to what you are trying to find, and where it may find it: e.g. "in packages/ui..., how does..?"; "how do the WorkOS docs indicate a user can be updated?", "in the protobufs repo..."
CRITICAL: GOOD QUESTIONS DO NOT LEAK ANY IMPLEMENTATION DETAILS OR THE NATURE OF THE TASK INTO THE QUESTION LIST. NO "HOW WOULD WE XYZ" - ONLY "HOW DOES IT WORK". Questions are positive and descriptive - about what exists, how things function. They are NEVER NORMATIVE WITH RESPECT TO THE USER'S TASK - "how should we implement XYZ"
Read({SKILLBASE}/references/research_questions_template.md)
Follow this format, using an appropriate number of questions for the task (less than 8 except for the largest of tasks or unless requested by the user, no less than 2, use your judgement)
Write the research questions to .tasks/TASKNAME/NN-research-questions-DESCRIPTION.md
ls -La .tasks | grep -i "eng-XXXX".tasks/ENG-XXXX-description/NN-research-questions-DESCRIPTION.md where NN is a zero-padded chronological index and DESCRIPTION is a 2-4 word kebab-case slugls -La the task directory, find the highest existing NN- prefix, and use the next number. First document = 01-, second = 02-, etc..tasks/ENG-1478-parent-child-tracking/01-research-questions-parent-child-tracking.md.tasks/authentication-flow/01-research-questions-auth-flow.mdRead the final output template
Read({SKILLBASE}/references/research_questions_final_answer.md)
Include questions such as:
Consider carefully if UI or frontend changes are involved, even if not explicity mentioned in the ticket.
This is the one question category that does not need to be tailored to the specific UI work described in the ticket - if we're making frontend changes, we need to understand the design system and patterns for one-off html mockups.
## Artifact PathsWhen you write or edit documents in .tasks/, include the generated local file path in your final response. If the tool output includes additional artifact metadata, you may include it as well.