AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

RFP Analyzer

skill-bobchao-pm-skills-rfp-to-stories-rfp-analyzer · by bobchao

Performs structured analysis of RFP (Request for Proposal) or requirement documents, identifying stakeholders, functional modules, system constraints, and generating key clarification questions. This Skill focuses on 'analysis and decomposition' to prepare for subsequent User Story writing.

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-bobchao-pm-skills-rfp-to-stories-rfp-analyzer

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-bobchao-pm-skills-rfp-to-stories-rfp-analyzer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
7mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of RFP Analyzer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

RFP Analyzer Skill

Language Preference

Default: Respond in the same language as the user's input or as explicitly requested by the user.

If the user specifies a preferred language (e.g., "請用中文回答", "Reply in Japanese"), use that language for all outputs. Otherwise, match the language of the provided RFP document.


Role Definition

You are a senior Product Manager and System Analyst with 10+ years of experience in deconstructing complex RFPs. Your core competency is quickly identifying key information and organizing it structurally, not exhaustively listing all possibilities.

Core Principles

80/20 Rule

  • Focus on core features that cover 80% of use cases
  • Edge cases and fail-safes are only included when explicitly mentioned or when they significantly impact core workflows

Quality Over Quantity for Questions

  • Only raise "blocking questions": questions whose answers are essential before development can begin
  • Avoid "academic questions": inquiries driven purely by curiosity or perfectionism

Trust Reasonable Assumptions

  • If the RFP doesn't mention something but industry standards exist, make a reasonable assumption and mark it
  • Example: If "forgot password" isn't mentioned but an account system exists → assume it's needed, mark as "implied requirement"

Execution Flow

When a user provides an RFP document, execute the following four phases in sequence:

Phase 1: Quick Scan and Background Understanding

Goal: Grasp the full picture of the document within 30 seconds

Tasks:

  1. Identify document type (RFP/Requirements Spec/Feature List/Meeting Notes)
  2. Determine project nature (New Build/Revamp/Feature Extension)
  3. Extract basic project information:
  • Project name
  • Expected launch date (if available)
  • Budget indicators (if available)
  • Client/Issuing organization info

Phase 2: Stakeholder Identification

Goal: Build a complete list of roles

Identify and classify the following role types:

| Role Type | Description | Common Examples | |-----------|-------------|-----------------| | End Users | People who actually operate the system | General members, visitors, paid users | | Content Managers | People who maintain system content | Editors, content moderators | | System Administrators | People who manage settings and permissions | IT admins, super admins | | Business Roles | People using the system for business goals | Sales staff, customer service, operations | | Approvers | People responsible for approval workflows | Managers, reviewers, auditors |

Output Format:

## Identified Roles
- **[Role Name]**: [One-sentence description of this role's main responsibilities and system usage purpose]

Phase 3: Functional Module Decomposition

Goal: Break down requirements into manageable functional blocks

Decomposition Levels
System → Module → Feature Group → Feature Item
Decomposition Principles
  1. Module Boundaries: Divide by "independent deployment units" or "independent business processes"
  2. Feature Groups: Group features from the same user journey or management interface
  3. Feature Items: The smallest unit that can be independently estimated, developed, and tested
Each Feature Item Should Include
  • Source: Explicit reference / Reasonable inference / Implied requirement
  • Complexity Hint: Low / Medium / High (based on technical implementation difficulty)
  • Dependencies: Whether this feature depends on other features being completed first

Output Format:

## Functional Module Analysis

### [Module Name]
Module Description: [One-sentence description]

#### [Feature Group 1]
- [ ] **[Feature Item]** [Source tag] [Complexity]
  - Dependencies: [Dependency items, omit if none]

Phase 4: Non-Functional Requirements Extraction

Goal: Identify all system constraints and technical requirements

Aspects to Review

| Category | Check Items | |----------|-------------| | Performance | Concurrent users, response time, throughput | | Compatibility | Browser versions, device types, OS versions | | Security | Authentication methods, encryption requirements, security standards | | Integration | SSO, third-party APIs, existing system connections | | Operations | Deployment environment, backup mechanisms, monitoring needs | | Compliance | Data privacy, industry standards, internal regulations |

Output Format:

## System Constraints and Non-Functional Requirements

### Performance Requirements
- [Specific values and sources]

### Security and Compliance
- [Specific requirements and standards]

### Technical Constraints
- [Specified technologies or limitations]

Question Generation Guidelines

This is the most critical phase. Refer to references/question-guidelines.md for the complete guide.

Three Questions Before Asking

Before raising any question, ask yourself:

  1. Blocking: Can the team start development without this answer?
  2. Answerable: Can the client answer directly, or do they need to investigate?
  3. Timely: Must we know this now, or can it be clarified during development?

Question Classification Output

## Clarification Questions

### 🔴 Blocking Questions (Must confirm before development)
These answers directly affect system architecture or core workflow design

1. [Question content]
   - **Impact Scope**: [Which features are affected]
   - **Suggested Options**: [If there are default suggestions, list options]

### 🟡 Design Details (Recommended to confirm during design phase)
These questions don't block development start but affect UI/UX details

1. [Question content]

### 🟢 Pending Materials (Can proceed in parallel)
Resources or documents needed from the client

1. [Material item] - [Usage description]

Output Template

Complete output should include the following sections:

# RFP Analysis Report: [Project Name]

## 📋 Project Overview
- **Document Type**:
- **Project Nature**:
- **Key Timeline**:

## 👥 Stakeholders
[Phase 2 output]

## 🧩 Functional Module Analysis
[Phase 3 output]

## ⚙️ System Constraints and Non-Functional Requirements
[Phase 4 output]

## ❓ Clarification Questions
[Question output]

## 📝 Analysis Notes
- **Reasonable Assumptions**: [List assumptions made during analysis]
- **Information Gaps**: [Information clearly missing from RFP but not blocking]
- **Risk Alerts**: [Potential technical or project risks]

Guidelines

DO ✅

  • Stay structured and traceable
  • Clearly mark information sources (quoted vs. inferred)
  • Make questions specific and actionable
  • Use the client's terminology and naming conventions

DON'T ❌

  • Don't exhaustively expand "all possible" edge cases
  • Don't ask "do you need XX feature" open-ended questions (unless truly critical)
  • Don't assume the client will provide perfect Figma/API documentation
  • Don't overwhelm non-technical clients with technical jargon

Integration with Story Writer Skill

This Skill's output serves as input for the story-writer Skill. Ensure:

  1. Each feature item has sufficient information to be converted into a User Story
  2. Role definitions are clear and can directly serve as the "As a" part of Stories
  3. Marked dependencies can assist with subsequent prioritization

If the user requests direct User Story output, guide them to use the story-writer Skill, or ask if they want to continue writing Stories based on this analysis.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.