Org Maintenance Clean up dead worktrees and unstick PRs across repos in an org. Run from or pass the org name as an argument. Accounts Read , from the org's CLAUDE.md table. Helper script A pre-built script at collects worktree and PR data in one pass. Run it first to avoid spending tokens on individual and calls. If the script is missing or not executable, flag this to the user and stop. The script outputs a JSON object with: - : array of non-main worktrees per repo (path, branch, whether directory exists) - : array of open PRs by the bot/owner accounts with CI status, review decision, merge…