Business continuity and contingency plan development skill for supply chain resilience
Develops supply chain contingency plans with alternative sourcing strategies and recovery procedures.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Contingency Plan Builder supports the development and maintenance of supply chain business continuity and contingency plans. It identifies critical dependencies, maps alternative sources, designs buffer strategies, and creates recovery procedures for resilient supply chain operations.
contingency_plan_request:
scope:
categories: array
suppliers: array
locations: array
risk_scenarios: array
- scenario_name: string
risk_type: string
probability: string
impact_duration: string
current_state:
critical_suppliers: array
existing_alternatives: array
current_inventory_policy: object
planning_parameters:
acceptable_downtime: string
recovery_time_objective: string
budget_constraints: float
contingency_plan_output:
plan_name: string
version: string
criticality_assessment:
critical_suppliers: array
- supplier_id: string
criticality_score: float
single_source: boolean
alternative_available: boolean
critical_items: array
critical_locations: array
mitigation_strategies:
alternative_sources: array
- primary_supplier: string
alternatives: array
qualification_status: string
estimated_qualification_time: string
buffer_stock_policy:
items: array
investment_required: float
coverage_days: integer
dual_sourcing: array
response_procedures: array
- scenario: string
trigger_conditions: array
response_steps: array
responsible_parties: array
communication_plan: object
recovery_timeline: object
testing_schedule:
test_scenarios: array
frequency: string
next_test_date: date
maintenance_schedule:
review_frequency: string
next_review_date: date
change_triggers: array
Input: Supplier list, BOM data, spend data
Process: Identify single-source and high-criticality dependencies
Output: Criticality-ranked supplier list with risk exposure
Input: Critical suppliers, market data
Process: Identify and assess potential alternatives
Output: Alternative source roadmap with qualification plan
Input: Risk scenarios, organizational structure
Process: Design step-by-step recovery procedures
Output: Documented recovery playbooks by scenario
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 a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.