Claude Skill

vendor-management

Selects, contracts, and manages suppliers and vendors — requirements, evaluation, negotiation support, onboarding, performance management, and exit. Use this to choose a vendor, run a selection process, structure a service agreement's operational terms, manage an underperforming

LLM Mart · 0 points · 16 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download cbrock84-headcount-plugins_operations_skills_vendor-management-98d1c17.zip · 2 KB
Part of cbrock84/headcount — 160 skills

Install

skills CLI npx skills add https://github.com/cbrock84/headcount/tree/main/plugins/operations/skills/vendor-management
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install cbrock84-headcount@llmmart
Git git clone https://github.com/cbrock84/headcount.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole cbrock84/headcount collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Vendor management

Define requirements before looking at options

Written before any demo: what the vendor must do, the volume and service level required, what must integrate with what, and the constraints that are genuinely non-negotiable.

Requirements written after seeing a product describe that product. This is the most common way selections are decided before they are run.

Separate must-have from nice-to-have and weight them in advance. Weighting after scoring is how a preferred vendor wins a process designed to be objective.

Evaluating

  • Reference checks with customers of your size and use case. A reference running a tenth of your volume tells you nothing about whether it scales.
  • Test the actual failure modes, not the demo path. What happens when data is malformed, volume spikes, or an integration times out?
  • Assess the vendor, not just the product — financial stability, roadmap direction, support responsiveness, and whether you are a meaningful customer to them. Being a rounding error to your critical supplier is a risk in itself.
  • Total cost including your side: implementation, integration, migration, training, and the ongoing effort to operate it. License cost is frequently the smaller half.

Terms that matter operationally

Beyond the legal review: service levels with real remedies, support response times by severity, data export in a usable format on demand, notice periods that give you time to migrate, and price protection at renewal. The absence of the last two is what makes exit expensive later.

Managing

  • One named owner on your side. Vendors without an internal owner drift and renew automatically.
  • Review on a schedule against the service levels, with evidence. Vendor-supplied performance reports mark their own work.
  • Log issues. At renewal, a documented pattern is leverage; a recollection is not.
  • Diarize renewals well before the notice deadline. Auto-renewal past an unnoticed deadline is the most common and most avoidable vendor loss.

Concentration and exit

Know which vendors you could not operate without and what happens if one fails, is acquired, or triples its price. For each, know the exit path and roughly what it costs — an exit plan that has never been thought through is not an option, it is a hope.

Maintain your own copy of your data continuously where the vendor holds anything critical.

Sources

references/sources.md in this skill lists the outside authorities that settle the questions here — what each one is authoritative for, and what you may do with it. Check them before answering on anything they cover, and cite what you used. Most are free to read and not free to reproduce; the use note on each is binding.

Never

  • Sign before you know what leaving costs — data export, notice period, transition support.
  • Let the vendor write the requirements you evaluate them against.
  • Reach a renewal date without having started the renewal. The auto-renew clause is their leverage.
  • Concentrate a critical dependency on one vendor without saying so out loud and pricing the risk.
