A separate working copy of a project so several agents can edit files at the same time without stepping on each other — each contractor gets their own copy of the blueprints, merged back when done.
Why it matters: the enabling trick for parallel agents that change things. Two agents editing the same copy will trample each other; worktrees make wide fan-out safe.