autoresearch-hypothesizer

Rank 3–5 autoresearch paths from task_plan.md and findings.md under budget.

1|2|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/fuzzy-dynamics/strings --skill autoresearch-hypothesizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch-hypothesizer
Source: https://github.com/fuzzy-dynamics/strings/tree/main/skills/autoresearch-hypothesizer
Command: npx skills add https://github.com/fuzzy-dynamics/strings --skill autoresearch-hypothesizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Proposes and prioritizes autoresearch paths for an autonomous research loop, guiding experimentation without performing executions or accessing external data.

Core Features & Use Cases

  • Initial draft: reads current session context and drafts 3–5 ranked research paths under the run's metric and budget.
  • Replan: when a worker hits plateau, regression, or escalation, generates adjacent variants or divergent pivots to resume progress.
  • Prioritize: ranks paths by expected information value under a GPU budget, enabling efficient resource use.
  • Output handling: writes its results to a scratch directory and notifies the orchestrator with a pointer; keeps canonical outputs untouched.

Quick Start

Run the autoresearch hypothesizer on the current session to generate the initial 3–5 ranked research paths.

Frequently Asked Questions about autoresearch-hypothesizer

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

FAQPage Schema
How do I propose and rank research paths for an autonomous research loop?

To propose and rank research paths for an autonomous research loop, the skill reads task_plan.md and findings.md, then drafts 3–5 paths under the run's metric and budget, outputting results to a scratch directory.

How does automated research replanning work when an experiment hits a plateau or regression?

Automated research replanning during a plateau or regression works by generating adjacent variants or divergent pivots based on the current session state, enabling the research loop to resume progress without manual intervention.

Can I prioritize research paths by expected information value under a GPU budget?

Yes, you can prioritize research paths by expected information value under a GPU budget. The skill ranks proposed paths based on the run's defined metric and resource constraints to enable efficient experimentation.

Does the autoresearch hypothesizer modify canonical task plan and findings files?

No, the autoresearch hypothesizer does not modify canonical task plan and findings files. It writes its proposed research paths to a scratch directory and notifies the orchestrator with a pointer, leaving canonical outputs untouched.

What is the best way to handle escalations in research automation without external data access?

The best way to handle escalations in research automation without external data access is to propose variants internally. The skill reads current session context to generate divergent pivots or adjacent variants, guiding experimentation without external execution.

Do I need an orchestrator to manage the output of automated research path planning?

Yes, an orchestrator is needed to manage the output of automated research path planning. The skill writes its ranked paths to a scratch directory and notifies the orchestrator with a pointer, ensuring the autonomous loop continues correctly.