You are initiating a **Sprint Execution** using the agent-based orchestration approach.
# Sprint Execution Command You are initiating a **Sprint Execution** using the agent-based orchestration approach. ## Command Usage This command executes a single sprint. The sprint ID can be: - Traditional format: `SPRINT-001` (single-track mode) - Track format: `SPRINT-001-01` (multi-track mode, sprint 1 track 1) **Flags:** - `--manual-merge`: Skip automatic PR creation, allow manual merge/PR creation ## Your Process ### 1. Parse Command Parameters **Extract sprint ID:** - Parse the sprint ID from the command (e.g., "SPRINT-001" or "SPRINT-001-01") **Extract flags:** - Check for...