What problem does it solve? Coordinating multiple AI agents through structured, repeatable workflows is complex and error-prone when done ad hoc. This Skill acts as a Team Lead that reads a workflow YAML file and orchestrates an agent team through defined steps, transitions, and quality gates. ## Core Features & Use Cases - YAML-Driven Orchestration: Executes workflows defined by steps, rules, and state transitions (initial_step, next, COMPLETE/ABORT) without manual coordination. - Parallel Step Execution: Launches multiple teammates concurrently for parallel steps and aggregates their results with all()/any() rule conditions. - Reports, Loop Detection & Quality Gates: Extracts markdown reports into run directories, monitors step cycles with judge intervention, and enforces quality gates per step. - Use Case: Run a coding workflow where a plan step hands off to an implement step, then parallel architecture and QA reviews decide via aggregate rules whether to complete or loop back for fixes. ## Quick Start Run the takt skill with the coding workflow to implement a FizzBuzz program, optionally adding a permission mode like --permit-full before the task description.