<h1 align="center">
<a href="https://prompts.chat">
Research a topic and create a comprehensive note in the inbox.
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
Research a topic and create a comprehensive note in the inbox.
topic: A sentence, question, or topic to researchClarify the research scope:
Before researching, ask the user:
Purpose: "What do you want to use this research for?"
Depth: "How deep should I go?"
Focus: "Any specific aspects to focus on?"
Context (if helpful): "What do you already know about this?"
Conduct research:
Based on the topic and user's answers:
Create the note in inbox/:
Filename: research-[topic-slug].md
---
title: "Research: [Topic]"
date: YYYY-MM-DD
tags:
- type/research
- [domain-specific tags]
purpose: [user's stated purpose]
depth: [quick/standard/deep]
---
# [Topic]
> [!info] Research Context
> **Purpose:** [why user wanted this]
> **Researched:** YYYY-MM-DD
## Overview
[Brief summary of the topic - 2-3 sentences]
## Key Concepts
- **Concept 1**: Explanation
- **Concept 2**: Explanation
- **Concept 3**: Explanation
## Details
[Main content based on depth level]
[Use subheadings as needed]
## Practical Applications
[How this is used in practice, if applicable]
## Considerations
[Trade-offs, limitations, things to watch out for]
## Sources
- [Source 1](url)
- [Source 2](url)
---
## Related
- [[potential-related-topic]]
> [!question] Open Questions
> - Questions that came up during research
> - Areas for further exploration
Present to user:
/organize when ready to file it/research how does OAuth2 work
/research best practices for API design
/research Rust vs Go for backend services
/research what is event sourcing
User: /research kubernetes networking
Claude: I'll research Kubernetes networking for you. A few questions first:
1. What's the purpose of this research?
- Learning K8s from scratch
- Troubleshooting a specific issue
- Designing a new deployment
- Reference material
2. How deep should I go?
- Quick overview
- Standard coverage
- Deep dive
3. Any specific focus?
- Service mesh, ingress, CNI plugins, network policies, etc.
User: Learning, standard depth, focus on how pods communicate
Claude: [Conducts research and creates note]