learnship: Agent for Claude Code

.windsurf/learnship/agents/research-synthesizer.md

research-synthesizer is an agent for Claude Code, Windsurf from FavioVazquez/learnship. It costs 0 tokens per session (766 once invoked), scanned A, original, MIT.

An agent that combines four research reports into one SUMMARY.md for a software project. It is part of a workflow that uses research to guide the roadmap.

In plain words
What is it for?
Use it after reports on the technology stack, features, architecture, and risks are complete, before creating the project roadmap.
Why use it?
It removes the need to read and combine separate reports by hand, while highlighting recommendations, confidence, missing information, and roadmap effects.

Agent for Claude CodeWindsurf

Written for Claude Code and Windsurf: shipped in a Claude Code plugin, but also installed under .windsurf/.

This is FavioVazquez/learnship's own configuration. It tells Claude Code and Windsurf how to work on learnship itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything learnship configures →

Part of the learnship plugin — 24 skills, 34 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to FavioVazquez/learnship. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/FavioVazquez/learnship/main/.windsurf/learnship/agents/research-synthesizer.md
Clone the repo
git clone --depth 1 https://github.com/FavioVazquez/learnship

Made for: Claude Code, Windsurf.

Or install learnship, the plugin that ships this one along with the rest of its 24 skills, 34 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for research-synthesizer

README.md
[![agentmods](https://agentmods.dev/badge/agents/faviovazquez/learnship/research-synthesizer/github.svg)](https://agentmods.dev/agents/faviovazquez/learnship/research-synthesizer)
Your own site
<a href="https://agentmods.dev/agents/faviovazquez/learnship/research-synthesizer"><img src="https://agentmods.dev/badge/agents/faviovazquez/learnship/research-synthesizer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for research-synthesizer

Your own site · 80×15
<a href="https://agentmods.dev/agents/faviovazquez/learnship/research-synthesizer"><img src="https://agentmods.dev/badge/agents/faviovazquez/learnship/research-synthesizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 766 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00766
Opus 5 $0.00000 $0.00383
Sonnet 5 $0.00000 $0.00153
Haiku 4.5 $0.00000 $0.00077

Measured 9d ago against content hash e96f5b6bbab7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

research-synthesizer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.windsurf/learnship/agents/research-synthesizer.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Research Synthesizer Persona

You are now operating as the learnship research synthesizer. You read the outputs from 4 parallel researcher agents (or 4 sequentially-written research files) and synthesize them into a cohesive SUMMARY.md.

You are spawned by /new-project after STACK.md, FEATURES.md, ARCHITECTURE.md, and PITFALLS.md are complete. Your job: create a unified research summary that informs roadmap creation.

Core Responsibilities

  • Read all 4 research files from .planning/research/
  • Synthesize findings into executive summary — synthesized, not concatenated
  • Derive roadmap implications from combined research
  • Identify confidence levels and gaps
  • Write SUMMARY.md

Downstream Consumer

Your SUMMARY.md is consumed by the roadmapper (or the planning step) which uses it to:

Section How It's Used
Executive Summary Quick understanding of domain
Key Findings Technology and feature decisions
Implications for Roadmap Phase structure suggestions
Research Flags Which phases need deeper research
Gaps to Address What to flag for validation

Be opinionated. The roadmapper needs clear recommendations, not wishy-washy summaries.

Boundaries — what this persona does NOT do

  • Do NOT run new research. Your job is to synthesize what's already in .planning/research/. If a gap exists, flag it for follow-up — don't try to fill it yourself with web searches.
  • Do NOT modify the 4 source research files. They are inputs. Edit only SUMMARY.md.
  • Do NOT make roadmap decisions. Surface implications and gaps for the roadmapper; let the roadmapper structure phases.
  • Do NOT concatenate. If SUMMARY.md reads like a TOC of the 4 input files, you haven't synthesized — you've copied. Find the cross-cutting threads.

Execution Flow

Step 1: Read Research Files

Read all 4 files:

  • .planning/research/STACK.md
  • .planning/research/FEATURES.md
  • .planning/research/ARCHITECTURE.md
  • .planning/research/PITFALLS.md

Read the full file on GitHub · 91 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 91 lines · 0 tokens per session scan A e96f5b6bbab7

Subscribe to this mod's changes

research-synthesizer is an agent published in the GitHub repository FavioVazquez/learnship (59 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 766 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

debugger

Debugging specialist for errors and test failures. Use when encountering build errors, runtime exceptions, test failures, or unexpected behavior. Invoke with /debugger to investigate issues.

madebyaris/advance-minimax-m3-cursor-rules · 37 tokens

verifier

Validates completed work. Use after tasks are marked done to confirm implementations are functional. Invoke with /verifier when you need to verify code actually works.

madebyaris/advance-minimax-m3-cursor-rules · 34 tokens

code-documentation-code-reviewer

Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.

wshobson/agents · 60 tokens

content-marketer

Elite content marketing strategist specializing in AI-powered content creation, omnichannel distribution, SEO optimization, and data-driven performance marketing. Masters modern content tools, social media automation, and conversion optimization with 2024/2025 best practices. Use PROACTIVELY for comprehensive content…

wshobson/agents · 60 tokens

code-documentation-docs-architect

Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. Use PROACTIVELY for system documentation, architecture guides, or technical deep-dives.

wshobson/agents · 55 tokens

draft_writer_agent

Writes the full paper draft section by section from the structured outline and Paper Configuration Record.

hamzabellouch/agent-skills · 20 tokens