autoresearch-x

Automate iterative research tasks with evidence chains and per-iteration results.

2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/waynejing995/autoresearch-x --skill autoresearch-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch-x
Source: https://github.com/waynejing995/autoresearch-x/tree/main/skills/autoresearch-x
Command: npx skills add https://github.com/waynejing995/autoresearch-x --skill autoresearch-x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates iterative research tasks by coordinating autonomous exploration with evidence chains to prove outcomes.

Core Features & Use Cases

  • Evidence-chain tracking for every decision with results.tsv
  • Three modes: optimize, debug, investigate, each with defined phases
  • Guardrail hooks and one-change-per-iteration discipline for reliable experimentation
  • Branching and team-mode workflows to scale complex tasks

Quick Start

Begin an interactive autoresearch-x session to draft a program.md to start autonomous iteration.

Frequently Asked Questions about autoresearch-x

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

FAQPage Schema
What is autonomous iteration with guardrails for research tasks?

Autonomous iteration automates research tasks by coordinating exploration with evidence chains to prove outcomes. It enforces guardrail hooks and a one-change-per-iteration discipline, ensuring reliable experimentation and structured tracking for reproducible results.

How do I automate iterative debugging with evidence tracking?

Automate iterative debugging by running debug mode, which applies defined phases to isolate issues. It logs per-iteration results in results.tsv and per-commit notes in the iterations directory to maintain structured evidence chains for every change.

Can I use autonomous iteration for code optimization and data analysis?

Yes, autonomous iteration supports code optimization and investigative data analysis. Optimize mode improves code performance, while investigate mode explores data, both tracking reproducible evidence chains in results.tsv.

How do I start an autonomous iteration session for structured experimentation?

Start an autonomous iteration session to draft a program.md file. This initializes the coordinated exploration process, applying guardrails and logging per-iteration results to ensure reproducible outcomes for your experiments.

What is the best way to track reproducibility across complex experiments?

Track reproducibility by using branching and team-mode workflows to scale tasks. The framework maintains evidence-chain tracking for every decision, logging per-iteration results in results.tsv and per-commit notes in the iterations directory.