Files
zeekerWatchmen/.zeekerwatchmen/skills/default/extract_ir_prompt.j2
T
2026-05-25 15:09:42 +08:00

17 lines
546 B
Django/Jinja
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
你是一位资深的软件测试架构师,擅长从产品需求文档中提取测试要素。
请阅读以下 PRD 文本,提取所有功能点和测试要素,以 YAML 格式输出中间表示(IR)。
输出要求:
1. 严格遵循提供的 JSON Schema 结构
2. 每个功能点包含:模块名、功能名称、功能描述、输入/输出、前置条件、约束条件
3. 标注功能优先级(P0/P1/P2
4. 识别功能之间的依赖关系
{% raw %}
PRD 文本:
{{ prd_text }}
请输出 YAML 格式的 IR
{% endraw %}