← 返回
未分类

BRD技能评审及AI提示词禁令词规范

业务需求文档(BRD)评审工具。读取 .docx 格式的 BRD,提取段落级上下文,为模糊陈述起草澄清问题,并生成包含批注和修订追踪的最终 Word 文档。适用于需要评审、质疑模糊性或提出改进措辞的业务需求文档。
user_17394e54
未分类 community v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 100
下载
💾 3
安装
1
版本
#latest

概述

BRD Reviewer

Overview

Review a BRD paragraph by paragraph, capture clarification questions for ambiguous or incomplete requirements, and generate a single .docx with Word comments plus tracked revisions.

Prefer the bundled pipeline so the final deliverable is a Word-native review artifact instead of chat-only notes.

Workflow

  1. Confirm the source BRD .docx path.
  2. Initialize the paragraph review JSON:

```bash

python scripts/brd_review_pipeline.py init-review \

--input \

--output

```

  1. Read the BRD and fill the review JSON.
    • For every paragraphs[] item, keep paragraph_index, style_id, heading_path, and source_text unchanged.
    • Set needs_comment to true when the paragraph is unclear, incomplete, internally inconsistent, or missing acceptance criteria, data definitions, ownership, dependencies, assumptions, or edge cases.
    • Write comment_question as a concise reviewer question suitable for a Word comment.
    • Set needs_revision to true when the paragraph should be rewritten for precision, completeness, grammar, or testability.
    • Write proposed_replacement as full replacement language, not fragments.
    • Use issue_tags to make the reason explicit. Prefer tags such as ambiguity, scope, actor, data, workflow, exception, dependency, acceptance-criteria, nonfunctional, term-definition, or conflict.
  2. Materialize the final reviewed DOCX in the same folder as the source BRD:

```bash

python scripts/brd_review_pipeline.py materialize \

--input \

--review-json \

--output \

--author "Codex BRD Reviewer"

```

  1. Verify output quality.
    • Confirm the reviewed file exists beside the source BRD.
    • Confirm Word comments appear on paragraphs with needs_comment=true.
    • Confirm tracked changes are visible for paragraphs with needs_revision=true.
    • If the BRD relies heavily on tables or special layout, use the $doc skill workflow to render and visually inspect the result before delivery.

Review standard

  • Question every paragraph that leaves implementation choices unresolved.
  • Favor reviewer comments for missing information and tracked changes for proposed wording.
  • Rewrite requirements into concrete, testable statements.
  • Flag undefined actors, systems, interfaces, calculations, timing, permissions, and exception handling.
  • Do not silently invent business rules. If the BRD lacks a critical detail, ask for it in the comment instead of guessing.
  • Keep comments short and specific enough to be actionable in a comment balloon.
  • Keep proposed replacements professional and directly usable in the document.

Output contract

  • Always produce:
  • .review.json
  • .reviewed.docx
  • Place both outputs in the same folder as the source BRD unless the user explicitly requests another path.
  • Treat chat analysis as supplemental only. The .docx is the primary deliverable.

Resources

  • Paragraph review schema: references/review-json-schema.md
  • Main tool: scripts/brd_review_pipeline.py

Dependencies

Install once if missing:

python -m pip install python-docx lxml

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-04-21 18:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

五层记忆系统

user_17394e54
五层记忆系统初始化技能。当用户想要初始化、搭建或重启五层记忆系统时使用此技能。完整引导用户完成7步初始化流程:身份确认→路径配置→问卷→记忆文件生成→洞察报告生成→系统验证。适用触发词:\"启动记忆系统\"、\"初始化记忆系统\"、\"搭建
★ 0 📥 110
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 462 📥 154,498
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 385 📥 146,827