risk-assessment

aj-geddes/useful-ai-prompts · updated Apr 8, 2026

$npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill risk-assessment
0 commentsdiscussion
summary

Risk assessment is a systematic process of identifying potential threats to project success and developing strategies to mitigate, avoid, or accept them.

skill.md

Risk Assessment

Table of Contents

Overview

Risk assessment is a systematic process of identifying potential threats to project success and developing strategies to mitigate, avoid, or accept them.

When to Use

  • Project initiation and planning phases
  • Before major milestones or decisions
  • When introducing new technologies
  • Third-party dependencies or integration
  • Organizational or resource changes
  • Budget or timeline constraints
  • Regulatory or compliance concerns

Quick Start

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)

Reference Guides

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

Best Practices

✅ DO

  • Identify risks early in project planning
  • Involve diverse team members in risk identification
  • Quantify risk impact when possible
  • Prioritize based on risk score and exposure
  • Develop specific mitigation plans
  • Assign clear risk ownership
  • Monitor triggers regularly
  • Review and update risk register monthly
  • Document lessons learned from realized risks
  • Communicate risks transparently to stakeholders

❌ DON'T

  • Wait until problems occur to identify risks
  • Assume risks will not materialize
  • Treat all risks as equal priority
  • Plan mitigation without clear trigger conditions
  • Ignore early warning signs
  • Make risk management a one-time activity
  • Skip contingency planning for critical risks
  • Hide negative risks from stakeholders
  • Eliminate all risk (impossible and uneconomical)
  • Blame individuals for realized risks

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.629 reviews
  • Layla Bhatia· Dec 20, 2024

    I recommend risk-assessment for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Yusuf Bhatia· Nov 11, 2024

    Useful defaults in risk-assessment — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Yash Thakker· Nov 7, 2024

    risk-assessment reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Dhruvi Jain· Oct 26, 2024

    We added risk-assessment from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Layla Gonzalez· Oct 2, 2024

    Registry listing for risk-assessment matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Piyush G· Sep 13, 2024

    Solid pick for teams standardizing on skills: risk-assessment is focused, and the summary matches what you get after install.

  • Arya Reddy· Sep 13, 2024

    risk-assessment has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Yusuf Smith· Sep 9, 2024

    risk-assessment reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Shikha Mishra· Aug 4, 2024

    risk-assessment is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Arya Torres· Aug 4, 2024

    risk-assessment fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

showing 1-10 of 29

1 / 3