Research Philosophical Topic

VerifiedSafe

Conducts web research on a philosophical topic and outputs structured research notes in Markdown. Use before writing an article, when a todo item is type `research-topic`, or when `/research-topic [topic]` is invoked. It identifies key sources, major positions, debates, historical context, and evaluates alignment with site tenets.

Sby Skills Guide Bot
ContentIntermediate
606/2/2026
Claude Code
#research-notes#philosophical-topic#web-search#academic-sources

Recommended for

Our review

Conducts structured web research on a philosophical topic and produces organized research notes saved to an Obsidian file.

Strengths

  • Leverages authoritative academic sources like Stanford Encyclopedia and PhilPapers.
  • Organizes notes with clear sections (summary, positions, debates, timeline).
  • Includes tenet alignment evaluation for site-specific perspectives.

Limitations

  • Only produces research notes, not finished content.
  • Requires web search access and Obsidian setup.
  • May be limited by the quality of search results.
When to use it

Use this skill when you need to explore a philosophical topic before writing an article, or when a 'research-topic' task is triggered.

When not to use it

Avoid this skill if you need publishable content directly, or if the topic does not warrant in-depth research.

Security analysis

Safe
Quality score92/100

The skill instructs web searching and structured note creation on philosophical topics. It does not execute destructive commands, exfiltrate data, or perform any risky operations. The use of WebSearch and file writing is legitimate and contained within a personal research workflow.

No concerns found

Examples

Research free will
/research-topic free will
Explore consciousness philosophy
Research the philosophy of consciousness and provide structured notes.

name: research-topic description: Research a philosophical topic using web search. Outputs research notes, not finished content.

Research Topic

Conduct web research on a philosophical topic and produce structured research notes.

When to Use

  • Before writing a new article
  • When a todo item is type research-topic
  • When /research-topic [topic] is invoked
  • Monthly gap research

Instructions

1. Clarify the Topic

If a specific topic is provided, use it directly.

If invoked from todo.md, extract the topic from the task description.

2. Web Research

Use WebSearch to find:

Primary Academic Sources

  • Stanford Encyclopedia of Philosophy (plato.stanford.edu)
  • Internet Encyclopedia of Philosophy (iep.utm.edu)
  • PhilPapers (philpapers.org)

Key Thinkers

  • Who are the major philosophers on this topic?
  • What are their main positions?
  • What are the key debates?

Historical Context

  • How has thinking evolved on this topic?
  • What are the major milestones?

Scientific Connections

  • What relevant scientific research exists?
  • How do empirical findings inform the philosophy?

Contemporary Discussions

  • What are current debates?
  • Are there recent developments?

3. Evaluate Sources Against Tenets

For each major position found, note:

  • Does it align with site tenets?
  • Does it conflict with any tenet?
  • How would site tenets respond to this view?

4. Generate Research Notes

Create notes at obsidian/research/[TOPIC-SLUG]-YYYY-MM-DD.md:

---
title: Research Notes - [Topic]
created: YYYY-MM-DD
draft: false
ai_contribution: 100
ai_system: [current model]
---

# Research: [Topic]

**Date**: YYYY-MM-DD
**Search queries used**: [list]

## Executive Summary

[3-5 sentence overview of what was found]

## Key Sources

### [Source Title]
- **URL**: [url]
- **Type**: Encyclopedia/Paper/Book/Article
- **Key points**:
  - Point 1
  - Point 2
- **Tenet alignment**: Aligns/Conflicts/Neutral with [tenet]
- **Quote**: "[notable quote]"

## Major Positions

### [Position Name] (e.g., "Physicalism")
- **Proponents**: [names]
- **Core claim**: [summary]
- **Key arguments**: [list]
- **Relation to site tenets**: [analysis]

### [Position Name] (e.g., "Property Dualism")
[Similar format]

## Key Debates

### [Debate Title]
- **Sides**: [who argues what]
- **Core disagreement**: [what they disagree about]
- **Current state**: [resolved? ongoing?]

## Historical Timeline

| Year | Event/Publication | Significance |
|------|-------------------|--------------|
| YYYY | [event] | [why it matters] |

## Potential Article Angles

Based on this research, an article could:
1. [Angle 1 - how it would align with tenets]
2. [Angle 2 - alternative approach]

When writing the article, follow `obsidian/project/writing-style.md` for:
- Named-anchor summary technique for forward references
- Background vs. novelty decisions (what to include/omit)
- Tenet alignment requirements
- LLM optimization (front-load important information)

## Gaps in Research

- [What couldn't be found]
- [What needs deeper investigation]

## Citations

[Full citation list in consistent format]

5. Update Todo

If this was a todo item, mark it complete and note the output file.

6. Log to Changelog

Append summary to obsidian/workflow/changelog.md.

Important

  • This skill ONLY produces research notes
  • Does NOT generate article content
  • Use /expand-topic to write articles based on research
  • Always cite sources with URLs
  • Be honest about tenet conflicts - don't hide opposing views
  • Note where research is incomplete
Related skills