vendor-procurement-coordinator

Coordinate vendor procurement workflows from RFQ creation to client estimate outputs.

5|4|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/takusaotome/claude-skills-library --skill vendor-procurement-coordinator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vendor-procurement-coordinator
Source: https://github.com/takusaotome/claude-skills-library/tree/main/skills/vendor-procurement-coordinator
Command: npx skills add https://github.com/takusaotome/claude-skills-library --skill vendor-procurement-coordinator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill removes the manual overhead of coordinating the full vendor procurement lifecycle—from RFQ creation and distribution, through response tracking, to generating a client-facing estimate—while maintaining a clear audit trail of what was sent, received, and decided.

Core Features & Use Cases

  • End-to-end procurement orchestration: Manage an entire RFQ-to-estimate pipeline for one client project, coordinating with vendor-rfq-creator and vendor-estimate-creator.
  • Vendor registration and status tracking: Add vendors, log quote submissions, mark declines, and maintain procurement and vendor states.
  • Comparison and evaluation outputs: Generate a vendor comparison report (Markdown) using consistent relative scoring for received quotes.
  • Client-facing estimate generation: Produce a consolidated client estimate based on selected vendor quote(s) with markup.

Quick Start

Initialize a procurement project directory for an ERP replacement by running the init script with your project name, client name, and desired output directory path.

Frequently Asked Questions about vendor-procurement-coordinator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage an end-to-end vendor procurement workflow from RFQ to client estimate?

Multi-vendor RFQ responses are compared using a generated Markdown report that applies consistent relative scoring to evaluate received quotes. This standardized comparison report helps you assess vendor submissions objectively within the procurement pipeline.

Can I track vendor registration and quote submission statuses using YAML?

Yes, vendor registration and quote tracking are managed using stored YAML project state to log submissions, mark declines, and maintain procurement statuses. This stateful tracking drives status dashboards and deadline-driven communications throughout the RFQ lifecycle.

What is the best way to generate a client-facing estimate with markup from vendor quotes?

Client-facing estimates are generated by consolidating selected vendor quote data and applying markup to produce a final output. This process transforms raw vendor solicitation inputs into polished estimate deliverables for project clients.

Does this RFQ coordination approach work with dedicated quote-request and estimate generation skills?

This procurement orchestration approach is designed to integrate with dedicated RFQ and estimate generation skills. It coordinates the pipeline by passing data between these specialized components to handle the end-to-end workflow efficiently.