Agent skill

contract-analyzer

Contract analysis and negotiation support skill with clause extraction and risk identification

Stars 514
Forks 31

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/contract-analyzer

Metadata

Additional technical details for this skill

domain
business
category
procurement
priority
future
specialization
supply-chain

SKILL.md

Contract Analyzer

Overview

The Contract Analyzer provides intelligent contract analysis capabilities including clause extraction, risk identification, terms comparison, and negotiation support. It leverages natural language processing to accelerate contract review and improve negotiation outcomes.

Capabilities

  • Contract Clause Extraction: Automated identification and extraction of key clauses
  • Risk Clause Identification: Flag high-risk or non-standard terms
  • Terms Comparison: Side-by-side comparison across suppliers
  • Price Escalation Analysis: Identify and model price adjustment mechanisms
  • SLA and KPI Extraction: Extract service level commitments
  • Renewal Date Tracking: Monitor contract expiration and renewal windows
  • Compliance Requirement Mapping: Map regulatory and policy requirements
  • Negotiation Leverage Identification: Highlight negotiation opportunities

Input Schema

yaml
contract_analysis_request:
  contract_document: object       # Contract file or text
  analysis_type: string           # full, risk, comparison
  reference_contracts: array      # For comparison analysis
  company_standards: object       # Standard terms to compare against
  risk_categories: array          # Risk areas to flag
  extraction_fields: array        # Specific fields to extract

Output Schema

yaml
contract_analysis_output:
  extracted_terms:
    pricing: object
    payment_terms: object
    delivery_terms: object
    warranty: object
    liability: object
    termination: object
    sla_kpis: array
  risk_assessment:
    high_risk_clauses: array
    deviations_from_standard: array
    missing_protections: array
    risk_score: float
  comparison_matrix: object
  negotiation_points: array
  renewal_alerts: array
  compliance_status: object

Usage

Contract Risk Review

Input: Draft supplier contract
Process: Extract clauses, compare to standards, identify risks
Output: Risk assessment with flagged clauses and recommendations

Supplier Terms Comparison

Input: Contracts from 3 competing suppliers
Process: Extract and compare key terms side-by-side
Output: Comparison matrix highlighting differences

Renewal Analysis

Input: Existing contract approaching renewal
Process: Analyze current terms, market changes, performance
Output: Renegotiation strategy with target improvements

Integration Points

  • Contract Management Systems: CLM platforms integration
  • Legal Document Repositories: Access to contract templates
  • NLP/AI Tools: Legal AI, contract analysis platforms
  • Tools/Libraries: NLP libraries, document parsing

Process Dependencies

  • Contract Negotiation and Management
  • Strategic Sourcing Initiative
  • Supplier Onboarding and Qualification

Best Practices

  1. Maintain current clause libraries and standards
  2. Involve legal counsel for high-risk findings
  3. Track clause acceptance rates for negotiation insights
  4. Version control all contract iterations
  5. Document negotiation rationale for precedent
  6. Regular review of standard terms against market practice

Expand your agent's capabilities with these related and highly-rated skills.

a5c-ai/babysitter

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).

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results