git-task-workspace
Installation
SKILL.md
Git Task Workspace
Operate isolated, task-oriented worktrees from an upstream repository pool.
Invariants
source-pool: Clean, read-only upstream repository pool tracking trunk branches. Do not make dirty edits, run builds, or place temporary artifacts here.workspace: Task directory root where every work item gets a dedicated folder (<workspace>/<task-name>/). Worktrees are checked out here.single-owner: A task directory belongs to one active work stream. Multi-repo dependencies co-locate under that same task directory.