research-refine-pipeline

Chains method refinement and experiment planning into one end-to-end research proposal workflow.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill research-refine-pipeline-zniihgnexy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-refine-pipeline
Source: https://github.com/zniihgnexy/vid_tokenizer/tree/main/.claude/skills/research-refine-pipeline
Command: npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill research-refine-pipeline-zniihgnexy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a vague research direction into both a focused paper proposal and a concrete experiment roadmap normally requires running separate workflows and manually keeping them consistent. This Skill chains method refinement and experiment planning into a single pipeline so the final proposal, review history, and validation plan stay aligned. ## Core Features & Use Cases - End-to-End Pipeline: Runs the research-refine stage to stabilize the method thesis, then the experiment-plan stage to build a claim-driven validation roadmap. - Planning Gate: Enforces a checkpoint that confirms the final thesis, dominant contribution, and rejected complexity before any experiments are planned. - Structured Deliverables: Produces FINAL_PROPOSAL.md, REVIEW_SUMMARY.md, REFINEMENT_REPORT.md, EXPERIMENT_PLAN.md, EXPERIMENT_TRACKER.md, and PIPELINE_SUMMARY.md under refine-logs/. - Use Case: A researcher with a rough idea for a video compression paper asks to do it end-to-end ("串起来"), and receives a refined one-contribution proposal plus an ordered experiment plan with budgets, decision gates, and must-run ablations. ## Quick Start Run the research-refine-pipeline on my research direction about machine-oriented video tokenization to produce both the final proposal and the experiment plan.

Frequently Asked Questions about research-refine-pipeline

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

FAQPage Schema
How do I go from a vague research idea to an experiment plan?▼

Run the research-refine-pipeline with your rough direction as the argument. It first stabilizes the method thesis through the research-refine stage, then generates a claim-driven experiment plan with run order, budget, and decision gates.

What is the difference between research-refine, experiment-plan, and research-refine-pipeline?▼

research-refine handles method refinement only, and experiment-plan handles validation planning only. research-refine-pipeline composes both into one integrated flow for users who want the method and experiment roadmap generated together.

What output files does the research pipeline generate?▼

It writes six Markdown files under refine-logs/: FINAL_PROPOSAL.md, REVIEW_SUMMARY.md, REFINEMENT_REPORT.md, EXPERIMENT_PLAN.md, EXPERIMENT_TRACKER.md, and PIPELINE_SUMMARY.md. The summary lists deliverables, must-prove claims, first runs, and risks.

Can I reuse an existing proposal instead of re-running refinement?▼

Yes. Phase 0 checks whether refine-logs/FINAL_PROPOSAL.md exists and still matches the current request. If it is strong and aligned, the pipeline skips refinement and jumps directly to experiment planning.

When should I not use the full research-refine-pipeline?▼

Avoid it when you only need one stage, such as refining a method without planning experiments or planning experiments for an already-stable proposal. Use the standalone research-refine or experiment-plan skills for those cases.