# Coordinator

> Read-only project pulse. Scan work-state, queue, git, and coordinator memory to present a health digest + next-action menu. Triggers on "/pulse", "project pulse", "where are we", "status of the project", "what's next", "take the pulse". Never mutates the repo.

- Skill: `andvl1/coordinator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add andvl1/coordinator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/andvl1/coordinator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: andvl1 (https://skillmd.com/u/andvl1)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/andvl1/coordinator

---


# Coordinator — Pulse (read-only)

Take the project's pulse without changing anything. The coordinator is an **overseer above
`/team`**: it observes, catches drift, and **proposes what `/team` to run next** — it never
executes and is never the agent `/team` hands work to.

## Procedure

1. Launch the `coordinator` agent (`subagent_type: coordinator`) — it is read-only.
2. It gathers git status, active `/team` state (classification, stage cursor, open DoD items),
   `.work-state/queue.json`, and coordinator memory in
   `.work-state/coordinator/<project-slug>/` (`vision.md`, `backlog.md`, `decisions.md`,
   tail of `pulse-log.md`).
3. It presents a compact **PULSE** digest and a numbered **next-action menu** (each item a
   concrete `/team …`, `/team-next`, `/queue-analyze`, or manual step; mutating ones flagged).
4. It appends one dated entry to `pulse-log.md` — its only write.

## Guardrails

- Situational awareness only. `/pulse` never edits code/config/state/git.
- Missing `vision.md` → suggest the `vision-bootstrap` skill.
- To act on the pulse, pick a menu item; the pulse itself is inert.

See also: `commands/pulse.md`, `agents/coordinator.md`.

