Feature Branch
Never commit to develop or main.
Branch
Resolve ownerPrefix via gus-cli runner identity.
Format: <ownerPrefix>/W-XXXXX-short-description.
Example for Shane McLaughlin (ownerPrefix = sm):
git fetch origin develop
git checkout -b sm/W-XXXXX-short-description origin/develop --no-track
# ... work, commit ...
git push -u origin sm/W-XXXXX-short-description
Never omit --no-track off origin/develop — bare git push could push develop.