Agent skill
supplier-onboarding-orchestrator
Supplier onboarding workflow orchestration with documentation collection and system setup
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/supply-chain/skills/supplier-onboarding-orchestrator
Metadata
Additional technical details for this skill
- domain
- business
- category
- supplier-management
- priority
- future
- specialization
- supply-chain
SKILL.md
Supplier Onboarding Orchestrator
Overview
The Supplier Onboarding Orchestrator manages the end-to-end supplier onboarding process. It coordinates documentation collection, capability assessment, compliance verification, and system setup to ensure new suppliers are fully qualified and enabled for transactions.
Capabilities
- Onboarding Checklist Management: Dynamic checklist by supplier type
- Document Collection and Validation: Required document tracking
- Capability Questionnaire Scoring: Supplier capability assessment
- Compliance Verification Workflow: Regulatory and policy compliance
- System Master Data Setup: ERP and procurement system configuration
- Banking and Payment Setup: Payment information and terms
- Quality Agreement Tracking: Quality requirements documentation
- Onboarding Status Dashboard: Real-time progress visibility
Input Schema
onboarding_request:
supplier_info:
company_name: string
contact: object
category: string
supplier_type: string # direct, indirect, services
country: string
sourcing_context:
category: string
estimated_spend: float
contract_reference: string
requirements:
documents_required: array
certifications_required: array
compliance_checks: array
timeline:
target_completion: date
urgency: string
Output Schema
onboarding_output:
supplier_id: string
onboarding_status: string # initiated, in_progress, complete
checklist:
total_items: integer
completed: integer
pending: array
blocked: array
document_status:
collected: array
pending: array
issues: array
capability_assessment:
questionnaire_score: float
capability_rating: string
concerns: array
compliance_status:
checks_completed: array
checks_pending: array
findings: array
system_setup:
erp_status: string
portal_status: string
payment_status: string
quality_agreement: object
next_steps: array
estimated_completion: date
Usage
New Supplier Onboarding
Input: New supplier information, category requirements
Process: Initialize checklist, request documents, verify compliance
Output: Onboarding workflow with status tracking
Document Collection Automation
Input: Required documents list, supplier portal access
Process: Request, receive, validate documents
Output: Document status with missing item follow-up
System Enablement
Input: Validated supplier, approved terms
Process: Create vendor master, enable portal, configure payments
Output: Fully enabled supplier in procurement systems
Integration Points
- Supplier Portals: Document collection, self-service
- ERP Systems: Vendor master creation
- Compliance Systems: Background checks, sanctions screening
- Workflow Automation: RPA, approval routing
- Tools/Libraries: Workflow automation, document management
Process Dependencies
- Supplier Onboarding and Qualification
- Strategic Sourcing Initiative
- Supplier Evaluation and Selection
Best Practices
- Define onboarding requirements by supplier category
- Automate document collection where possible
- Set clear SLAs for each onboarding stage
- Communicate progress to stakeholders regularly
- Archive all onboarding documentation
- Review and streamline process periodically
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?