Loading...
Loading...
Found 49 Skills
Use when starting new feature work to create isolated git worktrees with smart directory selection and safety verification. Keeps main branch clean while developing.
Isolated workspace creation - creates git worktrees with smart directory selection and safety verification for parallel feature development.
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Use this when you need to start feature development isolated from the current workspace, or before executing implementation plans — ensure an isolated workspace exists via native tools or the git worktree fallback mechanism
Git worktree–based workspace isolation for parallel or non-disruptive development. Use when work must occur without modifying or interfering with the current working tree.
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Use when starting a new feature branch, creating isolated development environments, or working on multiple tasks simultaneously without stashing or switching branches. Triggers: user says "worktree", "new branch for work", "parallel development", "isolated environment", needs to work on two things at once.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Orchestrate parallel AI coding agents across git worktrees for autonomous CI fixes, code reviews, and PR management
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
Use when extracting BDD specs from existing code — for adopting Beat in an established codebase or distilling a module into feature files
Facilitate a read-only standup across git worktrees, branches, or PRs to compare changes and produce one consolidation plan.