autoresearch

Run single-change experiments to optimize measurable goals with an auditable log.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Paradiddle131/global-ai-customizations --skill autoresearch-paradiddle131
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch
Source: https://github.com/Paradiddle131/global-ai-customizations/tree/main/skills/autoresearch
Command: npx skills add https://github.com/Paradiddle131/global-ai-customizations --skill autoresearch-paradiddle131

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of turning vague improvement goals into structured, repeatable experiments driven by measurable metrics.

Core Features & Use Cases

  • Define a clear goal, then perform one-change iterations to move toward the target metric.
  • Run experiments with guardrails and an auditable log to track progress and revert when necessary.
  • Apply to code, documentation, or performance improvements where a measurable metric exists.

Quick Start

Run the autoresearch loop to start iterating toward a measurable goal with one-change experiments.

Frequently Asked Questions about autoresearch

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

FAQPage Schema
How do I automate metric-driven code quality improvements through experimentation?

Automate metric-driven code quality improvements by running single-change experiments to optimize a defined goal. The iterative loop applies guardrails and an auditable log to track progress, validating each iteration against a baseline before committing.

What is an iterative metric-driven optimization loop for software engineering?

An iterative metric-driven optimization loop is a process that turns vague improvement goals into structured, repeatable experiments. It performs one-change iterations to move toward a target metric, such as test coverage or performance, while logging baseline and iteration results.

How do I track and revert code changes during metric optimization?

Track and revert code changes during metric optimization using an auditable experiment log. The loop records baseline and iteration results, applying guard validation to ensure progress and enabling reversion when a single-change experiment fails to improve the target metric.

Can I use single-change experiments to optimize test coverage and performance?

You can use single-change experiments to optimize test coverage, performance, or code quality in any workspace where a goal is defined and progress is measurable. The loop applies guardrails to ensure each iteration safely moves toward the target metric.

Do I need a defined goal file to start automating metric improvements?

You need a defined goal file to start automating metric improvements. The process requires a GOAL.md definition to establish the target metric, along with guard validation, ensuring the automated experiment loop has a clear objective and safety constraints.

What are the limitations of using automated experimentation loops for code optimization?

Automated experimentation loops for code optimization are limited to workspaces where progress can be clearly measured by defined metrics. Without a measurable goal, guard validation, or an auditable log to track baseline results, the single-change iteration process cannot function effectively.