Skip to content

execution:execute-ticket

Implement a ticket by following its self-contained implementation details: write code, create tests, verify acceptance criteria.


Given a ticket key, the agent fetches the ticket’s self-contained implementation details, reviews the implementation plan for wave/dependency context, explores the codebase for relevant patterns, and begins coding. It checks for parallel execution opportunities (other tickets in the same wave) and can delegate to specialized agents. The agent follows implementation steps exactly, writes required tests, runs them, and verifies all acceptance criteria. Deviations from the plan require explicit user approval at a checkpoint. The output is a completion summary with suggested commit message.

NameTypeRequiredDescription
ticket-keystringyesJira ticket key to execute (e.g., CC-123)
NameTypeDescription
completion-summaryreportChanges made, files modified/created, tests added, deviations from plan, follow-up tickets, suggested commit message
  • Ticket with self-contained implementation details (from planning:impl-plan)
  • All blocking tickets complete (checked via Jira status)
  • Ticketing system access (Jira)

After execution, review the changes and create a git commit. Then run execution:complete-ticket to transition the Jira ticket and update the implementation plan.