drafting-research-plan-from-idea-folder

Generates a publication-grade research plan from a paper-idea discovery folder.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/megumi-ben/work17 --skill drafting-research-plan-from-idea-folder-megumi-ben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drafting-research-plan-from-idea-folder
Source: https://github.com/megumi-ben/work17/tree/main/.codex/skills/drafting-research-plan-from-idea-folder
Command: npx skills add https://github.com/megumi-ben/work17 --skill drafting-research-plan-from-idea-folder-megumi-ben

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning a folder of raw ML paper ideas into a rigorous, publication-ready research plan is hard: ideas must be audited honestly, theory must be developed without overstating proofs, and experiments must fit real compute budgets. This Skill automates that entire pipeline and produces a single academic-Chinese work.md. ## Core Features & Use Cases - Three-Stage Pipeline: Runs idea audit, theory construction, and experiment program design in strict order, with each stage's output feeding the next. - Honest Gating: Forces a proceed status (PROCEED, PROCEED WITH MAJOR RISK, NO-GO) and forbids upgrading proof sketches into theorems. - Resource-Bounded Experiments: Maps every experiment to a claim and enforces hard limits on prompts, GPU count, wall-clock, and annotation budgets with an MVP fallback plan. - Use Case: Given a folder containing outputs/IDEA_DISCOVERY_REPORT.md and refine-logs/FINAL_PROPOSAL.md, produce a complete work.md with thesis, theory derivations, and a claim-driven experiment plan ready for an ML conference submission. ## Quick Start Use this Skill on my idea folder at ./my-paper-idea to audit the strongest idea and write a publication-grade work.md with theory and experiment plans.

Frequently Asked Questions about drafting-research-plan-from-idea-folder

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

FAQPage Schema
How do I turn a paper idea folder into a research plan?

Point the Skill at a folder containing outputs/IDEA_DISCOVERY_REPORT.md, outputs/IDEAS_RAW.md, outputs/IDEAS_FILTERED.md, and refine-logs/FINAL_PROPOSAL.md. It runs idea audit, theory construction, and experiment planning stages, then writes a single work.md in academic Chinese.

What input files does the research plan generator require?

It requires IDEA_DISCOVERY_REPORT.md, IDEAS_RAW.md, IDEAS_FILTERED.md under outputs/, plus FINAL_PROPOSAL.md under refine-logs/. A matching FINAL_PROPOSAL_IDEAxx.md for the chosen idea is optional but preferred for technical detail.

How does the Skill handle weak or risky paper ideas?

Stage 1 ends with an explicit proceed status: PROCEED, PROCEED WITH MAJOR RISK, or NO-GO. If the strongest idea is weak, the plan keeps the best available version but marks risks honestly instead of overstating readiness.

Does the experiment planner enforce compute or budget limits?

Yes. Default hard limits include at most 100K prompts, one hour wall-clock, one GPU, and explicit annotation budgets. If the full plan exceeds budget, it cuts to an MVP experiment set and documents what was deferred.

Can the theory section include unproven claims?

Only with honest labeling. Every result must be classified as proved, proof sketch, or open obligation, and the Skill forbids upgrading a sketch into a theorem through wording alone.