run

Automate task planning, agent assignment, result validation, and self-healing in an execution loop.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/azadmotala/claude-code-team-builder --skill run-azadmotala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run
Source: https://github.com/azadmotala/claude-code-team-builder/tree/main/examples/saas-dashboard/.claude/skills/run
Command: npx skills add https://github.com/azadmotala/claude-code-team-builder --skill run-azadmotala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Run skill automates end-to-end task planning, agent orchestration, result validation, and automatic recovery to keep software projects moving without manual micromanagement.

Core Features & Use Cases

  • Autonomous planning: decomposes work into milestones and tasks and assigns them to agents.
  • Execution loop: runs tasks, validates outcomes, and reconciles state across sessions.
  • Self-healing: rewrites or re-plans tasks when results fail acceptance criteria.

Quick Start

Start by invoking the run skill with a plan request to decompose your project and then run to execute and monitor progress.

Frequently Asked Questions about run

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

FAQPage Schema
How do I coordinate multiple agents for autonomous task planning and execution?

Agent orchestration coordinates multiple agents by decomposing work into milestones, assigning tasks, running an execution loop, and reconciling state across sessions automatically. It uses a centralized orchestrator to manage dependencies and validate outcomes without manual micromanagement.

What is a self-healing pipeline for software task execution?

A self-healing pipeline automatically rewrites or re-plans tasks when execution results fail acceptance criteria. It validates outcomes during the execution loop and triggers automatic recovery to keep software projects moving without manual intervention.

How do I automate deterministic workflow orchestration with dependency management?

Workflow orchestration applies deterministic planning to decompose work into milestones and tasks, managing dependencies through a centralized orchestrator. It assigns tasks to agents, validates results, and reconciles state across sessions to ensure execution order is predictable.

Can I use autonomous orchestration for software projects that require state reconciliation?

Autonomous orchestration is designed for software projects requiring state reconciliation across sessions. It runs an end-to-end execution loop that validates outcomes, manages dependencies, and applies automatic recovery via a self-healing pipeline to maintain project consistency.

What's the best way to start automating end-to-end task planning and agent assignment?

Start by invoking the run skill with a plan request to decompose your project into milestones and tasks, then execute to run the autonomous loop. This assigns work to agents, validates results, and monitors progress automatically.

When should I not use an autonomous execution loop for task orchestration?

Avoid autonomous execution loops when tasks lack clear acceptance criteria for result validation, as the self-healing pipeline relies on validating outcomes to trigger automatic recovery and re-planning. Projects requiring manual micromanagement or non-deterministic workflows are also poor fits.