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.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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)