From project-coordinator
Read-only project pulse: scans state across git log, TODOs, branches, PRs/issues, e2e scenarios, detects drift from the vision, and offers a menu of next-action candidates. Use when you want to know what's unfinished or where the project is drifting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/project-coordinator:coordinatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Один **пульс** координатора над текущим проектом. Смотритель read-only: собирает недоделки, ловит дрейф от генеральной линии, предлагает юзеру меню следующих шагов. Ничего не меняет в проекте — пишет только в свою память.
Один пульс координатора над текущим проектом. Смотритель read-only: собирает недоделки, ловит дрейф от генеральной линии, предлагает юзеру меню следующих шагов. Ничего не меняет в проекте — пишет только в свою память.
Делегируй пульс агенту coordinator через Task tool (агент лежит в agents/control/coordinator.md):
Task(subagent_type: "coordinator", prompt: "<исходный запрос юзера> — выполни один read-only пульс над текущим проектом по своей методологии")
Агент сам:
basename корня git-репо).coordinator/<slug>/ (или уйдёт в Bootstrap-интервью, если проект новый).AskUserQuestion (никогда не молчит): дельта есть → из дельты + backlog; дельты нет → из backlog по вкладу в цели vision; backlog пуст → сгенерит из vision.coordinator/<slug>/.Чтобы гонять пульс по расписанию (напр. каждые 10 мин) — оберни в /loop:
/loop 10m /coordinator
npx claudepluginhub alexgladkov/claude-code-agents --plugin project-coordinatorDetects project type, tech stack, AIWG phase status, team config, git activity, blockers, and risks from .aiwg files and repo. Summarizes context and recommends next actions.
Guides developers through agile task cycles, daily standups, and sprint ceremonies using checkpoint-based git workflows. Useful for step-by-step implementation (e.g., 'implement next task') or resuming interrupted work.
Scans project state (plans, reviews, tests, git) and recommends the next step in the 7-phase pipeline. Use when unsure what to do next.