Agent skill

disruption-response-coordinator

Supply chain disruption rapid response skill with impact assessment and mitigation activation

Stars 514
Forks 31

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/disruption-response-coordinator

Metadata

Additional technical details for this skill

domain
business
category
risk-management
priority
future
specialization
supply-chain

SKILL.md

Disruption Response Coordinator

Overview

The Disruption Response Coordinator manages rapid response to supply chain disruptions. It provides structured incident classification, impact assessment, mitigation activation, stakeholder communication, and recovery tracking to minimize disruption impact.

Capabilities

  • Incident Classification and Escalation: Severity-based incident categorization
  • Impact Assessment: Supply, demand, and financial impact analysis
  • War Room Coordination: Cross-functional response team orchestration
  • Mitigation Option Activation: Contingency plan execution
  • Stakeholder Communication: Internal and external communication management
  • Recovery Tracking: Progress monitoring toward normal operations
  • Lessons Learned Capture: Post-incident documentation
  • Post-Incident Analysis: Root cause and improvement identification

Input Schema

yaml
disruption_response_request:
  incident:
    incident_id: string
    type: string                  # supplier, logistics, demand, natural disaster
    description: string
    affected_entities: array
    detection_time: datetime
    reported_by: string
  initial_assessment:
    estimated_duration: string
    affected_products: array
    affected_customers: array
    financial_exposure: float
  available_mitigations:
    alternative_suppliers: array
    buffer_inventory: object
    demand_management: array
  communication_requirements:
    internal_stakeholders: array
    external_stakeholders: array
    regulatory_notifications: array

Output Schema

yaml
disruption_response_output:
  incident_classification:
    severity: string              # Minor, Moderate, Major, Critical
    escalation_level: string
    incident_commander: string
  impact_assessment:
    supply_impact:
      affected_skus: array
      shortage_forecast: object
    demand_impact:
      affected_customers: array
      revenue_at_risk: float
    financial_impact:
      total_exposure: float
      breakdown: object
  response_plan:
    activated_mitigations: array
    action_items: array
      - action: string
        owner: string
        due_date: datetime
        status: string
    war_room_schedule: object
  communication_log:
    internal_updates: array
    external_communications: array
    regulatory_notifications: array
  recovery_tracking:
    current_status: string
    milestones: array
    estimated_recovery_date: date
    progress_percentage: float
  lessons_learned:
    root_cause: string
    what_worked: array
    improvement_opportunities: array
    action_items: array

Usage

Incident Classification

Input: Disruption event details, affected scope
Process: Classify severity, determine escalation
Output: Incident classification with response level

Impact Assessment

Input: Affected suppliers/products, demand data
Process: Model supply shortage, customer impact
Output: Quantified impact assessment

Mitigation Activation

Input: Available alternatives, contingency plans
Process: Select and activate appropriate mitigations
Output: Active mitigation plan with assignments

Integration Points

  • Incident Management Systems: Ticketing, escalation
  • Communication Platforms: Notification, collaboration
  • Supply Chain Systems: Inventory, order management
  • Tools/Libraries: Incident management, communication tools

Process Dependencies

  • Supply Chain Disruption Response
  • Business Continuity and Contingency Planning
  • Supplier Risk Monitoring and Early Warning

Best Practices

  1. Establish clear severity criteria upfront
  2. Pre-define escalation paths and thresholds
  3. Maintain updated contact lists
  4. Practice response through simulations
  5. Communicate early and often during incidents
  6. Conduct thorough post-incident reviews

Expand your agent's capabilities with these related and highly-rated skills.

a5c-ai/babysitter

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).

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results