Step 1: Create a root Taskfile that sets shared AWS config (profile, region) so child projects inherit it instead of each one hardcoding the same values.
Step 2: Define a standard. Every project gets: dev, build, test, install, clean, sync, destroy, url, and deploy:all. No exceptions.