codex-autoresearch

Coordinate a subagent-first autoresearch loop in Codex with plan, verify, and log phases.

9|1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Maleick/AutoResearch --skill codex-autoresearch-maleick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-autoresearch
Source: https://github.com/Maleick/AutoResearch/tree/main
Command: npx skills add https://github.com/Maleick/AutoResearch --skill codex-autoresearch-maleick

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Codex is empowered to run an autonomous, subagent-driven loop that orchestrates context gathering, hypothesis generation, and mechanical verification, reducing the need for manual orchestration.

Core Features & Use Cases

  • Subagent-first orchestration: maintain a standing pool of subagents to gather evidence, critique, and verify changes.
  • Deterministic workflow: central orchestrator coordinates plan, verify, and log phases with explicit results per iteration.
  • Use cases include large codebases, long-running optimization tasks, and complex experiments requiring parallel analysis and automated logging.

Quick Start

Invoke the Codex autoresearch skill to start an autonomous subagent-driven loop against the repository.

Frequently Asked Questions about codex-autoresearch

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

FAQPage Schema
How do I automate subagent orchestration for iterative research in Codex?

Subagent orchestration in Codex is automated by invoking the autoresearch skill to coordinate a central loop that manages context gathering, hypothesis testing, and mechanical verification. This reduces manual orchestration by maintaining a standing pool of subagents under a central orchestrator.

What is a subagent-first autoresearch loop and when do I need it?

A subagent-first autoresearch loop is a deterministic workflow where a central orchestrator coordinates subagents to gather evidence, critique, and verify changes. You need this process for large codebases, long-running optimization tasks, and complex experiments requiring parallel analysis and automated logging.

Can I use this autonomous iteration workflow for large codebase optimization?

Yes, you can use this autonomous iteration workflow for large codebase optimization. The central orchestrator coordinates plan, verify, and log phases with explicit results per iteration, driving disciplined mechanical iteration toward a measurable goal using a standing pool of subagents.

Do I need a specific repository structure to run the Codex autoresearch workflow?

Yes, you need a root skill bundle at the repository root containing SKILL.md, references, scripts, and agents directories. This structure provides the required tooling to spawn, log, and guide iterations with a codified subagent pool.

How does the central orchestrator coordinate the plan, verify, and log phases?

The central orchestrator coordinates the plan, verify, and log phases by driving disciplined, mechanical iteration toward a measurable goal. It spawns and guides subagents from a codified pool to handle context gathering, hypothesis generation, and automated verification, logging explicit results per iteration.