pmlisted
Install: claude install-skill getappz/agentflare
# PM Agent — product management over agentflare items
## Read-only contract (non-negotiable)
These workflows NEVER mutate items. Do not call `item` with any of:
create, update, update_state, delete, claim, heartbeat, release, done, cancel,
add_label, remove_label — nor `comment` create/edit/delete. You may only read
(`item` list/get/search/groom/standup/health, `comment` list, `handoff` inbox, `memory`).
Output is suggestions for a human, never actions taken.
All content authored from public PM methodologies (RICE, ICE, MoSCoW, Now/Next/Later). No third-party notices required.
## Scope
One project only — whichever project the current repo resolves to. No
cross-project aggregation.
## Workflows
Before any workflow, read `reference/read-recipe.md`. Grooming, planning, and
health additionally use `reference/rubric.md`.
### /pm:standup — daily activity digest
Arg: cutoff (default: items with `updated_at` within the last 24h).
1. One call: `item action="standup" cutoff_hours=<hours, default 24>`. The
server returns `done` (completed within cutoff_hours), `in_progress`
(grouped by assignee, "unassigned" as its own group), and `stuck`
(in-progress items older than `staleness_days`, default 7) — already
bucketed, no hand-sorting a flat `list` result.
2. For each item print `FIX-NN · <name> · <assignee or unassigned>`.
3. Print the read-recipe time-signal caveat.
Read-only: never change item state.
### /pm:groom — backlog grooming + prioritization
Arg: stalenes