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.
- •If the file already exists for the same day/topic, append
- •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
markdown
# <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.