Параллельный запуск и контроль агентов по задачам
★ 6.5 · marketing
slay-orchestrate is a Claude Code skill that supervises a set of slay tasks from start to completion, dispatching each to its own PTY, reviewing agent plans for quality and scope, keeping agents unblocked, and maintaining a progress log as a markdown artifact. It depends on the slay-tasks, slay-pty, and slay-artifacts skills. The user provides a free-form selector — task IDs, a tag, a project, a filter, or a plain description like "all refactor tasks in backlog" — and the skill resolves concrete IDs via `slay --dev tasks list`, then runs agents in parallel by default (serial mode available). During supervision it polls PTY states, approves or rejects plans based on sustainability and feature completeness, handles edit prompts and ultraplan traps, and escalates unanswerable questions to the user. On completion it reports a done/blocked/errored summary with a link to the orchestration-log.md artifact — without committing or closing the orchestrator task.