Files (headcount)
  • references
    • sources.md 1.8 KB
      # Sources — `operations:vendor-management`
      
      <!-- Generated by scripts/build-sources.py from sources/*.toml. Do not edit. -->
      
      Check these before answering on anything they cover, and cite what you used. The use note on each one is binding: most of what a professional cites is free to read and not free to reproduce.
      
      ## Federal Acquisition Regulation
      
      US General Services Administration, on behalf of the FAR Council · US · public domain (US government) — quote freely
      
      <https://www.acquisition.gov/browse/index/far>
      
      Machine-readable: <https://www.acquisition.gov/far/part-31>
      
      **Authoritative for:** What a competitive sourcing process must do to be lawful — solicitation types, evaluation criteria, competition requirements, and how contract type allocates risk. Binding for federal buying and the reference everywhere else.
      
      ## ISO 9001 — Quality management systems: requirements
      
      ISO · global · **sold — cite the identifier only, never the text**
      
      <https://www.iso.org/standard/62085.html>
      
      **Authoritative for:** Whether a quality system is certifiable — the auditable requirements a nonconformity procedure or management review is judged against. Sold, so cite the clause number and never the wording.
      
      ## Interagency Guidance on Third-Party Relationships: Risk Management
      
      Federal Reserve, FDIC and OCC · US · public domain (US government) — quote freely
      
      <https://www.federalreserve.gov/newsevents/pressreleases/bcreg20230606a.htm>
      
      **Authoritative for:** What due diligence, contract terms, monitoring and termination planning a vendor relationship requires, scaled to how critical it is. The clearest published statement of the lifecycle, and the one regulated buyers will hold you to.
      
      ---
      
      Sources are maintained in `sources/` upstream, not here. If one is wrong, out of date, or missing, fix it there — this file is regenerated and an edit to it is lost.
      
  • SKILL.md 3.5 KB
    ---
    name: vendor-management
    description: Selects, contracts, and manages suppliers and vendors — requirements, evaluation, negotiation support, onboarding, performance management, and exit. Use this to choose a vendor, run a selection process, structure a service agreement's operational terms, manage an underperforming supplier, plan an exit or migration, or assess concentration and continuity risk.
    ---
    
    # Vendor management
    
    ## Define requirements before looking at options
    
    Written before any demo: what the vendor must do, the volume and service level required, what must
    integrate with what, and the constraints that are genuinely non-negotiable.
    
    Requirements written after seeing a product describe that product. This is the most common way
    selections are decided before they are run.
    
    Separate **must-have** from **nice-to-have** and weight them in advance. Weighting after scoring is
    how a preferred vendor wins a process designed to be objective.
    
    ## Evaluating
    
    - **Reference checks with customers of your size and use case.** A reference running a tenth of your
      volume tells you nothing about whether it scales.
    - **Test the actual failure modes**, not the demo path. What happens when data is malformed, volume
      spikes, or an integration times out?
    - **Assess the vendor, not just the product** — financial stability, roadmap direction, support
      responsiveness, and whether you are a meaningful customer to them. Being a rounding error to your
      critical supplier is a risk in itself.
    - **Total cost including your side**: implementation, integration, migration, training, and the
      ongoing effort to operate it. License cost is frequently the smaller half.
    
    ## Terms that matter operationally
    
    Beyond the legal review: service levels with real remedies, support response times by severity,
    data export in a usable format on demand, notice periods that give you time to migrate, and price
    protection at renewal. The absence of the last two is what makes exit expensive later.
    
    ## Managing
    
    - **One named owner** on your side. Vendors without an internal owner drift and renew automatically.
    - **Review on a schedule against the service levels**, with evidence. Vendor-supplied performance
      reports mark their own work.
    - **Log issues.** At renewal, a documented pattern is leverage; a recollection is not.
    - **Diarize renewals well before the notice deadline.** Auto-renewal past an unnoticed deadline is
      the most common and most avoidable vendor loss.
    
    ## Concentration and exit
    
    Know which vendors you could not operate without and what happens if one fails, is acquired, or
    triples its price. For each, know the exit path and roughly what it costs — an exit plan that has
    never been thought through is not an option, it is a hope.
    
    Maintain your own copy of your data continuously where the vendor holds anything critical.
    
    ## Sources
    
    `references/sources.md` in this skill lists the outside authorities that settle the questions
    here — what each one is authoritative for, and what you may do with it. Check them before
    answering on anything they cover, and cite what you used. Most are free to read and not free
    to reproduce; the use note on each is binding.
    
    ## Never
    
    - Sign before you know what leaving costs — data export, notice period, transition support.
    - Let the vendor write the requirements you evaluate them against.
    - Reach a renewal date without having started the renewal. The auto-renew clause is their leverage.
    - Concentrate a critical dependency on one vendor without saying so out loud and pricing the risk.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related