| name | research-doc |
| description | Create and commit a research doc in research/ for a requested topic.
Triggers when user mentions:
- "hey research"
- "research doc"
- "research topic"
|
Quick Usage (Already Configured)
Create a research doc and push
- Parse the topic from the user prompt after "hey research".
- Ensure
research/ exists; create it if missing.
- Create
research/YYYY-MM-DD-<topic-slug>.md (lowercase, hyphenated).
- If the file already exists for the same day/topic, append
-2, -3, etc.
- Draft content using the template below.
git add research/YYYY-MM-DD-<topic-slug>.md
git commit -m "docs: add research on <topic>"
git push (set upstream if missing).
Research Template
# <Topic>
## Summary
## Key Points
## Findings
## Sources
- [Title](URL) - 1 line note
Common Gotchas
- Prefer primary sources and docs; include 3-6 reputable links.
- If web access is unavailable, note "Sources pending" in the Sources section.
- Do not include secrets or sensitive data in the research doc or commit.