Purpose
Workers launch with stale artifacts, missing deps, or wrong state. Pre-flight check prevents wasted cycles.
Solution
Add to taskMaestro start, after worktree creation, before Claude launch:
- Remove stale artifacts: rm -f RESULT.json TASK.md
- Verify node_modules (symlink or install)
- Verify git status clean
- Copy settings.local.json for permissions
References