Research Loop banner
Oshayr Oshayr

Research Loop

Research community

Description

--- name: research-loop description: "Autonomous iterative research loop — hypothesis, search, ingest, evaluate, keep/discard via checkpoint. Max 3 iterations." model: sonnet --- Run an autonomous research loop: generate hypotheses, search, ingest to wiki, evaluate quality, keep or discard via checkpoint. Max 3 iterations by default. Stops on metric plateau or question saturation. ## Setup Resolve `.wiki/` from plugin install scope. Read the research program (provided by caller): topic, seed

Installation

Installs to ~/.claude/agents/oshayr-llm-wiki-research-loop.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Oshayr/LLM-Wiki/HEAD/agents/research-loop.md -o ~/.claude/agents/oshayr-llm-wiki-research-loop.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository