From aj-geddes-useful-ai-prompts-4
Identifies, analyzes, and prioritizes project risks using qualitative and quantitative methods. Provides mitigation strategies and frameworks for technical, resource, and schedule risks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aj-geddes-useful-ai-prompts-4:risk-assessmentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Risk assessment is a systematic process of identifying potential threats to project success and developing strategies to mitigate, avoid, or accept them.
Minimal working example:
# Risk identification framework
class RiskIdentification:
RISK_CATEGORIES = {
'Technical': [
'Technology maturity',
'Integration complexity',
'Performance requirements',
'Security vulnerabilities',
'Data integrity'
],
'Resource': [
'Team skill gaps',
'Staff availability',
'Budget constraints',
'Equipment/infrastructure',
'Vendor availability'
],
'Schedule': [
'Unrealistic deadlines',
'Dependency delays',
'Scope creep',
'Approval delays',
'Resource conflicts'
],
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Risk Identification Techniques | Risk Identification Techniques |
| Risk Analysis Matrix | Risk Analysis Matrix |
| Risk Response Planning | Risk Response Planning |
| Risk Monitoring & Control | Risk Monitoring & Control |
npx claudepluginhub aj-geddes/useful-ai-promptsIdentifies, assesses, and prioritizes project risks using a 5×5 probability-times-impact matrix, assigns owners, and defines mitigation plans, contingencies, and triggers.
Systematically identifies, assesses, and plans mitigations for operational risks. Outputs a prioritized risk register with actionable mitigations across compliance, security, financial, and strategic categories.
Identifies, tracks, and revisits project risks that could derail scope, quality, budget, or release readiness. Use during milestone planning, when adopting new tech, or after scope changes.