research-refine

Refine vague research directions into implementation-ready method plans.

1|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill research-refine-zhuyingqin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-refine
Source: https://github.com/zhuyingqin/ARIS-WEB/tree/main/crates/runtime/assets/skills/research-refine
Command: npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill research-refine-zhuyingqin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Helps you transform a vague research direction into a concrete, problem-anchored, implementation-oriented research method that feels frontier-aware and top-venue ready.

Core Features & Use Cases

  • Problem Anchor preservation: freezes an immutable problem statement and reuses it across iterative refinement rounds.
  • Method-first proposal drafting: produces a focused technical plan covering thesis, architecture, training recipe, inference path, failure modes, and minimal validation.
  • Elegance-first iterative review loop: uses an LLM reviewer to score fidelity, specificity, contribution quality, frontier leverage, and feasibility, then revises until a high bar is met or rounds end.
  • Checkpoint recovery + structured logs: persists state to refine-logs/REFINE_STATE.json and writes round-by-round artifacts for resumability.

Quick Start

Use the research-refine skill when you say “refine my approach” followed by your problem and a rough idea, and let it generate an anchored method plan with iterative review.

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 a concrete method plan?

To turn a vague research idea into a concrete method plan, you need problem anchor preservation and iterative review. This process refines a fuzzy technical route into a paper-ready method covering architecture, training recipe, and minimal validation.

Can I draft a research proposal automatically using LLM review?

Yes, you can draft a research proposal using an LLM review loop. The reviewer scores fidelity, specificity, contribution quality, and feasibility, then revises the technical plan until a high bar is met or refinement rounds end.

What is problem anchor preservation in research planning?

Problem anchor preservation freezes an immutable problem statement during research planning. It ensures the original identified problem is strictly preserved across iterative refinement rounds while the technical route and method decomposition are optimized.

How do I design minimal validation for a new research method?

Design minimal validation by decomposing your method into implementation-ready specifications. The planning process includes defining the inference path, identifying failure modes, and outlining validation steps to ensure feasibility before full execution.

Does the method refinement process support checkpoint recovery?

Yes, the method refinement process supports checkpoint recovery. It persists state to refine-logs/REFINE_STATE.json and writes round-by-round artifacts, enabling resumable refinement if the iterative review loop is interrupted.

When should I not use an iterative LLM review loop for paper writing?

You should not use an iterative LLM review loop when your technical route is already concrete or the core problem is not yet identified. This refinement approach is specifically designed for scenarios where the direction is vague but the problem anchor exists.