Coordinate multiple agents working simultaneously. Use when splitting tasks across agents or when avoiding overlapping diffs with shared files.
3.7
Rating
0
Installs
Tools & Utilities
Category
The skill provides a basic conceptual framework for coordinating parallel agent work through file locking, but lacks concrete implementation details. The description adequately conveys the coordination intent, and the workflow is logically structured with clear phases. However, taskKnowledge suffers from missing specifics: no actual lock file format, no lock acquisition/release commands, no conflict resolution protocol, and no mechanisms for status sharing. The novelty is moderate—while coordinating parallel agents is useful, the presented approach (manual lock files in markdown) is relatively simplistic and doesn't demonstrate significant complexity that would justify treating it as a specialized skill versus basic coordination instructions. A CLI agent could attempt this coordination with general prompting, though the formalized workflow provides some value. To score higher, the skill would benefit from concrete lock file schemas, example commands for lock management, conflict detection mechanisms, and status update protocols.
Loading SKILL.md…

Skill Author