ワンクリックで
assess-risk
Scores delivery risks using likelihood-impact matrix with RAG status and mitigation tracking.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Scores delivery risks using likelihood-impact matrix with RAG status and mitigation tracking.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generates messages suggesting a ghost-done ticket be transitioned to Done. Helpful tone, evidence-based, always asks rather than commands.
Generates contextual, humble messages designed to unblock stuck tickets. Use when a stuck ticket needs a nudge comment.
Generates a quick morning briefing with what happened, what's stuck, and what needs attention today.
Evaluates whether epics are ready for PI or quarter planning by scoring 7 readiness dimensions.
Computes team capacity for a sprint or PI from headcount, PTO, and run-rate buffer.
Estimates completion probability for remaining work using velocity distribution and Monte Carlo-style simulation.
| name | assess-risk |
| version | 1.0.0 |
| description | Scores delivery risks using likelihood-impact matrix with RAG status and mitigation tracking. |
| category | risk-management |
| trigger | Risk review meeting, sprint planning, PI planning, escalation preparation, delivery health check. |
| autonomy | supervised |
| portability | universal |
| complexity | intermediate |
| type | computation |
| inputs | [{"name":"risk_items","type":"structured-text","required":true,"description":"List of identified risks. Per risk: description, category, affected scope (sprint/PI/project), any known mitigation. Can also accept raw context (sprint data, blocker list, dependency map) from which to identify risks.\n"},{"name":"sprint_context","type":"structured-text","required":false,"description":"Sprint metadata for severity calibration (days remaining, scope, team size)."}] |
| outputs | [{"name":"risk_register","type":"structured-text","description":"Scored risk register with RAG per risk, severity ranking, mitigation status, and top-3 recommendations.\n"}] |
| model_compatibility | ["claude","gpt-4","gemini","llama-3"] |
Evaluate delivery risks using a structured likelihood-impact matrix. Produces a scored risk register with RAG status, severity ranking, and actionable mitigation recommendations.
If provided with raw context (sprint data, blockers, dependencies) rather than pre-identified risks, scan for common delivery risk patterns:
| Pattern | Risk Category |
|---|---|
| Critical/Blocker ticket stuck 3+ days | Execution risk |
| External dependency with no confirmed delivery date | Dependency risk |
| Key team member on PTO or overloaded (3+ tickets In Progress) | Capacity risk |
| Scope increased mid-sprint by >15% | Scope risk |
| PR review queue backed up (3+ PRs waiting 2+ days) | Process risk |
| No QA coverage for a critical feature | Quality risk |
| Unclear requirements on high-priority ticket | Requirements risk |
| Integration with external system untested | Technical risk |
Use a 5-point scale for both dimensions:
Likelihood (how likely the risk materializes):
| Score | Level | Criteria |
|---|---|---|
| 1 | Rare | <10% chance; no historical precedent |
| 2 | Unlikely | 10-30%; has happened once before |
| 3 | Possible | 30-60%; happens occasionally |
| 4 | Likely | 60-85%; has happened multiple times recently |
| 5 | Almost certain | >85%; currently materializing or imminent |
Impact (consequences if the risk materializes):
| Score | Level | Criteria |
|---|---|---|
| 1 | Negligible | Minor delay, no sprint goal impact |
| 2 | Low | 1-2 day delay, minor scope adjustment |
| 3 | Moderate | Sprint goal partially compromised, 1 feature delayed |
| 4 | High | Sprint goal at risk, multiple features delayed, stakeholder impact |
| 5 | Severe | Sprint fails, release delayed, significant stakeholder impact |
Severity = Likelihood x Impact (1-25 scale).
| Severity Score | RAG | Action |
|---|---|---|
| 1-4 | Green | Monitor. No immediate action needed. |
| 5-9 | Amber | Mitigate. Active mitigation required this sprint. |
| 10-15 | Red | Escalate. Requires immediate attention and may need external help. |
| 16-25 | Critical Red | Emergency. Stop-the-line — this risk is actively threatening delivery. |
For each risk, classify the current mitigation:
| Status | Definition |
|---|---|
| Mitigated | Active mitigation in place and working |
| In Progress | Mitigation started but not yet effective |
| Planned | Mitigation identified but not started |
| Unmitigated | No mitigation in place |
| Accepted | Risk acknowledged, decision to not mitigate (document rationale) |
## Risk Assessment
**Date**: {date}
**Scope**: {sprint name / PI name / project name}
**Overall RAG**: {Green|Amber|Red} — {one-line justification}
### Risk Register
| # | Risk | Category | L | I | Severity | RAG | Mitigation Status |
|---|------|----------|---|---|----------|-----|-------------------|
| 1 | {description} | {category} | {1-5} | {1-5} | {L*I} | {RAG} | {status} |
| 2 | ... | ... | ... | ... | ... | ... | ... |
### Top Risks and Recommendations
**1. {Risk title}** — Severity: {score}, RAG: {status}
- Impact: {what happens if this materializes}
- Current mitigation: {what is being done}
- Recommendation: {specific action} — Owner: {who} — By: {when}
**2. {Risk title}** — Severity: {score}, RAG: {status}
- Impact: {what happens}
- Current mitigation: {status}
- Recommendation: {action} — Owner: {who} — By: {when}
**3. {Risk title}** — Severity: {score}, RAG: {status}
- Impact: {what happens}
- Current mitigation: {status}
- Recommendation: {action} — Owner: {who} — By: {when}
### Summary
- **Total risks**: {count}
- **Distribution**: {N} Red, {N} Amber, {N} Green
- **Unmitigated**: {count} risks with no mitigation in place
**Confidence**: {High|Medium|Low} — {justification based on data completeness}
After scoring all risks, independently verify:
If any verification fails, revise the scoring before delivering.
For RAG assignment and severity scoring, consider whether a slightly different reading of the evidence would change the verdict. If two plausible interpretations yield different RAG statuses, downgrade confidence to Medium and note the ambiguity.