autoresearch

Automate iterative problem solving with inline Goal, Scope, Metric, and Verify configuration.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/xinzhuwang-wxz/Purr-Sight --skill autoresearch-xinzhuwang-wxz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch
Source: https://github.com/xinzhuwang-wxz/Purr-Sight/tree/main/.claude/skills/autoresearch
Command: npx skills add https://github.com/xinzhuwang-wxz/Purr-Sight --skill autoresearch-xinzhuwang-wxz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates autonomous iterative problem solving across arbitrary tasks by constraining goals, measuring mechanical metrics, and learning from past iterations.

Core Features & Use Cases

  • Supports bounded and unbounded loops, interactive planning, and chainable workflows (plan, security, fix, learn, predict, scenario, and ship).
  • Ensures mechanical verification of every iteration via a defined Verify command, optional Guard, and a git-backed memory of past experiments for learning.
  • Generates ready-to-run /autoresearch invocations from plain-language goals and contextual data, enabling rapid experimentation across software, documentation, and planning tasks.

Quick Start

Use the /autoresearch command to start autonomous iteration with your Goal, Scope, and Metric; Claude will drive the loop, log results, and surface a ready-to-run 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 problem solving for software and planning tasks?

Automate iterative problem solving by defining a Goal, Scope, and Metric to constrain the task, enabling the system to drive bounded loops, verify changes, and log results. It adapts to software, documentation, and planning workflows.

What is autonomous task iteration and how does mechanical verification work?

Autonomous task iteration loops through problem solving by constraining goals and measuring mechanical metrics. Verification works by running a defined Verify command and optional Guard after committing changes to ensure every iteration meets specified criteria.

How do I start an autonomous iteration loop from a plain-language goal?

Start an autonomous iteration loop by using the /autoresearch command with your plain-language goal and contextual data. The system generates a ready-to-run plan with inline configuration including Goal, Scope, Metric, and Verify parameters.

Can I use git memory to learn from past iterations during automated planning?

Yes, git-backed memory logs past experiments and results to enable learning from previous iterations. This memory supports subcommands like learn and predict to improve future autonomous planning and chained workflow execution.

Does autonomous iteration support chained workflows and interactive planning gates?

Yes, autonomous iteration supports bounded and unbounded loops, interactive planning gates, and chainable workflows. Subcommands like plan, security, fix, scenario, and ship enable complex chained execution across software and documentation tasks.

What are the limitations of using automated verification gates in unbounded loops?

Automated verification in unbounded loops requires a defined Verify command and optional Guard to prevent runaway iterations. Without mechanical metrics and bounded iterations, autonomous problem solving may lack convergence criteria for complex planning tasks.