con un clic
research
Deep-dive research on a topic with multi-source synthesis and citations
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Deep-dive research on a topic with multi-source synthesis and citations
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Midday progress check — compare morning plan to actual work, surface pivots, refocus the afternoon
Multi-persona code review with Architect and Nitpicker perspectives
Review your day, compare plan to outcomes, identify carry-forwards, and prep tomorrow
Quick journal entries with mood detection, tagged and linked to your daily page
Gather docs, previous notes, related tickets, and context for an upcoming meeting
Create your daily page with calendar events, task priorities, and yesterday's carry-forwards
| name | research |
| description | Deep-dive research on a topic with multi-source synthesis and citations |
The user provides a topic or question:
Assess the topic. If the request is clear and specific, proceed immediately. If ambiguous, ask one clarifying question — no more.
Good (proceed immediately):
Needs clarification:
Search all available sources simultaneously. Use whichever sources are accessible:
{{notes}} for internal documentation, decision records, or previous research on the topicFor each source found:
Compile findings into a structured research brief:
## Research: [Topic]
### Summary
[2-3 sentence overview answering the core question or summarizing the topic]
### Key Findings
- [Finding 1 — the most important takeaway]
- [Finding 2]
- [Finding 3]
- [Continue as needed, typically 3-7 findings]
### Details
[Deeper explanation organized by subtopic. Use subheadings if the topic has natural divisions.
Include code examples where relevant. Reference specific sources inline.]
### Codebase Context
[What exists in the current codebase related to this topic. Prior art, existing patterns,
relevant files. Skip this section if no codebase results were found.]
### Trade-offs / Open Questions
[Unresolved questions, competing approaches, things the user should decide.
Present trade-offs neutrally — don't make the decision for the user.]
### Sources
1. [Source title](URL) — one-line description of what it contributes
2. [Source title](URL) — ...
[Include all sources referenced in the brief. Number them for easy reference.]
Rules for synthesis:
After presenting the brief, offer:
{{notes}}If the user asks a follow-up question, incorporate the new findings into the existing brief rather than starting fresh.
User: "research React Server Components" Action: Web search for RSC documentation, patterns, and gotchas. Search codebase for existing RSC usage. Search docs for any internal RSC decisions. Synthesize into a brief covering what RSC is, when to use it, trade-offs, and how it relates to the current codebase.
User: "deep dive on how other teams handle feature flag cleanup" Action: Web search for feature flag lifecycle management and cleanup strategies. Search codebase for existing feature flag patterns. Search docs for any internal feature flag guidelines. Synthesize approaches with trade-offs.
User: "research Zustand vs Jotai for our use case" Action: Web search for comparison articles, benchmarks, and real-world experience reports. Search codebase for current state management patterns. Present a neutral comparison organized by criteria (API simplicity, performance, ecosystem, migration effort).
User: "research how the payment flow works in this repo" Action: Skip web search. Search codebase thoroughly for payment-related code, starting from routes/controllers and tracing through services. Search docs for payment-related documentation. Present findings as a flow walkthrough with key files and decision points.