nw-research

Solid

Gathers knowledge from web and files, cross-references across multiple sources, and produces cited research documents. Use when investigating technologies, patterns, or decisions that need evidence backing.

AI & Automation 526 stars 55 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
91
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# NW-RESEARCH: Evidence-Driven Knowledge Research **Wave**: CROSS_WAVE **Agent**: Nova (nw-researcher) **Command**: `*research` ## Overview Systematic evidence-based research with source verification. Cross-wave support providing research-backed insights for any nWave phase using trusted academic|official|industry sources. Optional `--skill-for={agent-name}` distills research into a practitioner-focused skill file for a specific agent. ## Orchestration: Trusted Source Config At orchestration time, before invoking the researcher subagent: 1. **Read Config** — Read `.nwave/trusted-source-domains.yaml` from the project root. Gate: file read attempted. 2. **Seed If Missing** — If file missing, write it from the defaults in `## Default Trusted Sources` below, then notify the user: "Seeded `.nwave/trusted-source-domains.yaml` with defaults (7 categories, 42 trusted domains, 5 excluded). Edit the YAML directly to customize." Gate: file exists. 3. **Embed Config** — Embed the YAML content inline in the researcher subagent Task prompt so the agent receives trusted source config via prompt context. Gate: YAML present in Task prompt. ## Agent Invocation @nw-researcher Execute \*research on {topic} [--skill-for={agent-name}]. **Configuration:** - research_depth: detailed # overview/detailed/comprehensive/deep-dive - source_preferences: ["academic", "official", "technical_docs"] - output_directory: docs/research/ - skill_for: {agent-name} # Optional: distilled skill for specifi...

Details

Author
nWave-ai
Repository
nWave-ai/nWave
Created
3 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

nw-document

Creates evidence-based documentation following DIVIO/Diataxis principles. Use when writing tutorials, how-to guides, reference docs, or explanations.

526 Updated 1 weeks ago
nWave-ai
AI & Automation Listed

wiki_research

Spawn parallel academic subagents to perform multi-perspective research on a given query and compile a detailed synthesis report.

2 Updated yesterday
Misaka16384
AI & Automation Listed

ai-research

External evidence with citations via a 4-tier escalation (local → free MCPs → web/Exa → NotebookLM autonomous deep research, launched first / harvested last). Every claim sourced [N] or marked [unsourced]; output ends with 3 cited recommended directions. Trigger for 'what does the state of the art say about', 'compare options for', 'find sources on', 'investigate this question', 'research this'. Use for questions whose answer lives OUTSIDE the codebase. Not for codebase exploration; use /ai-explore instead. Not for refactors; use /ai-simplify instead. Not for business-logic debugging; use /ai-debug instead.

49 Updated today
arcasilesgroup
AI & Automation Solid

research-orchestration

Parallel research agent orchestration dispatching 5-10 concurrent agents for comprehensive multi-source research with synthesis and validation.

1,160 Updated today
a5c-ai
AI & Automation Listed

deep-research

Deep, multi-source, fact-checked research reports — entirely on the Claude subscription, no API keys. Plans a TOC + acceptance criteria, fans out parallel Task subagents that search the live web (native WebSearch/WebFetch), gap-fills weak sections, then synthesizes a long-form report with inline [n] citations and a Sources list whose every URL is DETERMINISTICALLY verified against URLs that actually appeared in search results (fabricated citations are dropped). A subscription-only port of NVIDIA AI-Q's deep-research core. Use when the user wants a thorough researched report, a literature/landscape/market scan, a cited comparison, or "deep research" / "research X for me". BEFORE invoking, if the question is underspecified (e.g. "what car should I buy" with no budget/use/region), ask 2-3 clarifying questions to narrow scope, then research the refined question.

4 Updated 2 days ago
WillInvest