What problem does it solve?
This Skill orchestrates a coordinated multi-agent workflow so complex CRM development tickets can be implemented, reviewed, tested, and merged with consistent peer-to-peer messaging inside one shared team.
Core Features & Use Cases
- Wave-based ticket execution: Plans N tickets into a single concurrent “wave” with one shared merger to reduce git lock contention.
- Strict role separation: Runs developers, quality reviewers, and test validators with enforced counterpart addressing per ticket.
- Deterministic session scoping: Uses a mandatory
tickets-<SESSION_SHORT_ID> team name to prevent cross-session collisions and misrouted messages.
- Graceful teardown and recovery paths: Supports shutdown acknowledgements, safe team deletion gating, and clear failure/abort handling without killing healthy tickets.
Quick Start
Ask the orchestrator to handle a complex request by invoking the agent-team skill for the session-scoped wave of tickets, and it will create the team, dispatch developer/reviewer/test-validator agents, coordinate merging, then teardown after completion.