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-teamsource 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-teamcommands as the only execution backend. - Persist state after every node transition and before every pause or confirmation gate.