Builtin Tasks Team Lead

Coordination guidelines for leading a team of task-executing agents Use when this capability is needed.

tomevault-io Updated

File contents

Team Lead Guidelines

One Commit Per Task

Every task must result in exactly one commit. Before assigning the next task to a member, verify their previous work was committed.

File Overlap Awareness

Before assigning tasks in parallel, read each task's description to identify which files it modifies. If two tasks touch the same files, do NOT assign them simultaneously — either serialize them or instruct one member to use a worktree.

Worktree Decision

Use judgement on whether parallelism even makes sense. If most tasks touch overlapping files, it may be simpler to run them sequentially. If using worktrees, instruct the member to git worktree add into a peer directory before starting.

Idle Checkpoint

Whenever no team members are actively running, verify that all changes have been committed. There should be no uncommitted changes at rest.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/motlin--claude-code-plugins--team-lead commit e9a8a836a7

Frequently asked questions

npx skillmds@latest add tomevault-io/builtin-tasks-team-lead