autoresearch

Automate iterative goal-directed improvement with plan, execute, verify, and keep-or-discard cycles.

1|1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/bettercallzaal/ZAOOS --skill autoresearch-bettercallzaal
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: autoresearch
Source: https://github.com/bettercallzaal/ZAOOS/tree/main/.claude/skills/autoresearch
Command: npx skills add https://github.com/bettercallzaal/ZAOOS --skill autoresearch-bettercallzaal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Autoresearch enables autonomous agents to iteratively improve a goal by proposing changes, validating results, and deciding to keep or discard changes based on a mechanical metric.

Core Features & Use Cases

  • Autonomous loop driven by a user-defined Goal with Iterations
  • Interactive setup gate to collect missing context before starting
  • Bounded and unbounded iteration modes with robust rollback and logging
  • Domain-agnostic workflow covering plan, security, scenario, predict, and fix/shipping pipelines
  • Generates structured outputs and knowledge artifacts to guide downstream actions

Quick Start

Describe your goal and run the /autoresearch command to start the loop.

Frequently Asked Questions about autoresearch

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

FAQPage Schema
How do I automate iterative task improvement for software projects?▼

Autonomous goal-directed iteration automates task improvement by repeatedly planning, executing a change, verifying outcomes, and deciding whether to keep or discard. It applies across software projects, security audits, and documentation.

What is autonomous goal-directed iteration and how does it work?▼

Autonomous goal-directed iteration is a workflow that improves tasks by proposing changes, validating results via a mechanical Verify command, and using a commit-driven loop to ensure reproducibility and learning.

Can I bound the number of iterations for automated task verification?▼

Yes, you can bound iterations by defining a specific Iterations limit. The workflow supports both bounded and unbounded iteration modes with robust rollback and logging to manage the verification loop.

How do I start an autonomous loop for security audits or product strategy?▼

Describe your goal and run the /autoresearch command to start the loop. An interactive setup gate collects missing context before beginning the plan, execute, and verify cycle.

Does the iteration workflow require dependencies to run?▼

No dependencies are required to run the iteration workflow. It is domain-agnostic and covers plan, security, scenario, predict, and fix pipelines without needing external modules.