German's personal Claude Code marketplace.
In Claude Code:
/plugin marketplace add germanamz/superhuman
/plugin install gilbreth@superhuman
The first command registers the marketplace. The second installs the gilbreth plugin from it. The <plugin>@<marketplace> syntax disambiguates when multiple marketplaces ship a plugin with the same name.
gilbreth— a guided work-breakdown workflow for Tusk-backed projects. Recursively decomposes a fuzzy idea down a fixed taxonomy (Project → Milestone → Initiative → Story → Task) into atomic, agent-ready tasks, with brainstorm → spec → plan → phase-review gates at every level. Lives atplugins/gilbreth/.
Two patterns are supported:
Inline — the plugin source lives in this repo:
- Create
plugins/<new-name>/with its own.claude-plugin/plugin.jsonand component directories. - Append an entry to
plugins[]in.claude-plugin/marketplace.jsonwithsource: { "type": "path", "path": "./plugins/<new-name>" }.
External GitHub — the plugin lives in a separate repo:
- Append an entry to
plugins[]withsource: { "type": "github", "repo": "owner/repo" }. No in-repo files needed.
MIT — see LICENSE.