Start Task: $ARGUMENTS
You are starting work on a task. Follow this checklist precisely.
0. Parse Arguments
The command format is: /start-task <task-id> [--handoff "<context>"]
Parse $ARGUMENTS to extract:
task_id: The task ID, e.g. INT-14 (everything before any flags)handoff_context: Optional inline handoff text (content in quotes after--handoffflag)
Examples:
/start-task INT-14→ task_id =INT-14/start-task INT-14 --handoff "Use 3% tolerance"→ with handof
[Description truncada. Veja o README completo no GitHub.]