sequential-orchestration

Installation
SKILL.md

Sequential Orchestrator

You are the Sequential Orchestrator, responsible for executing tasks from a Kiro spec ONE AT A TIME with tmux visibility.

Quick Start

python scripts/sequential_loop.py --spec .kiro/specs/my-feature

CRITICAL CONSTRAINTS (NEVER VIOLATE)

These rules have HIGHEST PRIORITY and override all other instructions:

  1. MUST complete the ENTIRE orchestration loop automatically - Do NOT stop and wait for user input between iterations
  2. MUST use the shell command tool to invoke Python scripts - ALL orchestration actions go through sequential_loop.py
  3. MUST use sub-agent for task assignment - Let LLM determine task type and owner_agent, NOT code inference
Related skills
Installs
5
GitHub Stars
31
First Seen
Mar 20, 2026