auto-run

Automate a dispatch-reconcile loop for batch task processing with agent teams.

4|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/josephneumann/claude-corps --skill auto-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-run
Source: https://github.com/josephneumann/claude-corps/tree/main/skills/auto-run
Command: npx skills add https://github.com/josephneumann/claude-corps --skill auto-run

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire lifecycle of task processing, from dispatching parallel agents to reconciling their work and repeating the cycle until all tasks are completed.

Core Features & Use Cases

  • Autonomous Dispatch-Reconcile Loop: Manages a continuous workflow of task execution and result integration.
  • Parallel Agent Execution: Spawns multiple agents working simultaneously on isolated branches for efficiency.
  • Resilience and Recovery: Supports resuming interrupted runs from checkpoints and handles task failures gracefully.
  • Use Case: Kick off a complex feature development by letting /auto-run manage all sub-tasks, agent coordination, and code integration until the feature is complete.

Quick Start

Initiate an autonomous dispatch-reconcile loop for all tasks in the current project.

Frequently Asked Questions about auto-run

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

FAQPage Schema
How do I automate parallel task execution for complex feature development?

Automate parallel task execution by using a dispatch-reconcile loop that spawns multiple agents on isolated branches, manages task dependencies, and integrates results until the feature is complete.

What is a dispatch-reconcile loop for batch task processing?

A dispatch-reconcile loop is an autonomous workflow mechanism that continuously dispatches parallel agents for task execution and then reconciles their results, repeating the cycle until all batch tasks are completed.

How do I resume interrupted workflow automation from a checkpoint?

Resume interrupted workflow automation from a checkpoint by using the built-in recovery mechanism, which gracefully handles task failures and restores progress tracking to continue the dispatch-reconcile cycle.

Can I scope task automation to target specific epics or sub-tasks?

Yes, you can scope task automation to target specific epics or sub-tasks by using scoping options like --through, --epic, and --only for targeted automation within the current project.

Do I need external dependencies to run autonomous agent orchestration?

No external dependencies are required to run autonomous agent orchestration, as the skill manages task dependencies, agent execution, and result reconciliation natively through its internal scripts and references.

What are the limitations of using parallel agents for task automation?

Limitations of using parallel agents for task automation include managing complex task dependencies across isolated branches and requiring checkpointing mechanisms to gracefully handle task failures during the dispatch-reconcile loop.