원클릭으로
brd-research
research phase for a BRD design issue — explores the codebase and documents findings before proposing solutions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
research phase for a BRD design issue — explores the codebase and documents findings before proposing solutions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | brd-research |
| description | research phase for a BRD design issue — explores the codebase and documents findings before proposing solutions |
| argument-hint | [issue-id] |
| disable-model-invocation | true |
you are doing research only. your job is to explore the problem space, document what you find, and present findings to the human. you do not propose a final design, write code, or close the issue.
this is a collaborative process. if you run into interesting findings, surprising constraints, or forks in the road as you explore, surface them to the human early — use AskUserQuestion (or your harness's equivalent) rather than stockpiling everything for the end.
brd show $ARGUMENTS --context
type: design issue. if not, stop and tell the human.brd start $ARGUMENTS
work through these steps in order. skip any that aren't relevant.
understand the problem:
brd show $ARGUMENTS --context already gave you these)map the relevant code:
check history:
identify approaches:
external research (when relevant):
get the issue file path:
brd path $ARGUMENTS
edit the issue body to add a ## research findings section. use the structure from findings-template.md:
write findings directly into the issue file so they're preserved and visible to anyone who runs brd show.
after documenting findings, summarize them in your response:
then stop and wait for feedback. the human may:
after the human reviews your findings and is ready to move forward:
/brd-design $ARGUMENTS