Comprehensive supply chain risk identification and assessment skill with heat mapping
Assesses supply chain risks with probability-impact scoring, heat mapping, and control effectiveness evaluation.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Supply Chain Risk Assessor provides comprehensive risk identification, assessment, and visualization capabilities for supply chain risk management. It supports structured risk categorization, probability-impact analysis, heat mapping, and control effectiveness evaluation.
risk_assessment_request:
scope:
categories: array # supplier, logistics, demand, etc.
geography: array
time_horizon: string
risk_inputs:
identified_risks: array
- risk_name: string
category: string
description: string
probability: float # 1-5 scale
impact: float # 1-5 scale
velocity: string # slow, medium, fast
historical_incidents: array
external_factors: array
controls:
existing_controls: array
control_effectiveness: object
risk_appetite: object
risk_assessment_output:
risk_register:
risks: array
- risk_id: string
name: string
category: string
description: string
probability: float
impact: float
risk_score: float
risk_level: string # Low, Medium, High, Critical
root_causes: array
controls: array
control_effectiveness: string
residual_risk: float
owner: string
mitigation_status: string
heat_map:
visualization_data: object
distribution: object
summary:
total_risks: integer
by_category: object
by_level: object
trends: object
recommendations: array
action_plan: array
Input: Supply chain scope, identified risks, historical incidents
Process: Score risks, calculate rankings, generate heat map
Output: Complete risk assessment with prioritized register
Input: Supplier category risks, control inventory
Process: Deep-dive risk analysis for supplier domain
Output: Supplier risk profile with mitigation priorities
Input: Current controls, incident data, audit findings
Process: Evaluate control performance, identify gaps
Output: Control effectiveness report with recommendations
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.