From role-pgm
Add, update, or review risks in the team's risk log. Enforces the schema (severity/likelihood/mitigation/owner) and flags stale entries.
npx claudepluginhub sitloboi2012/team-marketplace --plugin role-pgmThis skill uses the workspace's default tool permissions.
Manages the team's risk log in Notion. Enforces schema so the log stays useful.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Manages the team's risk log in Notion. Enforces schema so the log stays useful.
add — add a new riskSchema:
Title: <short>
Owner: <person>
First seen: <today>
Last updated: <today>
Severity: Low | Medium | High | Critical
Likelihood: Possible | Likely | Near-certain
Mitigation status: Open | In progress | Mitigated | Accepted
Mitigation plan: <what we're doing>
Trigger: <what would tell us this has actually happened>
update <title> — update an existing riskFind the matching risk in Notion. Show current state. Ask what's changing. Update "Last updated" to today. Confirm before writing.
Common updates:
review — review all open risksPull all risks with Mitigation status: Open or In progress. Report:
# Risk log review — <date>
**Open risks:** N · **High+ severity:** N · **Stale (>14 days without update):** N
## Stale — need attention
- <risk title> — owner <person> — last updated <N days ago>
## High / Critical
- <risk> — <severity>, <likelihood>, <mitigation status>
## Recently mitigated (last 7 days)
- <risk> — <how we knew it was mitigated>
## Flags
- <anything that looks wrong, e.g. a High risk with "Open" status and no mitigation plan>
list by severity|ownerSimple filtered listing. One line per risk with key attributes.
Mitigated unless the user points to evidence (a shipped fix, a decision, a measurement).Accepted with a rationale instead — the history matters.