TimSimpsonJr/research-workflow

5 stars · Last commit 2026-05-29

Claude Code plugin that turns any topic into fully-sourced, interlinked Obsidian notes — confidence-gated multi-hop web search, source-credibility tiering, frontmatter, tags, wikilinks, and citations. Zero paid API calls; all AI runs through Claude Code subagents or local Ollama.

README preview

# Research Workflow

A Claude Code plugin for deep research into Obsidian vaults. Takes a topic (or a batch), plans the work, searches the web in confidence-gated multi-hop rounds, fetches and summarizes sources with credibility tiering, classifies them against your vault structure, and writes fully-formed notes with frontmatter, tags, wikilinks, and citations.

Zero paid API calls. All AI work runs through Claude Code subagents (Haiku for parallel tasks, Sonnet for orchestration and between-hop reasoning, Opus for synthesis) or a local Ollama instance.

## Quick Start

Install from the Fieldwork marketplace:

```
/plugin marketplace add TimSimpsonJr/fieldwork-plugins
/plugin install research-workflow@fieldwork-plugins
```

Configure your vault:

```
/research-setup
```

View full repository on GitHub →