sn-dimension-research

Orchestrate multi-round research for one dimension and write traceable sub-reports.

2|Updated May 19, 2026
One-click install
npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill sn-dimension-research-aiyinluya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sn-dimension-research
Source: https://github.com/aiyinluya/SenseNova-Skills-Studio/tree/main/skills/sn-dimension-research
Command: npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill sn-dimension-research-aiyinluya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps turn a single research dimension into an evidence-backed sub-report by orchestrating multi-round, multi-source searching and verification, so you don’t end up with untraceable or overconfident summaries.

Core Features & Use Cases

  • Single-dimension execution: Produces sub_reports/{dimension_id}.md for exactly one dimension without taking over planning or final report synthesis.
  • Multi-source evidence integration: Performs breadth discovery, targeted deep dives, and original-source verification, then records what’s kept, discarded, and why.
  • Sufficiency and status control: Checks search_strategy.sufficiency, writes the sub-report, and updates the dimension status in plan.json to done only when evidence is present.

Quick Start

Run the sn-dimension-research skill with the current report_dir containing request.md and plan.json so it completes sub_reports/{dimension_id}.md and updates the dimension status to done.

Frequently Asked Questions about sn-dimension-research

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

FAQPage Schema
How do I conduct multi-source web research and verify evidence for a specific topic?

Cross-validation in deep research involves filtering evidence across academic, code, social, and general web sources, verifying original sources, and documenting the reasoning for keeping or discarding findings to prevent overconfident summaries.

How do I generate an evidence-backed sub-report for a single research dimension?

Generating an evidence-backed sub-report for a single dimension requires executing multi-round searches based on a predefined search strategy, checking evidence sufficiency, and writing the traceable results into a dedicated markdown file.

What do I need to set up before running single-dimension research workflows?

Before running single-dimension research workflows, you need a report directory containing a request file and a plan file that defines the dimension, key questions, search strategy, expected output, and optional cross-dimension constraints.

How does evidence sufficiency control update research plan status?

Evidence sufficiency control checks if enough verified evidence exists, writes the sub-report markdown file, and updates the dimension status to done in the plan file only when evidence is present.

Can I route search strategies across academic, code, and social web sources?

Yes, you can route search strategies across academic, code, social, and general web sources by defining the routing within the plan file, allowing the research process to respect dimension-specific source preferences.