rfp-evaluate
Evaluate RFP opportunities using the 6-dimension scoring framework. Use when modifying evaluation criteria, adjusting keyword weights, or implementing AI-based evaluation.
npx skills add majiayu000/claude-skill-registry --skill rfp-evaluate-atemndobs-nebula-rfp-3 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# RFP Evaluation Skill ## Overview This skill implements the 6-dimension scoring framework for evaluating RFP opportunities, with both logic-based (keyword matching) and AI-based evaluation modes. --- ## CRITICAL: Execution Order > **Eligibility Gate is P0 HIGHEST PRIORITY and runs BEFORE scoring.** ``` ┌─────────────────────────────────────────────────────────┐ │ EVALUATION PIPELINE │ ├─────────────────────────────────────────────────────────┤ │ 1. ELIGIBILITY GATE (Hard filters - Phase 2) │ │ ↓ │ │ Output: ELIGIBLE | PARTNER_REQUIRED | REJECTED │ │ ↓ │ │ 2. SCORING ENGINE (Only if eligible - Phase 3) │ │ ↓ │ │ Output: 0-6 score + Good Fit determination │ └─────────────────────────────────────────────────────────┘ ``` **Implementation Plan References:** - Eligibility Gate: `docs/implementation-plan/phase-2-eligibility/` - Scoring Engine: `docs/implementation-plan/phase-3-scoring/` --- ## 6-Dimension Scoring Framework | Dimension | Weight | Purpose | |-----------|--------|---------| | Technical Relevance | 25% | Tech stack alignment | | Scope Fit | 20% | Project type match | | Category Focus | 15% | Industry alignment | | Client Profile | 15% | Client type match | | Logistics | 15%
- Overview
- CRITICAL: Execution Order
- 6-Dimension Scoring Framework
- Criterion Configuration
- Default Keywords
- Technical Relevance (25%)
- Scope Fit (20%)
- Category Focus (15%)
- Client Profile (15%)
- Skill Alignment (10%)
- Eligibility Gate
- Logic-Based Evaluation
- AI-Based Evaluation
- Chaseability Score
What does the rfp-evaluate skill do?
Evaluate RFP opportunities using the 6-dimension scoring framework. Use when modifying evaluation criteria, adjusting keyword weights, or implementing AI-based evaluation.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill rfp-evaluate-atemndobs-nebula-rfp-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
