workflow

Installation
SKILL.md

Workflow

Overview

Create and execute controller-side delivery workflows that sit above agent-team. Keep workflow templates reusable, keep run state separate, and use the Go-based agent-team workflow helpers in this repository for template generation, validation, and run-state persistence.

Hard Rules

  • Act as the main controller only. Do not use this skill inside a worker session.
  • Do not modify agent-team source code, config schema, or internal protocol.
  • Require an approved brainstorming/design artifact before writing a new workflow file.
  • Keep template files and run-state files separate at all times.
  • Use existing agent-team commands as the only execution backend.
  • Persist state after every node transition and before every pause or confirmation gate.

Default Paths

Installs
10
GitHub Stars
28
First Seen
Mar 14, 2026
workflow — jsonlee12138/agent-team