Assess risks in code, implementation plans, or project scope.
Assesses risks in code, plans, or projects with mitigation strategies and risk scores.
/plugin marketplace add marcel-Ngan/ai-dev-team/plugin install marcel-ngan-ai-dev-team@marcel-Ngan/ai-dev-teamAssess risks in code, implementation plans, or project scope.
/risk [target] [type]
Arguments:
target - Code path, feature description, or "sprint" for sprint riskstype - (optional) Risk type: technical, security, schedule, scope/risk src/payments/
/risk "Adding real-time notifications feature"
/risk sprint
/risk src/auth/ security
Identifies risks across dimensions:
For each risk provides:
## Risk Assessment: {target}
### Risk Summary
| Risk Level | Count |
|------------|-------|
| High | X |
| Medium | Y |
| Low | Z |
### High Risks
#### 1. {Risk Title}
- **Category:** Technical/Security/Schedule/Scope
- **Likelihood:** High/Medium/Low
- **Impact:** High/Medium/Low
- **Risk Score:** {likelihood × impact}
**Description:**
{What could go wrong}
**Indicators:**
- {Early warning sign 1}
- {Early warning sign 2}
**Mitigation:**
1. {Action to reduce likelihood}
2. {Action to reduce impact}
**Contingency:**
{What to do if risk materializes}
### Medium Risks
{Similar format}
### Recommendations
1. {Most important action}
2. {Secondary action}
### Risk Register
| ID | Risk | Score | Owner | Status |
|----|------|-------|-------|--------|
| R1 | {risk} | {score} | {who} | Open |
skills/analysis/risk/
Use the Project Manager agent when: