orchestration

Decompose multi-part jobs into ordered sub-tasks and manage their execution lifecycle.

3|2|Updated May 12, 2026
One-click install
npx skills add https://github.com/kriscendobot/garden --skill orchestration-kriscendobot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration
Source: https://github.com/kriscendobot/garden/tree/main/skills/orchestration
Command: npx skills add https://github.com/kriscendobot/garden --skill orchestration-kriscendobot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the issue of fragmented, multi-step workflows where individual sub-jobs are often forgotten or stalled, ensuring complex tasks are executed reliably from start to finish.

Core Features & Use Cases

  • Deterministic Sequencing: Automatically manages serial or parallel execution of child sub-jobs.
  • Failure Policy Enforcement: Applies configurable policies like halting or continuing upon child failure to prevent silent stalls.
  • Unified Progress Tracking: Provides a single orchestration record that monitors the lifecycle of all sub-tasks until completion.

Quick Start

Use the orchestration skill to decompose the current multi-part project into a series of ordered sub-jobs and initiate the automated watcher.

Frequently Asked Questions about orchestration

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

FAQPage Schema
How do I automate multi-part job execution and track dependent workflows?

To automate multi-part job execution, decompose the project into ordered sub-jobs and initiate an automated watcher. The watcher coordinates serial or parallel sequencing while enforcing failure policies and monitoring board state transitions until completion.

What is the best way to prevent silent stalls in automated workflow scheduling?

Preventing silent stalls requires enforcing failure policies that halt or continue upon child sub-job failure. The orchestration record monitors board state transitions across the garden job board, ensuring automated promotion and reliable completion of dependent workflows.

How does dependency tracking work for parallel task sequencing?

Dependency tracking for parallel task sequencing works by maintaining a unified orchestration record that monitors the lifecycle of all sub-tasks. It coordinates serial or parallel execution while automatically managing promotion and status reporting across the job board.

Can I configure failure policies to halt or continue workflow automation upon child failure?

Yes, you can configure failure policies to either halt or continue workflow automation upon child failure. This prevents silent stalls and ensures reliable completion of dependent workflows by managing the execution lifecycle through a centralized orchestration record.

When do I need a centralized orchestration record for job management?

You need a centralized orchestration record for job management when handling fragmented, multi-step workflows where individual sub-jobs are often forgotten or stalled. It provides unified progress tracking and coordinates the execution lifecycle of all dependent sub-tasks.