Procurement spend analysis skill with classification, consolidation, and savings identification
Analyzes procurement spend data to identify savings opportunities through classification, consolidation, and compliance checks.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Spend Analytics Engine provides comprehensive procurement spend analysis capabilities. It cleanses and classifies spend data, identifies consolidation opportunities, detects maverick spending, and quantifies savings opportunities to drive procurement value.
spend_analysis_request:
spend_data:
transactions: array
- supplier: string
description: string
amount: float
quantity: float
date: date
business_unit: string
cost_center: string
period:
start_date: date
end_date: date
reference_data:
supplier_master: array
category_taxonomy: object
contracts: array
analysis_scope:
analysis_types: array # classification, consolidation, compliance
focus_categories: array
thresholds: object
spend_analysis_output:
spend_summary:
total_spend: float
supplier_count: integer
transaction_count: integer
by_category: object
by_supplier: object
by_business_unit: object
classification_results:
classified_spend: float
unclassified_spend: float
category_distribution: object
consolidation_opportunities:
fragmented_categories: array
supplier_rationalization: array
estimated_savings: float
price_variance_analysis:
variance_by_item: array
outliers: array
benchmark_comparisons: object
maverick_spend:
off_contract_spend: float
percentage: float
top_violations: array
contract_compliance:
compliant_spend: float
non_compliant_spend: float
compliance_issues: array
savings_opportunities:
total_addressable_spend: float
estimated_savings: float
initiatives: array
- initiative: string
category: string
addressable_spend: float
savings_potential: float
confidence: string
visualizations: object
Input: 12 months AP transaction data
Process: Cleanse, classify, analyze patterns
Output: Complete spend analysis with savings opportunities
Input: Classified spend by category
Process: Identify fragmentation, model consolidation
Output: Consolidation recommendations with savings
Input: Spend data, contract terms
Process: Match spend to contracts, identify leakage
Output: Compliance report with violation details
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.