skills/procurement/supplier-lifecycle-operations/SKILL.md
Manage supplier onboarding, qualification, performance monitoring, and offboarding with auditable lifecycle controls
npx skillsauth add happy-technologies-llc/happy-servicenow-skills supplier-lifecycle-operationsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides a repeatable supplier lifecycle workflow in ServiceNow® across four stages:
Use this skill to reduce supplier risk, improve procurement consistency, and maintain clear audit evidence for supplier decisions.
sn_shop.procurement_administrator, sourcing or vendor operations equivalent, or admincore_company, proc_sourcing_event, proc_po, sn_proc_invoice, ast_contract, and taskCreate or validate the supplier master profile.
Using MCP:
Tool: SN-Create-Record
Parameters:
table_name: core_company
fields:
name: "Example Supplier Pty Ltd"
vendor: true
vendor_type: "Strategic"
country: "Australia"
website: "https://example.com"
Decision points:
Run baseline qualification checks (coverage, capability, policy alignment, commercial readiness).
Typical checks:
Associate supplier with sourcing events and contracts to establish operational readiness.
Using MCP:
Tool: SN-Query-Table
Parameters:
table_name: ast_contract
query: vendor=[supplier_sys_id]^state!=expired
fields: sys_id,number,state,starts,ends,cost
limit: 20
Track delivery, invoice quality, and responsiveness using purchasing and AP activity.
Using MCP:
Tool: SN-Query-Table
Parameters:
table_name: proc_po
query: vendor=[supplier_sys_id]^ordered_date>=javascript:gs.beginningOfLast12Months()
fields: number,state,ordered_date,expected_delivery,total_cost
limit: 100
Performance dimensions:
If supplier performance drops below policy thresholds, create a structured remediation or offboarding plan.
Using MCP:
Tool: SN-Create-Record
Parameters:
table_name: task
fields:
short_description: "Supplier lifecycle review required"
description: "Supplier exceeded risk thresholds. Evaluate remediation vs offboarding."
priority: 2
Capture decision evidence and next steps in work notes, including owners and due dates.
| Tool | Purpose |
|---|---|
| SN-Query-Table | Gather supplier, purchasing, and invoice history |
| SN-Read-Record | Retrieve full supplier and contract context |
| SN-Create-Record | Create lifecycle tasks and governance actions |
| SN-Update-Record | Update supplier status and lifecycle stage |
| SN-Add-Work-Notes | Record qualification and offboarding rationale |
Symptom: Duplicate supplier records with partial history.
Cause: Onboarding happened through different channels without identity matching.
Solution: Consolidate to one canonical supplier profile and re-link dependent records.
Symptom: Supplier remains in onboarding despite completed checks.
Cause: Required qualification fields are missing or workflow conditions are unmet.
Solution: Validate mandatory fields and rerun lifecycle transition conditions.
procurement/supplier-recommendation - Rank suppliers using scorecard criteriaprocurement/sourcing-summarization - Summarize sourcing events and outcomesprocurement/procurement-summarization - Review procurement pipeline performancetools
Identify emerging risks, prioritize intake signals, and route candidates into formal GRC risk assessment workflows
documentation
Screen inbound documents for completeness, policy risk, and routing readiness before extraction or case workflows
testing
Generate concise task summaries with status, timeline, blockers, SLA risk, and recommended next actions
development
Triage, prioritize, and assign ServiceNow incidents using impact/urgency matrix and category-based routing. Use when an alert fires, a ticket lands unassigned, an outage is reported, an escalation is needed, severity must be classified, an on-call team must be paged, or an SLA is at risk.