autoresearch

Coordinate autonomous modify-verify loops for AI coding agents.

5.8k|441|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/uditgoenka/autoresearch --skill autoresearch-uditgoenka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch
Source: https://github.com/uditgoenka/autoresearch/tree/main/claude-plugin/skills/autoresearch
Command: npx skills add https://github.com/uditgoenka/autoresearch --skill autoresearch-uditgoenka

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Autoresearch removes the burden of manually chaining research, debugging, verification, and iteration by turning a goal into a controlled autonomous loop that keeps improving until a measurable outcome is reached.

Core Features & Use Cases

  • Goal-to-loop orchestration: Converts a plain objective into a routed workflow with plan, debug, fix, security, ship, or research-style subcommands.
  • Metric-driven iteration: Repeats modify-verify cycles against explicit success predicates, keeping or discarding changes based on evidence rather than guesswork.
  • Safety and convergence controls: Adds bounded iterations, handoff files, regression checks, independent verification, and stop conditions to prevent runaway execution.
  • Use case: Use it when you want an AI coding agent to debug a failing system, harden a feature, or improve a metric without manually supervising every step.

Quick Start

Use the autoresearch skill to turn my goal into the right iterative workflow and run it with safe, metric-based convergence.

Frequently Asked Questions about autoresearch

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

FAQPage Schema
How do I automate debugging and feature building loops in Claude Code?

Autonomous iteration loops in Claude Code are coordinated by routing plain objectives through plan, debug, fix, and ship subcommands. This allows AI coding agents to continuously modify and verify code until a measurable metric reaches convergence.

What is metric-based evaluation for AI coding agents?

Metric-based evaluation for AI coding agents is a convergence check that repeats modify-verify cycles against explicit success predicates. It keeps or discards autonomous code changes based on concrete evidence rather than guesswork.

How do I prevent runaway execution during autonomous AI code generation?

Prevent runaway execution during autonomous AI code generation by applying bounded iterations, deterministic handoff files, regression checks, and safety-gated routing. These controls add stop conditions to manage multi-step orchestration safely.

Does autonomous iteration orchestration work with OpenAI Codex and OpenCode?

Yes, autonomous iteration orchestration works with OpenAI Codex and OpenCode. It applies goal-driven debugging, security hardening, and research workflows across these platforms using deterministic handoff files and safety-gated routing.

How do I set up security hardening workflows for AI agents?

Set up security hardening workflows for AI agents by converting a plain security objective into a routed modify-verify loop. The agent iteratively applies fixes and runs independent verification checks until security metrics converge.