Agent skill
supply-chain-risk-assessor
Comprehensive supply chain risk identification and assessment skill with heat mapping
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/supply-chain/skills/supply-chain-risk-assessor
Metadata
Additional technical details for this skill
- domain
- business
- category
- risk-management
- priority
- high
- specialization
- supply-chain
SKILL.md
Supply Chain Risk Assessor
Overview
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.
Capabilities
- Risk Category Taxonomy: Financial, operational, geopolitical, compliance categorization
- Probability and Impact Assessment: Likelihood and consequence scoring
- Risk Score Calculation and Ranking: Prioritized risk listing
- Heat Map Visualization: Visual risk representation
- Root Cause Analysis Integration: Risk driver identification
- Risk Appetite Alignment: Threshold and tolerance management
- Control Effectiveness Evaluation: Mitigation effectiveness assessment
- Risk Register Maintenance: Centralized risk documentation
Input Schema
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
Output Schema
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
Usage
Comprehensive Risk Assessment
Input: Supply chain scope, identified risks, historical incidents
Process: Score risks, calculate rankings, generate heat map
Output: Complete risk assessment with prioritized register
Category-Specific Analysis
Input: Supplier category risks, control inventory
Process: Deep-dive risk analysis for supplier domain
Output: Supplier risk profile with mitigation priorities
Control Effectiveness Review
Input: Current controls, incident data, audit findings
Process: Evaluate control performance, identify gaps
Output: Control effectiveness report with recommendations
Integration Points
- Risk Management Systems: GRC platforms
- Incident Management: Historical event data
- Supplier Systems: Supplier risk inputs
- Tools/Libraries: Risk frameworks, FMEA templates, visualization
Process Dependencies
- Supply Chain Risk Assessment
- Supplier Risk Monitoring and Early Warning
- Business Continuity and Contingency Planning
Best Practices
- Conduct comprehensive risk identification workshops
- Use consistent probability-impact scales
- Validate assessments with subject matter experts
- Review and update risk register quarterly
- Link risks to business objectives
- Communicate risk status to leadership regularly
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?