autoresearch

Run a stateful research loop with artifact-gated completion for validation-based workflows.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/tuandzung/flink-k8s-ui --skill autoresearch-tuandzung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch
Source: https://github.com/tuandzung/flink-k8s-ui/tree/main/.codex/skills/autoresearch
Command: npx skills add https://github.com/tuandzung/flink-k8s-ui --skill autoresearch-tuandzung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Autoresearch addresses the need for a persistent research loop that validates research outcomes and maintains state between runs.

Core Features & Use Cases

  • Stateful Workflow: Continuously nudges research until validation evidence is present.
  • Validation Mode Choice: Allows selection between script validation and prompt+architect validation.
  • Artifact-Gated Completion: Ensures completion based on passing validation rather than model signals.

Quick Start

Start the autoresearch skill with the validation mode: $deep-interview --autoresearch for intake and $autoresearch for execution.

Frequently Asked Questions about autoresearch

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

FAQPage Schema
How do I automate a research loop that validates outputs before finishing?

To automate a research loop with validation, you need a stateful workflow that continuously nudges research until validation evidence is present and gates completion on passing validation, ensuring outputs are verified rather than just model-signaled.

What is artifact-gated completion in a stateful research workflow?

Artifact-gated completion in a stateful research workflow ensures the loop only finishes when validation evidence is present in the output artifacts, rather than stopping based on arbitrary model signals.

How do I set up persistent state between automated research runs?

To set up persistent state between automated research runs, use a native-hook persistent research loop that maintains state across executions and continuously validates research outcomes until completion criteria are met.

Can I choose between script validation and prompt validation for research automation?

Yes, research automation supports selecting between script validation and prompt plus architect validation modes, allowing you to choose the validation approach that best fits your workflow and evidence requirements.

How do I start an automated research loop with validation mode?

To start an automated research loop, initiate intake with the deep-interview command, then execute the research loop using the autoresearch command to trigger the stateful validation workflow.

Why does my automated research workflow finish without validating the results?

An automated research workflow finishes without validating results if it lacks artifact-gated completion. Without a stateful loop enforcing validation evidence, the workflow relies on model signals instead of verified outputs.