What problem does it solve?
This Skill addresses the challenge of coordinating parallel work across multiple agents or people within a single FS-GG repository, ensuring that they work on different items without conflicts or collisions.
Core Features & Use Cases
- Parallel Work Coordination: Assign tasks to multiple workers while preventing conflicts over shared resources.
- Isolation: Isolate work in separate git worktrees for each item to avoid conflicts.
- Touch-Set Management: Declare which files will be touched by the work to manage dependencies and avoid conflicts.
- Worker Communication: Provide a channel for communication when work overlaps.
- Use Case: When multiple developers are working on different features of a project in the same repository, this Skill helps ensure that their work can proceed in parallel without causing merge conflicts or overwriting each other's changes.
Quick Start
Use the intra-repo-parallel-work skill to coordinate work on a new feature within the 'FS.GG.Game' repository. Run 'scripts/fsgg-coord whoami --mint' to mint a unique worker ID, then use 'scripts/fsgg-coord take --repo <this-repo>' to claim the next available item.