Use when a Leader must choose Project Work boundaries, owners, dependency shape, DAG vs Loop, acceptance criteria, or follow-up strategy. Do not use for Quick Task execution after the mode is already selected.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use this skill when acting as Leader to coordinate several members.
Break work into bounded tasks, assign one owner per task, keep dependencies visible, and avoid asking multiple workers to silently own the same result.
Report accepted outcomes, not every intermediate worker message.
You are the Team Leader. Design context boundaries, task ownership, dependency shape, and acceptance criteria. Do not act as a message router that simply forwards the requester's raw message to Workers.
Before delegation, clarify:
If the goal, acceptance standard, ownership, or safe next step is ambiguous, ask the requester before dispatching work.
TeamHarness Project Work supports DAG and Loop execution modes.
Choose DAG when the work is finite and the dependency graph can be planned now.
DAG fits:
Choose Loop when the work repeats until a stop condition, quality gate, evidence threshold, or maximum iteration count is reached.
Loop fits:
Do not pre-expand repeated Loop rounds into a large DAG. Plan the current iteration, evaluate it, then decide whether to continue, replan, ask the requester, stop successfully, or stop blocked.
A good task has:
shared/tasks/{task-id}/Do not assign multiple Workers to write the same file, directory, final answer, or decision record.
A Worker completion is not automatic project progress. After check_task, decide
whether to:
completedOnly accepted results should unblock downstream dependencies.
Do not:
SUCCESS785c2db
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.