SCOR-aligned supply chain KPI dashboard design and implementation skill
Designs and implements SCOR-aligned supply chain KPI dashboards with metric selection, visualization, and executive reporting.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The SCOR KPI Dashboard Builder enables the design and implementation of supply chain performance dashboards aligned with the Supply Chain Operations Reference (SCOR) model. It supports metric selection, data mapping, visualization design, and executive reporting.
dashboard_request:
scope:
processes: array # Plan, Source, Make, Deliver, Return
business_units: array
time_periods: array
metric_selection:
strategic_metrics: array
operational_metrics: array
custom_metrics: array
data_sources:
erp_systems: array
planning_systems: array
external_sources: array
design_requirements:
audience: string
refresh_frequency: string
drill_down_levels: integer
targets:
internal_targets: object
benchmark_sources: array
dashboard_output:
dashboard_design:
layout: object
pages: array
- page_name: string
visualizations: array
filters: array
navigation: object
metric_catalog:
metrics: array
- metric_id: string
name: string
scor_mapping: string
definition: string
formula: string
unit: string
target: float
data_source: string
refresh_frequency: string
data_model:
tables: array
relationships: array
calculations: array
implementation_guide:
data_requirements: array
etl_specifications: object
deployment_steps: array
executive_summary_template: object
Input: SCOR process scope, business requirements
Process: Select metrics, design layout, map data
Output: Dashboard design specification
Input: Business objectives, SCOR framework
Process: Define metrics with formulas and targets
Output: Comprehensive metric catalog
Input: Dashboard data, reporting period
Process: Generate narrative summary with highlights
Output: Executive-ready performance summary
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.