research-doc

star 58

Create and commit a research doc in research/ for a requested topic. Triggers when user mentions: - "hey research" - "research doc" - "research topic"

different-ai By different-ai schedule Updated 1/31/2026

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

  1. Parse the topic from the user prompt after "hey research".
  2. Ensure research/ exists; create it if missing.
  3. Create research/YYYY-MM-DD-<topic-slug>.md (lowercase, hyphenated).
    • If the file already exists for the same day/topic, append -2, -3, etc.
  4. Draft content using the template below.
  5. git add research/YYYY-MM-DD-<topic-slug>.md
  6. git commit -m "docs: add research on <topic>"
  7. 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.
Install via CLI
npx skills add https://github.com/different-ai/the-factory --skill research-doc
Repository Details
star Stars 58
call_split Forks 7
navigation Branch main
article Path SKILL.md
More from Creator
different-ai
different-ai Explore all skills →