From project-coordinator
Stops the coordinator YOLO autonomous night loop and generates an overnight progress report with commits, rollbacks, and diff summary.
How this skill is triggered — by the user, by Claude, or both
Slash command
/project-coordinator:coordinator-yolo-stopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Остановить YOLO-цикл координатора и выдать **отчёт о проделанном за ночь**.
Остановить YOLO-цикл координатора и выдать отчёт о проделанном за ночь.
Остановить цикл coordinator-yolo (/loop): прекратить запланированные тики, не планировать следующий.
Собрать отчёт ./swarm-report/yolo-<slug>-<YYYY-MM-DD>.md из coordinator/<slug>/yolo-log.md + git:
git diff --stat main...<yolo-branch>.Оставить yolo-ветку как есть — не мержить, не пушить, не удалять. Юзер решает сам.
Показать юзеру краткое резюме + путь к отчёту + имя ветки для ревью:
git diff --stat main...<yolo-branch>
git log --oneline main..<yolo-branch>
Только гасит цикл и отчитывается. Не мержит, не пушит, не трогает main. Память и ветка сохранены.
npx claudepluginhub alexgladkov/claude-code-agents --plugin project-coordinatorRuns autonomous project tasks in an isolated yolo branch when the user is asleep, working in intervals based on a long-term vision document.
Defines autonomous mode for credo sessions: works approved GO items unattended, enforces keep-alive and budget caps, notifies via ntfy, and hibernates cleanly. Loaded via /credo:session-autonomous.
Manages autonomous coding loops: start runs with presets, monitor progress, inject guidance, merge/clean worktrees, inspect artifacts, and check health.