**UNIVERSAL TRIGGER**: Use when creating git worktrees in projects with init.sh - extends using-git-worktrees to run project-specific initialization script after worktree setup. **Activation**: Automatic when `using-git-worktrees` is invoked and `init.sh` exists in project root. **Setup**: "run init.sh", "initialize worktree", "project setup script" **Create**: "create worktree", "set up workspace", "new worktree" **Check**: "check init.sh", "verify project setup" TRIGGERS: init.sh, worktree init, worktree setup, project setup script, run init, initialize worktree, worktree initialization, create worktree init, setup worktree project, инициализация worktree, запустить init.sh, скрипт инициализации, настройка worktree, создать worktree с init
Extends superpowers:using-git-worktrees -- after creating a worktree, runs ./init.sh if the script exists in the project root.
Core principle: Project-specific initialization via a single script replaces auto-detect heuristics.
Automatically activates when:
using-git-worktrees is invokedinit.shModifies step "Run Project Setup":
Instead of auto-detecting by package.json/Cargo.toml:
Check for init.sh:
[ -x ./init.sh ] && echo "init.sh found"
If init.sh exists and is executable -- run it:
./init.sh
If init.sh does not exist -- fall back to standard using-git-worktrees logic
| Situation | Action |
|-----------|--------|
| init.sh exists and executable | Run ./init.sh |
| init.sh does not exist | Standard setup (npm/cargo/etc) |
| init.sh fails | Report error, ask whether to continue |
A ready-made template is available at templates/init.sh in this plugin (mise, submodules, envrc, direnv).
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer