一键导入
supplier-lifecycle-operations
Manage supplier onboarding, qualification, performance monitoring, and offboarding with auditable lifecycle controls
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage supplier onboarding, qualification, performance monitoring, and offboarding with auditable lifecycle controls
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Reusable development patterns and automation recipes for enterprise platforms - 180+ skills across 23 categories
Generate concise task summaries with status, timeline, blockers, SLA risk, and recommended next actions
Screen inbound documents for completeness, policy risk, and routing readiness before extraction or case workflows
Identify emerging risks, prioritize intake signals, and route candidates into formal GRC risk assessment workflows
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.
Set up ServiceNow as an MCP (Model Context Protocol) server defining tool capabilities, authentication, resource endpoints, and integration patterns for AI agents
基于 SOC 职业分类
| name | supplier-lifecycle-operations |
| version | 1.0.0 |
| description | Manage supplier onboarding, qualification, performance monitoring, and offboarding with auditable lifecycle controls |
| author | Happy Technologies LLC |
| tags | ["procurement","supplier","lifecycle","onboarding","qualification","performance","offboarding"] |
| platforms | ["claude-code","claude-desktop","chatgpt","cursor","any"] |
| tools | {"mcp":["SN-Query-Table","SN-Read-Record","SN-Create-Record","SN-Update-Record","SN-Add-Work-Notes"],"rest":["/api/now/table/core_company","/api/now/table/ast_contract","/api/now/table/proc_sourcing_event","/api/now/table/proc_po","/api/now/table/sn_proc_invoice","/api/now/table/task"],"native":["Bash"]} |
| complexity | advanced |
| estimated_time | 20-40 minutes |
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 performance