Agent skill

risk-assessment

Identify, analyze, and prioritize project risks using qualitative and quantitative methods. Develop mitigation strategies to minimize impact and maximize project success probability.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill risk-assessment-aj-geddes-useful-ai-prompts-3 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/analysis/risk-assessment-aj-geddes-useful-ai-prompts-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Risk Assessment ## 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 ## Instructions ### 1. **Risk Identification Techniques** ```python # 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' ], 'External': [ 'Regulatory changes', 'Market conditions', 'Vendor stability', 'Political/economic factors', 'Natural disasters' ], 'Organizational': [ 'Stakeholder misalignment', 'Priority changes', 'Orga

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Instructions
  4. 1. Risk Identification Techniques
  5. 2. Risk Analysis Matrix
  6. 3. Risk Response Planning
  7. 4. Risk Monitoring & Control
  8. Best Practices
  9. ✅ DO
  10. ❌ DON'T
  11. Risk Management Tips
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the risk-assessment skill do?

Identify, analyze, and prioritize project risks using qualitative and quantitative methods. Develop mitigation strategies to minimize impact and maximize project success probability.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill risk-assessment-aj-geddes-useful-ai-prompts-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going