research-topic

Researches a subject and produces a sourced lesson outline before MDX authoring.

3|1|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/alexfdez1010/mental-models --skill research-topic-alexfdez1010
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-topic
Source: https://github.com/alexfdez1010/mental-models/tree/main/.claude/skills/research-topic
Command: npx skills add https://github.com/alexfdez1010/mental-models --skill research-topic-alexfdez1010

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing lesson content from memory alone leads to inaccurate definitions, missing prerequisites, and shallow coverage. This Skill structures the research phase so every lesson on the site is grounded in verified, well-sourced material before any MDX is written. ## Core Features & Use Cases - Source gathering: Uses WebSearch, WebFetch, and the paperhound skill (arXiv, OpenAlex, Semantic Scholar) to collect authoritative primary sources and cross-check claims against at least two independent references. - Research brief generation: Produces a structured brief covering audience, prerequisites, learning objectives, key concept definitions, misconceptions, analogies, worked examples, animation opportunities, and citations. - Lesson planning: Splits a topic into ordered lessons with section outlines, and assigns at least one exercise and one animation per lesson, aligned with the zero-to-expert ladder defined in TOPIC.md. - Use Case: Before writing a lesson on Bayes' theorem, run this Skill to gather papers and explainers, draft definitions and misconceptions, then hand the brief to the new-lesson skill for MDX authoring. ## Quick Start Ask the assistant to research a topic such as "research Bayes' theorem and prep a lesson outline" before running the new-lesson skill.

Frequently Asked Questions about research-topic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I research a topic before writing a lesson?

Run the research-topic skill with the subject name. It gathers authoritative sources via WebSearch and WebFetch, cross-checks claims, and produces a brief with definitions, misconceptions, analogies, and worked examples ready for the new-lesson skill.

What should a lesson research brief include?

A brief should cover audience and prerequisites, 3-6 learning objectives, key concept definitions, common misconceptions, analogies, worked examples with real numbers, animation opportunities, and a list of source URLs so every claim is traceable.

Can I use academic papers as sources for lesson research?

Yes. For academic or scientific topics, the skill delegates to the paperhound skill, which pulls real papers and abstracts from arXiv, OpenAlex, and Semantic Scholar instead of relying on secondary blog posts.

When should I skip the research step before new-lesson?

Only skip it when the topic is already well understood and trivial. For anything non-trivial, the skill instructs never to write lesson prose from memory alone, since accuracy depends on sourced, verified material.

How does the skill handle uncertain or disputed claims?

It cross-checks non-obvious claims against at least two independent sources and notes where experts disagree. Anything that cannot be defended from a source is flagged to the user rather than invented.