supplier-scorecard-engine
Automated supplier performance scorecard generation with KPI tracking and trend analysis
What this skill does
# Supplier Scorecard Engine
## Overview
The Supplier Scorecard Engine automates the generation and maintenance of supplier performance scorecards. It aggregates performance data across multiple KPI categories, calculates weighted scores, tracks trends, and generates actionable insights for supplier management.
## Capabilities
- **OTIF Calculation**: On-Time In-Full delivery performance
- **Quality Metrics Aggregation**: PPM, defect rate, inspection results
- **Cost Performance Tracking**: Price variance, savings achievement
- **Responsiveness Scoring**: Issue resolution, communication metrics
- **Sustainability/ESG Metrics**: Environmental and social performance
- **Weighted Composite Scoring**: Configurable weighting by category
- **Trend and Benchmark Analysis**: Performance trending and peer comparison
- **Action Plan Tracking**: Improvement initiative monitoring
## Input Schema
```yaml
scorecard_request:
supplier_id: string
evaluation_period:
start_date: date
end_date: date
performance_data:
delivery:
orders_received: integer
on_time: integer
in_full: integer
quality:
units_received: integer
defects: integer
returns: integer
cost:
contracted_spend: float
actual_spend: float
savings_target: float
responsiveness:
issues_raised: integer
issues_resolved: integer
avg_resolution_time: float
sustainability:
certifications: array
esg_score: float
weighting_profile: object
benchmark_data: object
```
## Output Schema
```yaml
scorecard_output:
supplier_id: string
period: object
category_scores:
delivery:
otif_percent: float
score: float
trend: string
quality:
ppm: float
score: float
trend: string
cost:
variance_percent: float
score: float
trend: string
responsiveness:
resolution_rate: float
score: float
trend: string
sustainability:
score: float
trend: string
composite_score: float
rating: string # A, B, C, D, F
benchmark_comparison: object
action_items: array
trend_analysis: object
```
## Usage
### Monthly Scorecard Generation
```
Input: Previous month's delivery, quality, cost data
Process: Calculate KPIs, apply weights, generate score
Output: Comprehensive supplier scorecard with rating
```
### Trend Analysis
```
Input: 12 months of scorecard history
Process: Analyze performance trajectory by category
Output: Trend report with improvement/decline identification
```
### Benchmark Comparison
```
Input: Supplier scorecard, peer group data
Process: Compare against category averages and best-in-class
Output: Relative performance positioning
```
## Integration Points
- **ERP Systems**: Purchase orders, receipts, quality data
- **Quality Systems**: Inspection results, NCRs
- **BI Platforms**: Scorecard visualization and distribution
- **Tools/Libraries**: Scorecard templates, analytics frameworks
## Process Dependencies
- Supplier Performance Scorecard
- Quarterly Business Review (QBR) Facilitation
- Supplier Development Program
## Best Practices
1. Define clear KPI definitions and measurement methods
2. Establish data collection automation where possible
3. Calibrate weights based on category importance
4. Share scorecards with suppliers transparently
5. Link scorecard results to business allocation
6. Review weighting profiles annually
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.