Skip to content
Development
Skill

/risk-assessment

CRITICAL. MUST activate before execution when environment has access to databases, cloud services, S3, or similar external systems, any access to servers of higher environments, and when assessing environment risk level.

From plugin
rosetta
330200 skills24 agents63 commands
Install
$ npx -y skills add griddynamics/rosetta --skill risk-assessment --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/risk-assessment

Context preview

The summary Claude sees to decide when to auto-load this skill.

CRITICAL. MUST activate before execution when environment has access to databases, cloud services, S3, or similar external systems, any access to servers of higher environments, and when assessing environment risk level.

SKILL.md

risk-assessment.SKILL.md
name: risk-assessment
description: "CRITICAL. MUST activate before execution when environment has access to databases, cloud services, S3, or similar external systems, any access to servers of higher environments, and when assessing environment risk level."

<risk_assessment>

<process>

1. Assess access to dangerous MCPs (database, cloud, S3, similar) or servers (SQL, API, similar). 2. Assign risk level: low, medium, high, critical. 3. Read-only or local = low. 4. Shared dev/stage/qa = medium. 5. +1 level for write access. 6. +1 level for access to higher environments including stage, pre-production, production. 7. Output `AI Risk Assessment: {LEVEL}`.

Escalation:

8. MEDIUM: warn user, explain failure modes. 9. HIGH: require user to understand data loss risk. 10. CRITICAL: block execution, require external risk reduction. OVERRIDE NOT ALLOWED.

</process>

<pitfalls>

  • Defaulting to "low" without checking accessible MCPs.
  • Not re-assessing when new environments join mid-session.

</pitfalls>

</risk_assessment>

Ships withrosetta

Enforce organizational standards across every AI coding agent

Get the whole plugin