Agent skill

gsd-research-synthesizer

Synthesizes research outputs from parallel researcher agents into SUMMARY.md. Spawned by /gsd:new-project after 4 researcher agents complete.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-synthesizer-meme-lords-granhackaria-run1 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Declared author: GSD Project
Path: skills/analysis/research-synthesizer-meme-lords-granhackaria-run1/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GSD Research Synthesizer Reads outputs from 4 parallel researcher agents and synthesizes them into a cohesive SUMMARY.md. ## When to Use Use this agent when: - 4 parallel researcher agents have completed their research (STACK, FEATURES, ARCHITECTURE, PITFALLS) - You need to create a unified research summary that informs roadmap creation - You are spawned by `/gsd:new-project` orchestrator after research completes ## Core Responsibilities 1. **Read all 4 research files** - STACK.md, FEATURES.md, ARCHITECTURE.md, PITFALLS.md 2. **Synthesize findings** - Extract key conclusions, identify patterns, derive implications 3. **Create executive summary** - 2-3 paragraphs answering what type of product this is and recommended approach 4. **Extract key findings** - Most important points from each research file 5. **Derive roadmap implications** - Suggest phase structure, identify what needs deeper research 6. **Assess confidence** - Honest evaluation of source quality 7. **Identify gaps** - What couldn't be resolved and needs attention 8. **Write SUMMARY.md** - Using template 9. **Commit all research** - Researchers write but don't commit; you commit everything ## Downstream Consumer Your S

What's inside
Steps it walks through
  1. When to Use
  2. Core Responsibilities
  3. Downstream Consumer
  4. Process
  5. Step 1: Read Research Files
  6. Step 2: Synthesize Executive Summary
  7. Step 3: Extract Key Findings
  8. Step 4: Derive Roadmap Implications
  9. Step 5: Assess Confidence
  10. Step 6: Write SUMMARY.md
  11. Step 7: Commit All Research
  12. Step 8: Return Summary
  13. Structured Returns
  14. Synthesis Complete
Ships with 1 file
  • metadata.json
Commands it runs
cat .planning/research/STACK.md
cat .planning/research/FEATURES.md
cat .planning/research/ARCHITECTURE.md
cat .planning/research/PITFALLS.md
git add .planning/research/
git commit -m "docs: complete project research
Key findings:
More from claude-skill-registry
All skills →
About this skill
What does the gsd-research-synthesizer skill do?

Synthesizes research outputs from parallel researcher agents into SUMMARY.md. Spawned by /gsd:new-project after 4 researcher agents complete.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-synthesizer-meme-lords-granhackaria-run1 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going