Automated supplier performance scorecard generation with KPI tracking and trend analysis
Generates automated supplier performance scorecards with KPI tracking, weighted scoring, and trend analysis.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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.
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
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
Input: Previous month's delivery, quality, cost data
Process: Calculate KPIs, apply weights, generate score
Output: Comprehensive supplier scorecard with rating
Input: 12 months of scorecard history
Process: Analyze performance trajectory by category
Output: Trend report with improvement/decline identification
Input: Supplier scorecard, peer group data
Process: Compare against category averages and best-in-class
Output: Relative performance positioning
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 an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.