Claude Cowork plugin for end-to-end IT vendor software provisioning management.
Covers the complete lifecycle of software vendor relationships, from initial assessment through exit execution:
- Vendor Assessment: 6-dimensional scoring with segmentation, benchmarking, and technical acceptance criteria
- Contract Review: Block-by-block analysis with red flags, redline proposal, and DPA verification
- Vendor Onboarding: Security hardening, access provisioning, knowledge transfer, and first-90-days validation
- License Management: Inventory, usage audit, optimization, compliance, and SaaS spend governance (FinOps)
- Shadow IT Governance: Discovery, risk assessment, and remediation of unsanctioned software
- Regulatory Risk: Multi-jurisdiction compliance analysis — EU (GDPR, NIS2, AI Act, DORA, ENS), UK (UK GDPR/DPA 2018, FCA SS2/21), US (HIPAA, CCPA/CPRA, NIST CSF, SOC 2), Global (PCI DSS, ISO 27001/20000/22301) — with conditional jurisdiction screening and data classification alignment
- Business Continuity: Vendor dependency mapping, concentration risk, redundancy strategy, and continuity testing
- Contract Lifecycle: Renewals, amendments, incidents, communication templates, and performance meeting governance
- Executive Reporting: Portfolio dashboard, vendor KPIs, risk register, and board-level risk narrative
- Periodic Re-evaluation: Annual review with SLA history, incidents, satisfaction, and risk evolution
- Audit Preparation: Evidence dossier for ISO 27001, SOC 2, HIPAA, NIS2, GDPR, FCA, UK ICO, DORA, and due diligence
- Exit Execution: Migration plan, data export, communications, and contract closure
The examples/ directory contains complete, realistic output samples showing exactly what each core command produces:
| Example | Scenario | Key findings |
|---|---|---|
vendor-assess-example.md |
CloudSync Pro v4.2 — SaaS DMS (Dublin) | Score 3.65/5, AI Act gap, price escalation risk → APPROVE WITH CONDITIONS |
contract-review-example.md |
DataVault Enterprise MSA — Analytics (EUR 184K/yr) | 3 red blocks, 5 redlines, DORA missing → SIGN WITH CHANGES |
license-audit-example.md |
Meridian Financial Group — 14 products, EUR 2.85M/yr | EUR 412K savings (14.5%), Tableau over-licensing, 2 shadow IT tools |
multi-jurisdiction-assessment-example.md |
SecureVault Inc. — US vendor, UK subsidiary, Spanish financial client | 8 regulations apply simultaneously, 85% compliance, APPROVE WITH CONDITIONS |
The connectors/ directory contains real MCP server implementations that replace ~~connector placeholders with working integrations.
Located at connectors/asset-management-mcp/. TypeScript MCP server providing software inventory, license usage, costs, and vendor data. Ships with a realistic mock dataset (15 SaaS products, 10 vendors, EUR 2.29M/yr) for testing the full plugin workflow.
cd connectors/asset-management-mcp
npm install && npm run build
npm start # stdio mode for local MCP clientsSee connectors/asset-management-mcp/README.md for configuration and production extension guide.
it-vendor-provision/
├── .claude-plugin/
│ └── plugin.json
├── examples/
│ ├── vendor-assess-example.md
│ ├── contract-review-example.md
│ ├── license-audit-example.md
│ └── multi-jurisdiction-assessment-example.md
├── connectors/
│ └── asset-management-mcp/
│ ├── package.json
│ ├── tsconfig.json
│ ├── src/
│ │ ├── index.ts
│ │ └── mock-data.ts
│ └── README.md
├── commands/
│ ├── vendor-assess.md → /vendor-assess
│ ├── contract-review.md → /contract-review
│ ├── rfp-generate.md → /rfp-generate
│ ├── vendor-onboarding.md → /vendor-onboarding
│ ├── license-audit.md → /license-audit
│ ├── shadow-audit.md → /shadow-audit
│ ├── vendor-review.md → /vendor-review
│ ├── vendor-dashboard.md → /vendor-dashboard
│ ├── vendor-incident.md → /vendor-incident
│ ├── audit-prep.md → /audit-prep
│ └── vendor-exit.md → /vendor-exit
├── skills/
│ ├── vendor-assessment/
│ │ ├── SKILL.md
│ │ └── references/
│ │ ├── certifications-guide.md
│ │ ├── evaluation-criteria.md
│ │ ├── vendor-segmentation.md
│ │ ├── vendor-benchmarking.md
│ │ └── technical-acceptance.md
│ ├── it-contract-review/
│ │ ├── SKILL.md
│ │ └── references/
│ │ ├── sla-playbook.md
│ │ ├── dpa-checklist.md
│ │ └── exit-clauses.md
│ ├── vendor-onboarding/
│ │ ├── SKILL.md
│ │ └── references/
│ │ ├── security-onboarding-checklist.md
│ │ └── knowledge-transfer-template.md
│ ├── license-management/
│ │ ├── SKILL.md
│ │ └── references/
│ │ ├── license-types.md
│ │ ├── compliance-audit.md
│ │ └── saas-spend-governance.md
│ ├── shadow-it-governance/
│ │ └── SKILL.md
│ ├── risk-compliance/
│ │ ├── SKILL.md
│ │ └── references/
│ │ ├── rgpd-vendor-checklist.md
│ │ ├── nis2-vendor-checklist.md
│ │ ├── ai-act-vendor-checklist.md
│ │ ├── dora-vendor-checklist.md
│ │ ├── ens-vendor-checklist.md
│ │ ├── pci-dss-vendor-checklist.md
│ │ ├── iso-service-management-checklist.md
│ │ ├── bc-vendor-dependencies.md
│ │ ├── data-classification-vendor-matrix.md
│ │ ├── uk-gdpr-dpa2018-checklist.md
│ │ ├── hipaa-vendor-checklist.md
│ │ ├── ccpa-cpra-vendor-checklist.md
│ │ ├── soc2-vendor-checklist.md
│ │ ├── nist-csf-vendor-checklist.md
│ │ └── uk-fca-vendor-checklist.md
│ ├── contract-lifecycle/
│ │ ├── SKILL.md
│ │ └── references/
│ │ ├── vendor-incident-protocol.md
│ │ ├── renewal-playbook.md
│ │ ├── vendor-communication-templates.md
│ │ └── vendor-performance-management.md
│ └── vendor-reporting/
│ ├── SKILL.md
│ └── references/
│ ├── risk-register-template.md
│ ├── kpi-framework.md
│ ├── audit-evidence-map.md
│ └── board-report-template.md
├── CONNECTORS.md
└── README.md
| Command | Description |
|---|---|
/vendor-assess |
Evaluates an IT vendor with 6-dimensional scoring and segmentation |
/contract-review |
Reviews software contract with risk analysis and redline proposal |
/rfp-generate |
Generates structured RFP for software procurement |
| Command | Description |
|---|---|
/vendor-onboarding |
Structured onboarding from contract signing through 90-day validation |
/shadow-audit |
Discovers and assesses unsanctioned SaaS and software usage |
| Command | Description |
|---|---|
/license-audit |
Audits software licenses: inventory, usage, savings, FinOps |
/vendor-review |
Periodic re-evaluation with SLA history and incidents |
/vendor-dashboard |
Executive portfolio report for leadership committee |
/vendor-incident |
Manages vendor incident with response protocol |
| Command | Description |
|---|---|
/audit-prep |
Prepares evidence for external audit (ISO 27001, SOC 2, HIPAA, NIS2, GDPR, FCA, DORA) |
/vendor-exit |
Executes exit plan: migration, data, contract closure |
The plugin uses ~~connector notation for tool-agnostic references. See CONNECTORS.md for full details.
| Connector | Function | Examples |
|---|---|---|
~~document repository |
Contract and documentation repository | iManage, SharePoint, Google Drive |
~~asset management tool |
Software and device inventory | ServiceNow CMDB, Snow, Flexera |
~~identity provider |
Access management and SSO | Okta, Entra ID, Google Workspace |
~~finance tool |
Software invoices and spend | SAP, NetSuite, Coupa |
| Connector | Function | Examples |
|---|---|---|
~~monitoring tool |
Uptime, performance, alerts | Datadog, New Relic, Pingdom |
~~ticketing system |
Support, incidents, tracking | Jira, ServiceNow, Zendesk |
~~security scanner |
Third-party security posture | SecurityScorecard, BitSight |
~~grc platform |
Governance, risk, and compliance | Vanta, Drata, ServiceNow GRC |
~~bi tool |
Interactive dashboards | Power BI, Tableau, Looker |
~~clm tool |
Contract lifecycle management | SAP Ariba, Icertis, DocuSign CLM |
~~email |
Vendor communication | Gmail, Outlook |
~~calendar |
Renewal alerts and reviews | Google Calendar, Outlook Calendar |
- Connectors: Replace
~~with client tools (seeCONNECTORS.md) - Vendor segmentation: Classify portfolio using
vendor-assessment/references/vendor-segmentation.md - Evaluation weights: Adjust in
vendor-assessment/SKILL.md - Data classification: Align with vendor capabilities in
risk-compliance/references/data-classification-vendor-matrix.md - Sector/jurisdiction requirements: Enable relevant checklists in
risk-compliance/references/— EU (DORA, ENS), UK (UK GDPR, FCA), US (HIPAA, CCPA/CPRA, NIST CSF, SOC 2), Global (PCI DSS, ISO 20000/22301) - SLA thresholds: Adjust in
it-contract-review/references/sla-playbook.md - KPIs and thresholds: Adjust in
vendor-reporting/references/kpi-framework.md - License policy: Adapt in
license-management/SKILL.md - Communication templates: Customize in
contract-lifecycle/references/vendor-communication-templates.md - Incident protocol: Adjust response times and escalation in
contract-lifecycle/references/vendor-incident-protocol.md - Audit evidence map: Adapt in
vendor-reporting/references/audit-evidence-map.md - Board reporting: Configure narrative focus in
vendor-reporting/references/board-report-template.md
- Claude Cowork (desktop app for Mac or Windows)
- Optional: MCP connectors for client tools