This is what one of my typical production tasks look like:
1. I open Codex with the GitHub CLI installed.
2. I tell it to read a specific issue number.
3. It pulls the issue, scans the repository, and summarizes relevant files.
4. I ask it to produce a concrete implementation plan: files to modify, functions to add, migrations required, test updates, and potential side effects.