.claude/skills/aget-assess-risk/SKILL.md
Assess risks with likelihood, impact, and mitigation options
npx skillsauth add aget-framework/template-advisor-aget aget-assess-riskInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Assess risks associated with decisions, actions, or situations. Produces structured risk analysis with likelihood, impact, and mitigation recommendations.
When this skill is invoked:
Gather Context
Identify Risks
Assess Each Risk
Propose Mitigations
## Risk Assessment: [Topic]
### Identified Risks
| Risk | Category | Likelihood | Impact | Score | Mitigation |
|------|----------|------------|--------|-------|------------|
| [Description] | [Cat] | [L/M/H/C] | [L/M/H/C] | [1-16] | [Strategy] |
### Risk Matrix
| | Low Impact | Medium | High | Critical |
|----------|:----------:|:------:|:----:|:--------:|
| Critical | ⚠️ | 🔴 | 🔴 | 🔴 |
| High | ⚠️ | ⚠️ | 🔴 | 🔴 |
| Medium | ✅ | ⚠️ | ⚠️ | 🔴 |
| Low | ✅ | ✅ | ⚠️ | ⚠️ |
### High-Priority Mitigations
1. [Risk]: [Mitigation strategy]
### Assumptions & Limitations
- [Assumption 1]
testing
End AGET session with state capture and sanity checks
tools
Initialize AGET session with status briefing
development
Research a topic across the knowledge base before implementation. Searches L-docs, patterns, PROJECT_PLANs, SOPs, and governance for relevant context.
development
Save workflow state for resume/recovery. Use at natural breakpoints before context-intensive operations, major refactors, or session interruptions.