takt

Orchestrate multi-agent workflows using Piece YAML and a state transition machine.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kazuph/dotfiles --skill takt-kazuph
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: takt
Source: https://github.com/kazuph/dotfiles/tree/main/claude/skills/takt
Command: npx skills add https://github.com/kazuph/dotfiles --skill takt-kazuph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates complex workflows by orchestrating multiple AI agents, ensuring tasks are executed deterministically according to defined YAML-based workflows.

Core Features & Use Cases

  • Multi-Agent Orchestration: Manages teams of AI agents to execute complex, multi-step tasks.
  • YAML Workflow Execution: Runs tasks based on a defined state transition machine specified in Piece YAML files.
  • Use Case: Automate the entire software development lifecycle, from planning and coding to review and deployment, by defining the process in a Takt Piece YAML.

Quick Start

Use the takt skill to run the 'coding' piece and ask it to generate a FizzBuzz program.

Frequently Asked Questions about takt

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

FAQPage Schema
How do I orchestrate multi-agent workflows using YAML state machines?▼

You can orchestrate multi-agent workflows by defining a state transition machine in a Piece YAML file, allowing a team of agents to execute tasks deterministically based on your specified rules and custom schemas.

What is the best way to automate the software development lifecycle with multiple AI agents?▼

Automating the software development lifecycle is achieved by orchestrating a team of AI agents through a defined YAML workflow, managing task execution from planning and coding to review and deployment deterministically.

Can I define custom YAML schemas for agent delegation in multi-agent systems?▼

Yes, you can define custom YAML schemas for agent delegation, managing argument parsing, resource loading, and rule-based movement selection to handle complex task execution within the state machine.

Does multi-agent orchestration support deterministic task execution across multiple agents?▼

Multi-agent orchestration supports deterministic task execution by managing team creation and deletion, loading resources, and applying rule-based movement selection to transition through the defined YAML workflow states.

Why use a state transition machine for multi-agent workflow automation instead of standard sequential execution?▼

Using a state transition machine for workflow automation ensures deterministic task execution and precise agent delegation, overcoming the unpredictability of standard sequential execution in complex multi-agent systems.