Оркестрация доставки фичи от тикета до PR

★ 6.9 · orchestration

Orchestration of Agent Tasks is a Claude Code skill that manages the full feature-delivery cycle for the wp-rocket project — from a GitHub issue to a merged PR — by spawning specialist agents and maintaining a live HTML run log. Reach for it when you want to move a task from a raw description or issue number all the way to a ready PR without manually switching between stages, when you need guaranteed pipeline gates (grooming, 'Made by AI' label, draft-to-ready promotion) to never be skipped, or when you need a single coordinator that routes work across backend, frontend, QA, and review agents automatically. The skill runs inline in the user's conversation context — not as an isolated agent — and spawns ticket-writer, grooming-agent, challenger, backend-agent, frontend-agent, release-agent, lead-reviewer, and qa-engineer as isolated sub-agents. Routing is driven by structured JSON outputs from each agent; the orchestrator tracks loop counters, handles escalations, and rewrites the HTML log after every action. Accepts a GitHub issue number (#42), URL, or freeform prose (Slack thread, paste) as input. Supports three autonomy levels — high autonomy, standard, and high oversight — inferred from the opening message. The direction is coordination and routing, not code writing or content generation: the orchestrator itself never modifies project files.