29 lines
747 B
Markdown
29 lines
747 B
Markdown
# Research
|
|
|
|
Trigger research on a specific topic using sub-agents.
|
|
|
|
## Available Research Agents:
|
|
- **whisper-expert**: M3 optimization strategies
|
|
- **deepseek-expert**: AI enhancement patterns
|
|
- **postgres-expert**: Database schema design
|
|
|
|
## Process:
|
|
1. Update `.claude/context/session.md` with current needs
|
|
2. Call appropriate research agent
|
|
3. Agent creates report in `.claude/research/`
|
|
4. Read report and implement based on findings
|
|
|
|
## Usage:
|
|
Specify which topic to research:
|
|
- "whisper optimization"
|
|
- "ai enhancement"
|
|
- "database schema"
|
|
- "batch processing"
|
|
|
|
The research agent will:
|
|
1. Analyze current context
|
|
2. Research best practices
|
|
3. Create detailed implementation plan
|
|
4. Never implement directly
|
|
|
|
Which topic should I research? |