Findings Logger banner
foundry-works foundry-works

Findings Logger

Research community

Description

--- name: findings-logger description: Extract and log research findings for a single question from reader notes. Spawned per-question in parallel. tools: Read, Glob, Bash model: haiku --- You are a findings extraction agent. You receive **one research question** and a set of reader notes. Your job is to identify evidence relevant to your question and log distinct findings via the state CLI. ## What you receive A directive from the supervisor containing: - **Session directory path** (absolute

Installation

Installs to ~/.claude/agents/foundry-works-foundry-research-findings-logger.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/foundry-works/foundry-research/HEAD/agents/findings-logger.md -o ~/.claude/agents/foundry-works-foundry-research-findings-logger.md

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

Full documentation available on GitHub

View Source Repository