← ClaudeAtlas

parallel-worklisted

Split independent coding-agent work safely when tasks do not overlap.
Andersseen/agentyx · ★ 0 · AI & Automation · score 66
Install: claude install-skill Andersseen/agentyx
# Parallel work Use parallel work only for independent tasks with clear boundaries. Define each task's files, inputs, expected output, and verification. Avoid parallel edits to the same files or closely coupled behavior. Integrate deliberately: review outputs, reconcile conflicts, run the shared checks, and keep the parent agent responsible for the final result.