ワンクリックで
requirement-analyst
The Gatekeeper skill that analyzes user requirements for feasibility and clarity before allowing PRD creation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
The Gatekeeper skill that analyzes user requirements for feasibility and clarity before allowing PRD creation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
A specialist skill focused on translating structured user requirements into a Rough Product Requirements Document (PRD) and corresponding business flowcharts.
多角色协作 PRD 专家 (v5.2 Deep Spec)。专注于生成极度详细的功能规格说明书,包含字段级约束、边界值和交互逻辑,为自动化拆解提供确定性输入。
产品与设计专家 (Product & Design Expert)。专注于用户需求分析、界面设计、交互定义和业务逻辑梳理,产出深度用户 PRD。
技术架构专家 (Tech Architect Expert)。专注于将用户 PRD 转化为详细的技术规格说明书 (Detail Tech Spec),定义数据结构、API 契约和边界测试用例。
Axiom 记忆系统。负责读写短期记忆、长期记忆及用户偏好,并维护任务队列状态。
Agent 自进化引擎 (v1.0)。整合知识收割、工作流优化、模式检测、反思引擎四大模块,赋予 Agent 自我学习和持续改进能力。
| name | requirement-analyst |
| description | The Gatekeeper skill that analyzes user requirements for feasibility and clarity before allowing PRD creation. |
This skill acts as the first line of defense in the product development pipeline. It evaluates raw user requirements against project context to ensure they are feasible, clear, and safe to proceed.
project_summary (mission statement) to ensure alignment.The skill performs a two-step analysis:
Return a JSON-like structure or clear Markdown section:
REJECT:
CLARIFY:
PASS:
Input: "I want a dashboard."
Output:
### Status: CLARIFY
**Clarity Score**: 30%
**Reason**: "Dashboard" is too vague.
**Questions**:
1. Who is the target user for this dashboard?
2. What key metrics (KPIs) need to be displayed?
3. Is this for the admin panel or the end-user app?