Phase 0: Parse Arguments Extract the mode argument ( , , or ) and resolve the review mode (once, store for all gate spawns this run): 1. If was passed → use that 2. Else read → use that value 3. Else → default to See for the full check pattern. Review mode check (before gates run): - Read if it exists. Use that mode. - If the file doesn't exist and this is a sprint: use : - Prompt: "No review mode is set. Which review depth would you like for this sprint?" - Options: - - - - After selection: write with the chosen mode. Say: "Review mode set to [mode] and saved to production/review-mode.txt."…