supplier-scorecard-engine

Automated supplier performance scorecard generation with KPI tracking and trend analysis

509 stars

Best use case

supplier-scorecard-engine is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Automated supplier performance scorecard generation with KPI tracking and trend analysis

Teams using supplier-scorecard-engine should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/supplier-scorecard-engine/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/supply-chain/skills/supplier-scorecard-engine/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/supplier-scorecard-engine/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How supplier-scorecard-engine Compares

Feature / Agentsupplier-scorecard-engineStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Automated supplier performance scorecard generation with KPI tracking and trend analysis

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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 Skills

Ghidra/IDA Reverse Engineering Skill

509
from a5c-ai/babysitter

Deep integration with Ghidra and IDA Pro for binary analysis and reverse engineering

physics-engine

509
from a5c-ai/babysitter

Physics engine integration skill for rigid body dynamics and collision detection.

music-prompt-engineering

509
from a5c-ai/babysitter

Optimize and format prompts specifically for AI music generation platforms like Suno and Udio, including platform-specific syntax and tag optimization

video-prompt-engineering

509
from a5c-ai/babysitter

Optimize prompts for AI video generation platforms including Sora, Runway, Pika, and Kling

meta-analysis-engine

509
from a5c-ai/babysitter

Skill for conducting meta-analyses of research findings

bayesian-inference-engine

509
from a5c-ai/babysitter

Bayesian probabilistic reasoning for prior specification, posterior computation, and belief updating

type-inference-engine

509
from a5c-ai/babysitter

Implement and test type inference algorithms including Algorithm W and constraint-based inference

traffic-simulation-engine

509
from a5c-ai/babysitter

Traffic simulation skill for microsimulation, level of service, and signal optimization

hydrologic-modeling-engine

509
from a5c-ai/babysitter

Hydrologic modeling skill for rainfall-runoff analysis, flood frequency, and watershed analysis

hydraulic-analysis-engine

509
from a5c-ai/babysitter

Hydraulic analysis skill for open channel flow, culverts, and pipe networks

fea-structural-engine

509
from a5c-ai/babysitter

Finite Element Analysis skill for linear and nonlinear structural analysis, modal analysis, and load combination processing

engineering-report-generator

509
from a5c-ai/babysitter

Engineering report generation skill for standard technical reports and calculation sheets