Agent skill
sustainable-procurement-assessor
Sustainability assessment skill for procurement practices and supplier evaluation
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/sustainable-procurement-assessor
Metadata
Additional technical details for this skill
- domain
- business
- category
- sustainability
- priority
- future
- specialization
- supply-chain
SKILL.md
Sustainable Procurement Assessor
Overview
The Sustainable Procurement Assessor provides comprehensive sustainability assessment capabilities for procurement practices and supplier evaluation. It evaluates environmental, social, and governance (ESG) factors and supports sustainable sourcing initiatives.
Capabilities
- Environmental Impact Scoring: Carbon, water, waste footprint assessment
- Social Responsibility Assessment: Labor practices, community impact
- Ethical Sourcing Verification: Conflict minerals, fair trade compliance
- Circular Economy Evaluation: Recyclability, end-of-life considerations
- ESG Questionnaire Scoring: Standardized sustainability assessment
- Certification Tracking: ISO 14001, SA8000, other certifications
- Sustainability Improvement Planning: Development roadmap creation
- Reporting Framework Alignment: GRI, CDP, SASB compliance
Input Schema
sustainability_assessment_request:
supplier_id: string
assessment_scope:
environmental: boolean
social: boolean
governance: boolean
circular_economy: boolean
supplier_data:
certifications: array
esg_questionnaire: object
audit_results: array
self_disclosure: object
external_data:
esg_ratings: object # EcoVadis, CDP, etc.
news_screening: array
sanctions_check: object
reporting_requirements:
frameworks: array # GRI, CDP, SASB
disclosure_items: array
Output Schema
sustainability_assessment_output:
supplier_id: string
assessment_date: date
sustainability_scores:
overall: float
environmental:
score: float
carbon_footprint: object
water_usage: object
waste_management: object
social:
score: float
labor_practices: object
health_safety: object
community_impact: object
governance:
score: float
ethics_compliance: object
transparency: object
certifications:
current: array
expired: array
recommended: array
circular_economy_assessment:
recyclability_score: float
material_efficiency: float
end_of_life_program: boolean
risk_flags:
high_risk_areas: array
improvement_required: array
improvement_plan:
recommendations: array
timeline: object
targets: array
reporting_data:
gri_metrics: object
cdp_disclosure: object
sasb_metrics: object
benchmark_comparison: object
Usage
Comprehensive ESG Assessment
Input: Supplier questionnaire, certifications, external ratings
Process: Score across ESG dimensions
Output: Complete sustainability assessment
Certification Gap Analysis
Input: Current certifications, industry requirements
Process: Compare against standards and peers
Output: Certification roadmap
Reporting Data Preparation
Input: Supplier sustainability data, reporting framework
Process: Map data to disclosure requirements
Output: Framework-aligned reporting data
Integration Points
- ESG Data Providers: EcoVadis, CDP, Sustainalytics
- Certification Bodies: ISO, SA8000 registrars
- Reporting Platforms: GRI, CDP reporting tools
- Tools/Libraries: ESG frameworks, sustainability databases
Process Dependencies
- Sustainable Procurement Assessment
- Supplier Evaluation and Selection
- Supplier Performance Scorecard
Best Practices
- Use recognized ESG frameworks and standards
- Verify supplier self-disclosures where possible
- Consider industry-specific sustainability factors
- Set improvement targets collaboratively
- Integrate sustainability into sourcing decisions
- Report progress transparently
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?