Use when admin gives a task to delegate to a Worker, when a Worker reports task completion, when managing recurring scheduled tasks, or when you need to check worker availability.
67
80%
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
Fix and improve this skill with Tessl
tessl review fix ./manager/agent/skills/task-management/SKILL.mdfind-skills to search for relevant skills first. Skipping this leads to hallucinated code and wasted iterationsmanage-state.sh to modify state.json — never edit manually with jq. The script handles atomicity, deduplication, and initializationRead the relevant doc before executing. Do not load all of them.
| Situation | Read |
|---|---|
| Admin gives task, no Worker specified | references/worker-selection.md |
| Assign a one-off task or handle completion | references/finite-tasks.md |
| Create or manage a recurring scheduled task | references/infinite-tasks.md |
| Need to update state.json or resolve notification channel | references/state-management.md |
785c2db
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.