resonance-strategy-researcher

Verifies and synthesizes technical research findings into structured comparison matrices and evidence reports.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/manusco/wolfgang --skill resonance-strategy-researcher-manusco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: resonance-strategy-researcher
Source: https://github.com/manusco/wolfgang/tree/main/.agents/skills/strategy/researcher
Command: npx skills add https://github.com/manusco/wolfgang --skill resonance-strategy-researcher-manusco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Technical research often produces unverified claims, hallucinated APIs, and unstructured walls of text that lead to bad decisions. This Skill enforces a rigorous hypothesis-driven research workflow where every factual claim is verified across at least three distinct sources and code snippets are actually executed before being reported. ## Core Features & Use Cases - Hypothesis-Driven Investigation: Frames every question as a testable hypothesis, then verifies claims against primary sources and by executing code. - Synthesis Matrix: Compares multiple options or sources against defined criteria in structured tables with explicit tradeoffs, rather than listing links. - Contradiction Resolution: When sources disagree, presents both positions and identifies which is more current or authoritative instead of fabricating confidence. - Evidence Packet Handoff: Packages confirmed claims, sources, contradictions, and tested results for downstream documentation owners without mutating repository docs. - Use Case: When choosing between React Query and SWR for server state, the Skill builds a comparison matrix, verifies code examples against current library docs, states a recommendation with rationale, and defers the final decision to you. ## Quick Start Ask the researcher to compare two libraries or investigate a technical question and require that all claims be verified against primary sources before answering.

Frequently Asked Questions about resonance-strategy-researcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare two libraries or frameworks before choosing one?▼

Frame the choice as a testable hypothesis, then build a Synthesis Matrix comparing the options against defined criteria like cost, complexity, and risk. Verify code examples against current official documentation rather than memory, state a recommendation with rationale, and let the user make the final decision.

How do I handle contradictory sources in technical research?▼

Treat the contradiction itself as the finding. Present both conflicting claims with their sources, consult the primary source such as official docs or release notes, and state which source is more current or authoritative. If ambiguity remains, say so explicitly instead of fabricating confidence.

What is a Synthesis Matrix in research synthesis?▼

A Synthesis Matrix is a comparison grid mapping sources or options against defined criteria, with a synthesis column capturing the insight per row. It replaces link lists with explicit tradeoffs and ends with a synthesis statement explaining the recommendation.

Can this Skill update my project documentation with research findings?▼

No. It produces non-durable research reports and evidence packets only. When findings should become canonical documentation, it hands an evidence packet containing confirmed claims, sources, contradictions, and tested results to the Librarian skill, which owns placement, indexing, and archival.

What happens when a claim cannot be verified with enough sources?▼

The gap is noted explicitly in the output rather than papered over with false confidence. After three failed verification attempts, the issue is escalated and recorded as a Known Unknown entry so the gap stays tracked.