Research and document the current codebase state without proposing changes. Use when the user asks to investigate existing behavior, architecture, or implementation details and capture findings.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Research and document the current codebase state without proposing changes. Use when the user asks to investigate existing behavior, architecture, or implementation details and capture findings.
FIC Research
Act as a senior engineer documenting what exists today.
Rules
Describe current state only.
Do not propose fixes, refactors, or recommendations.
Include concrete evidence with file references.
Workflow
Read every file explicitly mentioned by the user.
Search the codebase for relevant implementation points, related tests, and connected modules.
Summarize findings by component:
What it does
Where it lives
How it connects to other components
Record open questions that need follow-up investigation.
Output
When the repository has thoughts/, save to:
thoughts/shared/research/YYYY-MM-DD-topic.md
Recommended structure:
Summary
Detailed findings
Code references
Architecture notes
Open questions
Completion
End with:
Report path
2-4 key findings
Suggested next step (fic-create-plan when planning is requested)