Automated RFI/RFP/RFQ document creation skill with template management and evaluation criteria
Generates RFI, RFP, and RFQ documents from templates with structured evaluation criteria and response analysis.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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.
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
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
Input: Category requirements, evaluation criteria, supplier list
Process: Generate structured RFP with weighted evaluation
Output: Complete RFP document with response template
Input: Supplier responses, evaluation criteria
Process: Score responses, calculate weighted totals
Output: Comparison matrix with ranking and recommendation
Input: Specifications, quantities, delivery requirements
Process: Generate quote request with pricing template
Output: RFQ document optimized for price comparison
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.