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.
find-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 |