identify-method-gaps

Identify untested method variations from method-survey outputs and generate ranked JSON gaps.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ZhangHanbo/alpha_research --skill identify-method-gaps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identify-method-gaps
Source: https://github.com/ZhangHanbo/alpha_research/tree/main/skills/identify-method-gaps
Command: npx skills add https://github.com/ZhangHanbo/alpha_research --skill identify-method-gaps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Researchers often receive tables of surveyed methods but lack guidance on where the literature has not explored, leading to missed opportunities for innovation.

Core Features & Use Cases

  • Axis Extraction: Parses method attributes to define axes of variation such as mechanism, assumption, and objective.
  • Gap Identification: Detects sparse regions, unrelaxed assumptions, and plausible yet untried method combinations.
  • Ranking: Scores each gap on feasibility, novelty, and payoff, producing a prioritized shortlist.
  • Use Case: When evaluating offline reinforcement‑learning papers, this skill highlights unexplored constraint‑based mechanisms or non‑i.i.d. data assumptions for further research.

Quick Start

Ask the identify-method-gaps skill to analyze the provided method table and return the top research gaps in JSON format.

Frequently Asked Questions about identify-method-gaps

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

FAQPage Schema
How do I identify unexplored research gaps from a method survey table?

You identify research gaps by parsing method attributes to define variation axes like mechanism and assumption, then detecting sparse regions and untried combinations. This reveals unexplored areas in evaluated research papers for targeted innovation.

What is method gap identification in offline reinforcement learning research?

Method gap identification in offline reinforcement learning discovers untested method variations within a solution class by analyzing assumptions and mechanisms. It specifically highlights unexplored constraints or non-i.i.d. data assumptions missed by current evaluated papers.

How do I rank potential research gaps by feasibility and novelty?

Rank research gaps by scoring each identified variation on feasibility, novelty, and payoff. This generates a prioritized shortlist of plausible yet untried method combinations, directing researchers toward the most valuable opportunities for algorithm evaluation.

Can I analyze non-i.i.d. data assumptions in my algorithm evaluation survey?

Yes, you can analyze non-i.i.d. data assumptions by extracting method attributes and detecting unrelaxed assumptions within your survey. The analysis identifies sparse regions where these data assumptions remain untested across the evaluated solution class.

What format should I provide for a method survey to detect untested variations?

Provide a method-survey output listing evaluated research papers and their characteristics as input. The analysis parses these method attributes to define axes of variation, detecting untried method combinations and outputting the prioritized results in JSON format.