Agent skill
rfx-document-generator
Automated RFI/RFP/RFQ document creation skill with template management and evaluation criteria
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/rfx-document-generator
Metadata
Additional technical details for this skill
- domain
- business
- category
- procurement
- priority
- standard
- specialization
- supply-chain
SKILL.md
RFx Document Generator
Overview
The RFx Document Generator automates the creation of Request for Information (RFI), Request for Proposal (RFP), and Request for Quotation (RFQ) documents. It provides template management, evaluation criteria definition, and response analysis capabilities to streamline the competitive bidding process.
Capabilities
- RFI/RFP/RFQ Template Generation: Structured document creation from templates
- Scope of Work Structuring: Comprehensive SOW development
- Evaluation Criteria Weighting: Define and weight selection criteria
- Terms and Conditions Library: Standard clause management
- Supplier Question Management: Q&A tracking and response
- Response Collection and Parsing: Structured response extraction
- Side-by-Side Comparison Matrices: Supplier response comparison
- Award Recommendation Scoring: Weighted scoring and ranking
Input Schema
rfx_request:
rfx_type: string # RFI, RFP, RFQ
category: string
scope_of_work:
description: string
requirements: array
specifications: object
evaluation_criteria: array
- criterion: string
weight: float
scoring_method: string
timeline:
issue_date: date
question_deadline: date
response_deadline: date
award_date: date
invited_suppliers: array
terms_requirements: array
Output Schema
rfx_output:
document:
header: object
introduction: string
scope_of_work: object
requirements: array
evaluation_criteria: object
terms_and_conditions: array
response_instructions: object
timeline: object
response_template: object
evaluation_scorecard: object
comparison_matrix: object
award_recommendation: object
Usage
RFP Creation
Input: Category requirements, evaluation criteria, supplier list
Process: Generate structured RFP with weighted evaluation
Output: Complete RFP document with response template
Response Evaluation
Input: Supplier responses, evaluation criteria
Process: Score responses, calculate weighted totals
Output: Comparison matrix with ranking and recommendation
RFQ for Commodity Sourcing
Input: Specifications, quantities, delivery requirements
Process: Generate quote request with pricing template
Output: RFQ document optimized for price comparison
Integration Points
- e-Sourcing Platforms: Ariba, Coupa, Jaggaer integration
- Document Management: Template repository, version control
- Supplier Portals: Electronic distribution and response collection
- Tools/Libraries: Document generation frameworks
Process Dependencies
- RFx Process Management
- Strategic Sourcing Initiative
- Supplier Evaluation and Selection
Best Practices
- Use standardized templates for consistency
- Clearly define evaluation criteria before issuing RFx
- Ensure compliance with procurement policies
- Maintain audit trail of all communications
- Allow adequate response time for complex RFPs
- Debrief unsuccessful bidders when appropriate
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?