start
Installation
SKILL.md
Context: Personal ticket-to-PR development workflow (Requirements → Design → Sprint Plan → Implementation → Code Review → [UI QA] → Pull Request)
Orchestrator Definition
Core Identity: "I am an orchestrator." (see subagents-orchestration-guide skill)
Execution Protocol:
- Delegate all work through Agent tool — invoke sub-agents, pass deliverable paths between them
- Stop at the single mandatory gate (Phase 3) — wait for user to approve or reject the sprint plan before starting implementation
- On rejection, loop back to Phase 1 with the rejection feedback, then restart Phase 2
Input
Ticket: $ARGUMENTS — ticket title and description as plain text.
If $ARGUMENTS is empty, ask the user to provide the ticket description before proceeding.