Commonly-used-high-value-skills notion-research-documentation
Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.
install
source · Clone the upstream repo
git clone https://github.com/seaworld008/Commonly-used-high-value-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/seaworld008/Commonly-used-high-value-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/knowledge-and-pm-integrations/notion-research-documentation" ~/.claude/skills/seaworld008-commonly-used-high-value-skills-notion-research-documentation-85a849 && rm -rf "$T"
manifest:
skills/knowledge-and-pm-integrations/notion-research-documentation/SKILL.mdsource content
Research & Documentation
Pull relevant Notion pages, synthesize findings, and publish clear briefs or reports (with citations and links to sources).
When to Use
Use this skill when the user wants to:
- collect information from multiple Notion pages and turn it into a brief
- compare options, projects, teams, or decisions using existing workspace context
- produce a report, summary, or recommendation document grounded in Notion sources
- preserve citations and source links while synthesizing content
Use a different skill when:
- the main output is a meeting agenda → use
notion-meeting-intelligence - the main job is storing a conversation or decision as a reusable page → use
notion-knowledge-capture - the main job is converting a spec into implementation artifacts → use
notion-spec-to-implementation
Quick start
- Find sources with
using targeted queries; confirm scope with the user.Notion:notion-search - Fetch pages via
; note key sections and capture citations (Notion:notion-fetch
).reference/citations.md - Choose output format (brief, summary, comparison, comprehensive report) using
.reference/format-selection-guide.md - Draft in Notion with
using the matching template (quick, summary, comparison, comprehensive).Notion:notion-create-pages - Link sources and add a references/citations section; update as new info arrives with
.Notion:notion-update-page
Usage
Default output sections:
- scope and question being answered
- key findings
- supporting evidence
- contradictions or gaps
- recommendation or next steps
- references
Minimal synthesis flow:
search pages -> fetch source content -> extract evidence -> synthesize findings -> create report page
Workflow
0) If any MCP call fails because Notion MCP is not connected, pause and set it up:
- Add the Notion MCP:
codex mcp add notion --url https://mcp.notion.com/mcp
- Enable remote MCP client:
- Set
in[features].rmcp_client = true
or runconfig.tomlcodex --enable rmcp_client
- Set
- Log in with OAuth:
codex mcp login notion
After successful login, the user will have to restart codex. You should finish your answer and tell them so when they try again they can continue with Step 1.
1) Gather sources
- Search first (
); refine queries, and ask the user to confirm if multiple results appear.Notion:notion-search - Fetch relevant pages (
), skim for facts, metrics, claims, constraints, and dates.Notion:notion-fetch - Track each source URL/ID for later citation; prefer direct quotes for critical facts.
- For database-backed sources, fetch the data source details first if the schema matters to the report.
2) Select the format
- Quick readout → quick brief.
- Single-topic dive → research summary.
- Option tradeoffs → comparison.
- Deep dive / exec-ready → comprehensive report.
- See
for when to pick each.reference/format-selection-guide.md
3) Synthesize
- Outline before writing; group findings by themes/questions.
- Note evidence with source IDs; flag gaps or contradictions.
- Keep user goal in view (decision, summary, plan, recommendation).
- Distinguish clearly between sourced facts, inferred conclusions, and recommendations.
4) Create the doc
- Pick the matching template in
(brief, summary, comparison, comprehensive) and adapt it.reference/ - Create the page with
; include title, summary, key findings, supporting evidence, and recommendations/next steps when relevant.Notion:notion-create-pages - Add citations inline and a references section; link back to source pages.
5) Finalize & handoff
- Add highlights, risks, and open questions.
- If the user needs follow-ups, create tasks or a checklist in the page; link any task database entries if applicable.
- Share a short changelog or status using
when updating.Notion:notion-update-page
Common Pitfalls
- treating search results as final evidence without fetching the full pages
- merging conflicting claims without flagging the contradiction
- writing a recommendation without separating it from the evidence
- losing page URLs and source IDs, which weakens traceability
- publishing a comparison without a clear evaluation frame
Done Criteria
Research documentation is complete when:
- the scope is explicit
- the source set is clear and linked
- findings are grouped logically
- contradictions and unknowns are called out
- recommendations, if any, are grounded in cited material
- a reader can trace each key point back to source pages
Example Commands
Notion:notion-search -> locate candidate source pages Notion:notion-fetch -> read the selected pages Notion:notion-create-pages -> publish the brief or report Notion:notion-update-page -> revise with new evidence or clarifications
References and examples
— search tactics, format selection, templates, and citation rules (e.g.,reference/
,advanced-search.md
,format-selection-guide.md
,research-summary-template.md
,comparison-template.md
).citations.md
— end-to-end walkthroughs (e.g.,examples/
,competitor-analysis.md
,technical-investigation.md
,market-research.md
).trip-planning.md