agentsclimarketplace

Nanoresearch planning

Skill OpenRaiser/NanoResearch/skills/nanoresearch-planning

🦞+🔬 NanoResearch: The Autonomous AI Research Assistant

Install
npx -y skills add OpenRaiser/NanoResearch --skill nanoresearch-planning

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Produce an experiment blueprint from a research hypothesis

SKILL.md

1.4 KB, as published. Nobody here has run it

Planning Skill

Purpose

Take the selected hypothesis from ideation and produce a detailed experiment blueprint specifying datasets, baselines, evaluation metrics, and ablation groups.

Tools Required

None. This skill operates entirely through LLM reasoning over the ideation output.

Input

  • ideation_output: Path to papers/ideation_output.json produced by the ideation skill

Process

  1. Parse the selected hypothesis and supporting literature from the ideation output
  2. Identify candidate datasets that are publicly available and appropriate for validating the hypothesis
  3. Select 2-4 baseline methods from the surveyed literature for comparison
  4. Define primary and secondary evaluation metrics aligned with the hypothesis
  5. Design ablation groups that isolate each novel component of the proposed approach
  6. Estimate computational requirements and timeline for each experiment
  7. Compile everything into a structured experiment blueprint

Output

Produces papers/experiment_blueprint.json containing:

  • Selected hypothesis (carried forward)
  • Dataset specifications (name, source, splits, preprocessing steps)
  • Baseline methods with references
  • Evaluation metrics and success criteria
  • Ablation study design (groups, variables, expected outcomes)
  • Resource estimates and experiment schedule

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.