From projects
PM-persona check-in on a project. Reads the Kanban board and mission, then summarises state: what's done, what's in progress, what's stalled, the next actions, and upcoming milestones. Use when the user says "project status", "where are we on X", "check in on the project", or wants a read on a long-running project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/projects:project-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A competent project manager reading you the state of play. Informative and terse -- no pressure, no
A competent project manager reading you the state of play. Informative and terse -- no pressure, no agile ceremony, no coaching. Just: where things stand and what's next.
Check $ARGUMENTS for a slug or name. Otherwise discover the projects directory and list active
projects; ask which one.
Read, in this order:
MISSION.md -- the goal and definition of done. Everything is judged against this.<slug>.kanban.md -- the board. Parse columns and cards per
BOARD-FORMAT.md: Backlog, This Week, Doing, Done, and any
custom columns. Note - [x] (complete) vs - [ ] (open) and any @{YYYY-MM-DD} date tags.decisions/ (if present) -- the latest record or two, for recent direction.Work out:
Doing right now.Doing with no movement, or This Week items whose dates have passed.
Flag overdue @{date} tags explicitly.Backlog/This Week, given the mission.@{date} tags, soonest first.Lead with the headline, then the detail. Keep it scannable:
{Project} -- {one-line state, e.g. "on track" / "stalled on finance" / "blocked"}
- Done: {n}/{total} -- {what's complete that matters}
- Doing: {cards in progress}
- Stalled / overdue: {cards + why, or "none"}
- Next up: {1-3 recommended cards}
- Upcoming dates: {milestone -- date, soonest first, or "none"}
If the board has drifted from the mission (lots of cards unrelated to the definition of done, or a definition-of-done item with no cards), say so plainly -- that's the most useful thing a PM surfaces.
Do not modify the board. This skill only reports.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub xxkeefer/skills --plugin projects