Use to add a specific capability to our codebase by mining how another project does it. The capability can be ANY domain — UI, backend logic, data model, infra/build tooling, CLI behavior, an algorithm, a protocol, a perf or security technique. Trigger when the user says "add <feature> from <app/repo>", "port <X> from <Y>", "steal/borrow <X> from <repo>", "how does <app> do <X> — give us that", "I want <feature> like <app>", or types `/feature-port`. Scouts where the feature lives in the source, analyzes its behavior/implementation/hardening, maps our current state, writes a port plan, then implements it. Source can be any repo (URL or local path); feature is free-form.
Use to cut a new release of the g-spot desktop app and/or CLI — bumps the `version` field in `apps/desktop/package.json` and `apps/cli/package.json`. Trigger whenever the user says "release new pkg", "release a new version", "bump version(s)", "cut a release", "ship a new build", "publish the CLI", "new desktop release", or types `/release`, even if they don't name the apps. Also use when they want to manually kick off the stable desktop release workflow.