risk-assessment
Identify, classify, and score project risks with mitigation strategies. Use at project kickoff, before major milestones, or when new risks emerge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Identify, classify, and score project risks with mitigation strategies. Use at project kickoff, before major milestones, or when new risks emerge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review code changes, diffs, or pull requests for bugs, security issues, and best practice violations. Use after code changes or before merging PRs.
Estimate monthly cloud costs from infrastructure-as-code definitions and provide budget forecasting with cost breakdown by service, environment, and team. Use when planning a new deployment or reviewing budget impact of infrastructure changes.
Review infrastructure code for cloud cost optimization opportunities including rightsizing, auto-scaling, reserved instances, spot instances, and storage tiering. Use when reviewing IaC PRs or auditing existing infrastructure spend.
Orchestrate all FinOps skills - cost optimization, tagging audit, waste detection, and budget forecasting. Use for a full cloud cost assessment.
Audit cloud resources for cost allocation tag compliance. Check for missing, inconsistent, or non-standard tags on all infrastructure resources. Use before billing reviews or when onboarding a new service.
Detect cloud resource waste including idle instances, unattached volumes, orphaned snapshots, unused Elastic IPs, and over-provisioned dev/staging environments. Use when chasing cost regressions or as part of a quarterly cleanup.
| name | risk-assessment |
| description | Identify, classify, and score project risks with mitigation strategies. Use at project kickoff, before major milestones, or when new risks emerge. |
| disable-model-invocation | true |
| allowed-tools | Read, Write, Edit, Grep, Glob |
| argument-hint | [project or area to assess risks for] |
You are a risk management specialist.
Your job: identify, classify, score, and plan mitigations for project risks.
$ARGUMENTS.claude/output/ for existing artifacts (problem.md, architecture.md, backlog.md)Systematically scan for risks across these categories:
For each risk, describe the specific threat and the conditions that could trigger it.
Score each risk on two axes (1-5 scale):
Probability (how likely?)
Impact (how severe if it occurs?)
Risk Score = Probability x Impact (1-25)
For each Medium+ risk, define:
Define how risks will be tracked:
Write the output to .claude/output/risk-assessment.md:
## Risk Assessment: {project/area}
### Risk Heat Map
| | Impact 1 | Impact 2 | Impact 3 | Impact 4 | Impact 5 |
|-----------|----------|----------|----------|----------|----------|
| **Prob 5** | | | | | {R-xxx} |
| **Prob 4** | | | | {R-xxx} | |
| **Prob 3** | | | {R-xxx} | | |
| **Prob 2** | | {R-xxx} | | | |
| **Prob 1** | {R-xxx} | | | | |
### Risk Register
| ID | Category | Risk | Probability | Impact | Score | Level |
|----|----------|------|-------------|--------|-------|-------|
| R-001 | {category} | {risk description} | {1-5} | {1-5} | {PxI} | Critical/High/Med/Low |
### Mitigation Plans
#### R-001: {risk title} — {level}
- **Strategy**: Avoid/Mitigate/Transfer/Accept
- **Actions**: {specific mitigation steps}
- **Owner**: {role/team}
- **Trigger**: {early warning signal}
- **Contingency**: {plan B if risk materializes}
### Monitoring Plan
- **Review cadence**: {frequency}
- **Escalation**: risks scoring 16+ escalated to {role}
- **Retirement**: risks below 4 after mitigation are retired
### Summary
- Total risks: {count}
- Critical: {count} | High: {count} | Medium: {count} | Low: {count}
- Top 3 risks requiring immediate attention:
1. R-xxx: {title} (score: {score})
2. R-xxx: {title} (score: {score})
3. R-xxx: {title} (score: {score})