git-workflow - Git Workflow for Parallel Agent Development
Coordinates multiple agents working on the same Git repository using worktrees for isolation and conflict prevention
Tags
Updated: 2026-02-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create git worktrees
- create task branches
- commit changes locally
- self-review changes
- notify COO when ready
- follow branch naming conventions
- format commit messages
Inputs
- Git repository
- project name
- task branch name
- worktree path
- COO permissions
Outputs
- isolated worktrees
- Git branches with changes
- formatted commit messages
- PR creation requests
- merged code changes
Requirements
- Git installed
- GitHub CLI available
- repository access permissions
- COO role defined
