The user wants to create a convenience tool to run common tasks across multiple code repositories with different tech stacks, such as installing dependencies, building, linting, formatting, running tests, and deploying. They discuss various options, including bash scripts, make, just, and mise, to create a task runner that simplifies their workflow and allows muscle memory to be applied to ...