research-refine

Convert vague research directions into problem-anchored method proposals with refinement logs.

Updated May 20, 2026
One-click install
npx skills add https://github.com/lightrain-a/medtrace-aris --skill research-refine-lightrain-a
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-refine
Source: https://github.com/lightrain-a/medtrace-aris/tree/main/.vendor/aris/skills/research-refine
Command: npx skills add https://github.com/lightrain-a/medtrace-aris --skill research-refine-lightrain-a

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps researchers convert a vague direction into a problem-anchored, concrete, implementation-oriented method plan that stays focused and venue-ready.

Core Features & Use Cases

  • Problem Anchor Lock-in: preserves an immutable problem definition across iterative refinement rounds to prevent drift.
  • Frontier-Aware Method Design: proposes the smallest adequate mechanism and uses foundation-model-era primitives only when they naturally fit the bottleneck.
  • Claim-Driven Minimal Validation: defines 1–3 decisive experiments per core claim instead of creating an oversized benchmark plan.

Quick Start

Use the research-refine skill to refine your research direction into a concrete, problem-anchored proposal by providing your problem and current approach, e.g.,: use /research-refine "problem | approach".

Frequently Asked Questions about research-refine

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

FAQPage Schema
How do I turn a vague research idea into an implementable proposal?

To turn a vague research idea into an implementable proposal, you provide a general problem and approach. The skill locks in a problem anchor and applies frontier-aware refinement to generate a concrete, paper-ready method plan.

What is problem anchoring in research planning and why is it needed?

Problem anchoring in research planning preserves an immutable problem definition across iterative refinement rounds. It is needed to prevent problem drift and ensure your final proposal stays focused on the original bottleneck.

How do I design minimal validation experiments for a research proposal?

To design minimal validation experiments for a research proposal, define 1–3 decisive experiments per core claim. This claim-driven approach prevents oversized benchmark plans and ensures targeted testing of your bottleneck mechanism.

Can I use LLM review to refine my approach and decompose a research problem?

Yes, you can use LLM review to refine your approach and decompose a research problem. The skill uses reviewer-based scoring across problem fidelity and method specificity to iteratively anchor and improve your proposal generation.

Does research planning support checkpoint recovery for iterative proposal refinement?

Research planning supports checkpoint recovery for iterative proposal refinement via refine-logs state persistence. This allows you to recover progress and resume refining your approach without losing previous method design decisions.

When should I use frontier-aware method design over standard benchmarking?

Use frontier-aware method design over standard benchmarking when you need the smallest adequate mechanism. It proposes foundation-model-era primitives only when they naturally fit your bottleneck, avoiding oversized validation plans.