Notion-skills research-documentation
Research topics and document findings in Notion with organized structure and sources
install
source · Clone the upstream repo
git clone https://github.com/tommy-ca/notion-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tommy-ca/notion-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/notion-skills/skills/research-documentation" ~/.claude/skills/tommy-ca-notion-skills-research-documentation && rm -rf "$T"
manifest:
plugins/notion-skills/skills/research-documentation/SKILL.mdsource content
Overview
The Research Documentation skill automates the process of researching topics and capturing findings in a well-organized Notion database. It streamlines research by structuring information, tracking sources, and connecting related findings.
When to Use
Use this skill when you need to:
- Research complex topics and document findings
- Compile competitive analysis or market research
- Create literature reviews or research summaries
- Build knowledge bases around specific topics
- Track sources and citations
- Organize research across multiple domains
- Create research reports with sourced information
Features
- Structured Research Capture: Automatically organizes research findings with proper hierarchy
- Source Tracking: Maintains complete source attribution and citations
- Topic Organization: Categorizes findings by theme and relevance
- Cross-referencing: Connects related research across topics
- Evidence Collection: Captures quotes, data, and supporting evidence
- Research Timeline: Tracks how understanding evolved during research
Requirements
- Notion API Access: For creating and updating research documentation
- Research Database: Notion database structure for organizing findings
- Web Access: For gathering information from online sources
- Citation Format Preference: Configured citation style (APA, MLA, Chicago, etc.)
Implementation Details
This skill orchestrates research workflows by:
- Breaking down research topics into focused areas
- Gathering information from multiple sources
- Analyzing and synthesizing findings
- Organizing findings with proper attribution
- Creating relationships between related research
- Generating summary documents and reports
Research Documentation Workflow
Research Topic/Question ↓ Break into Research Areas ↓ Gather Information ↓ Analyze & Synthesize ↓ Extract Key Findings ↓ Organize with Sources ↓ Create Notion Documentation ↓ Output: Research Summary
Example Use Cases
-
Competitive Analysis
- Research competitors and market landscape
- Document features, pricing, and positioning
- Create competitive comparison matrix
-
Technology Evaluation
- Research framework/tool options
- Document pros, cons, and use cases
- Create evaluation report with recommendations
-
Domain Knowledge Building
- Research industry best practices
- Document standards and approaches
- Create reference guide for team
-
Literature Review
- Research academic papers on topic
- Summarize findings and arguments
- Create annotated bibliography
-
Market Research
- Gather market size and trends
- Document customer needs
- Create market analysis report
Configuration
NOTION_API_TOKEN=your_token_here RESEARCH_DATABASE_ID=your_database_id SOURCES_DATABASE_ID=your_sources_database_id CITATION_FORMAT=APA
Citation Formats Supported
- APA
- MLA
- Chicago Style
- Harvard
- IEEE
See Also
- Knowledge Capture - For documenting discussions and insights
- Meeting Intelligence - For research-informed meeting prep
- Spec to Implementation - For research-based implementation planning
- Notion API Documentation