I've checked in with similar questions like
– [SO] advice for naming GCP projects [closed]
– [SO] Best practice for production and test environments in Google App Engine
– [SO] What's the risk in using project-id in GCS bucket names?
and also Googles documentation on naming projects
but my question remains:
How can I name projects (IDs) in a useful way such that I can easily remember them when using them for API calls/CLIs/whatever without having to look them up all the time because in order to not disclose any information they are e.g. named spectacular-failure-51427 instead of org-project-env?
For anyone new to the issue. GCP project IDs have to be globally unique for anyone using the platform. Therefore you can check whether a project (ID) already exists by trying to create one with the corresponding ID (e.g. company-super-secret-project) and leverage this in order to derive information from and about existing projects/companies/cooperations/etc. or identify high value (data) targets.