autoresearch

Execute iterative software improvements with Executor, Reviewer, and Comparator agents.

1|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill autoresearch-alex1980alex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch
Source: https://github.com/Alex1980Alex/1C-Enterprise_Framework/tree/main/.claude/skills/autoresearch
Command: npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill autoresearch-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AutoResearch enables autonomous, repeatable improvements to software projects by orchestrating a closed-loop cycle that proposes, executes, verifies, and records changes.

Core Features & Use Cases

  • Agent-based workflow: Executor, Reviewer, and Comparator coordinate to implement one atomic change per iteration and objectively evaluate its impact.
  • Session persistence: All iterations and results are logged in autoresearch.md and autoresearch.jsonl for traceability and rollback.
  • Plan-driven wizard: /autoresearch:plan guides users through scope, metric, direction, verify, and baseline to generate a complete, repeatable recipe.

Quick Start

Invoke /autoresearch and follow the wizard to set scope, metric, and baseline, then run the generated automation plan.

Frequently Asked Questions about autoresearch

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

FAQPage Schema
How do I automate iterative code improvements for my software project?

Automated iterative code improvements use a triad of Executor, Reviewer, and Comparator agents to implement atomic changes, evaluate impact, and keep or revert verified results. This closed-loop workflow ensures measurable progress persisted in autoresearch.md and autoresearch.jsonl session logs.

How does an AI agent workflow measure and verify code changes?

An AI agent workflow measures code changes by having a Reviewer evaluate impact and a Comparator verify results against a baseline. If verified metrics show improvement, changes are kept; otherwise, the system reverts automatically.

Can I use autonomous agents to plan and execute git workflow changes?

Yes, autonomous agents can plan and execute git workflow changes using a plan-driven wizard. You define scope, metric, direction, verify, and baseline parameters to generate a repeatable automation recipe for the agents.

What is the best way to set up a plan-driven workflow for autonomous code improvement?

The best way to set up a plan-driven workflow for autonomous code improvement is invoking the plan wizard to define scope, metric, and baseline. This generates a complete, repeatable recipe guiding the agents through iterative execution.

How do I track and rollback autonomous code changes if metrics regress?

You track and rollback autonomous code changes using session persistence logs in autoresearch.md and autoresearch.jsonl. The Comparator agent evaluates each iteration's metrics, automatically reverting changes when verified results show regression.

Does autonomous code improvement work without external dependencies?

Yes, autonomous code improvement works without external dependencies, relying entirely on its internal agent triad. The Executor, Reviewer, and Comparator coordinate within your software project to propose, execute, verify, and record changes independently.