Review Business Requirement Document Skill
/install brd-reviewer
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
- Confirm the source BRD
.docxpath. - Initialize the paragraph review JSON:
python scripts/brd_review_pipeline.py init-review \ --input \x3Cbrd.docx> \ --output \x3Cbrd.review.json> - Read the BRD and fill the review JSON.
- For every
paragraphs[]item, keepparagraph_index,style_id,heading_path, andsource_textunchanged. - Set
needs_commenttotruewhen the paragraph is unclear, incomplete, internally inconsistent, or missing acceptance criteria, data definitions, ownership, dependencies, assumptions, or edge cases. - Write
comment_questionas a concise reviewer question suitable for a Word comment. - Set
needs_revisiontotruewhen the paragraph should be rewritten for precision, completeness, grammar, or testability. - Write
proposed_replacementas full replacement language, not fragments. - Use
issue_tagsto make the reason explicit. Prefer tags such asambiguity,scope,actor,data,workflow,exception,dependency,acceptance-criteria,nonfunctional,term-definition, orconflict.
- For every
- Materialize the final reviewed DOCX in the same folder as the source BRD:
python scripts/brd_review_pipeline.py materialize \ --input \x3Cbrd.docx> \ --review-json \x3Cbrd.review.json> \ --output \x3Cbrd.reviewed.docx> \ --author "Codex BRD Reviewer" - 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
$docskill 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:
\x3Cname>.review.json\x3Cname>.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
.docxis 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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install brd-reviewer - After installation, invoke the skill by name or use
/brd-reviewer - Provide required inputs per the skill's parameter spec and get structured output
What is Review Business Requirement Document Skill?
Review Business Requirements Documents in `.docx` format by reading the existing BRD, extracting paragraph-level context, drafting clarification questions fo... It is an AI Agent Skill for Claude Code / OpenClaw, with 248 downloads so far.
How do I install Review Business Requirement Document Skill?
Run "/install brd-reviewer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Review Business Requirement Document Skill free?
Yes, Review Business Requirement Document Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Review Business Requirement Document Skill support?
Review Business Requirement Document Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Review Business Requirement Document Skill?
It is built and maintained by ChipmunkRPA (@chipmunkrpa); the current version is v1.0.0.