run

Orchestrates autonomous development loop spawning agent teams and driving DISCOVER to DONE work items.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/ether-moon/agent-atelier --skill run-ether-moon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run
Source: https://github.com/ether-moon/agent-atelier/tree/main/plugins/agent-atelier/skills/run
Command: npx skills add https://github.com/ether-moon/agent-atelier --skill run-ether-moon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates the full autonomous agent-atelier development loop by spawning the agent team, starting the orchestration state machine, and driving work items through the lifecycle from DISCOVER to DONE. It enables starting fresh, resuming after crashes, and surfacing the startup dashboard and recovery sweeps to keep progress visible.

Core Features & Use Cases

  • Spawns the always-on core teammates (State Manager, PM, Architect) and on-demand specialists (Builder, VRM, QA/UX reviewers) as needed.
  • Drives the lifecycle phases from DISCOVER through DONE with explicit state transitions, recovery handling, and non-blocking gates.
  • Supports cold resumes after session crashes by reclaiming stranded work and reconstructing runtimes from persisted state.
  • Use Case: A user initializes the system, reviews the behavior spec, and runs the loop to auto-manage development work from discovery to completion.

Quick Start

Spawn the agent team, then execute /agent-atelier:run to start the loop.

Frequently Asked Questions about run

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

FAQPage Schema
How do I start an autonomous development loop from discovery to completion?

To start an autonomous development loop, you spawn the agent team and execute the run command. This initiates the orchestration state machine, driving work items from DISCOVER to DONE automatically.

Can I resume my autonomous orchestration state machine after a session crash?

Yes, you can resume the orchestration state machine after a session crash. The system performs cold resumes by reclaiming stranded work items and reconstructing runtimes from previously persisted state.

Do I need an initialized loop state before running the autonomous agent team?

Yes, you need an initialized loop state and a valid behavior spec before running the autonomous agent team. The skill reads this state to spawn core teammates and manage phase transitions properly.

What agent roles are spawned during autonomous software orchestration?

Autonomous software orchestration spawns always-on core teammates including a State Manager, PM, and Architect. It also spawns on-demand specialists like Builders and QA/UX reviewers as needed throughout the lifecycle.

How does the autonomous development loop handle phase transitions and recovery?

The autonomous development loop handles phase transitions through the State Manager using explicit state transitions and non-blocking gates. It includes recovery handling to surface startup dashboards and execute recovery sweeps.

What is the best way to keep progress visible during autonomous agent orchestration?

The best way to keep progress visible during autonomous agent orchestration is to use the built-in startup dashboard and recovery sweeps. These features surface work item statuses and reclaim stranded tasks automatically.