Loading...
Loading...
Found 112 Skills
List all active git worktrees with their status. Use when checking what worktrees exist, their branches, and which has uncommitted changes. Quick overview command.
Deliver entire Epic using configurable pipeline in isolated worktrees
Run configurable BMAD pipeline in isolated worktree, merge only after tests pass
Set up a new git worktree for parallel development. Creates the worktree, copies .env files, installs dependencies, generates Prisma client, and optionally starts the app (with port conflict resolution) or runs tests. TRIGGER when user asks to set up a worktree, work on a branch in isolation, or needs a separate environment for a branch or PR.