research-cycle

Automate a full autoresearch cycle from hypothesis to Modal execution and evaluation.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ScavieFae/autonomous-world-model --skill research-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-cycle
Source: https://github.com/ScavieFae/autonomous-world-model/tree/main/.claude/skills/research-cycle
Command: npx skills add https://github.com/ScavieFae/autonomous-world-model --skill research-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Runs a full autoresearch cycle from hypothesis through director review to Modal execution and evaluation, reducing manual steps and decision fatigue.

Core Features & Use Cases

  • End-to-end autoresearch workflow: hypothesis generation, director review, and deployment on Modal.
  • Manual trigger support for testing loops or enforcing periodic review.
  • Safe defaults and budget checks to prevent overruns during experiments.

Quick Start

Run the research cycle in scout mode to test the loop and validate inputs, use confirm for full execution, or dry-run to simulate without Modal deployment.

Frequently Asked Questions about research-cycle

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

FAQPage Schema
How do I automate a full autoresearch cycle from hypothesis to evaluation?

Automating a full autoresearch cycle requires a workflow that processes your hypothesis, executes director review, and deploys on Modal for evaluation. This Skill orchestrates that end-to-end sequence to eliminate manual steps and decision fatigue.

What is the best way to test an autoresearch workflow before deploying?

Testing an autoresearch workflow is best done using scout mode to validate loop inputs or dry-run mode to simulate execution without deploying to Modal, ensuring safe validation before committing resources.

Do I need Modal access to run an automated research cycle?

Modal access is required for full execution and evaluation during an automated research cycle. You can use dry-run mode to simulate the workflow and validate your hypothesis without needing actual Modal deployment access.

How does budget state prevent overruns during automated research experiments?

Budget state prevents overruns by enforcing safe defaults and checking limits stored in .loop/state before execution. This ensures automated research cycles halt when allocated experiment resources are exhausted.

Can I manually trigger an autoresearch loop for testing?

Manually triggering an autoresearch loop is supported for testing loops or enforcing periodic review. You can initiate the cycle in scout, confirm, or dry-run modes depending on your specific validation needs.