From sdlc
Review check categories and algorithms for technical specification analysis
npx claudepluginhub nexussema/omg-marketplace --plugin sdlcThis skill uses the workspace's default tool permissions.
This skill defines the check categories and algorithms used to review technical specifications for quality, consistency, and contamination.
Guides TDD-style skill creation: pressure scenarios as tests, baseline agent failures, write docs to enforce compliance, verify with RED-GREEN-REFACTOR.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
This skill defines the check categories and algorithms used to review technical specifications for quality, consistency, and contamination.
Build a vocabulary from the document itself. Extract defined terms from section headers, bold text, code identifiers, table columns, and glossary entries. Record each term's canonical form, every location where it appears, and surrounding context. This registry is the foundation for all other checks.
Using the term registry, verify that every term is used consistently throughout the document. Detect: same concept with different names, same name with conflicting descriptions, acronym misuse, capitalization drift, and singular/plural inconsistency. See references/consistency-rules.md for the full algorithm.
Find all intra-document references (e.g., "see Section X", "as described in", "defined above/below") and verify that each target exists and the reference remains accurate. Flag broken links, renamed sections, and references to removed content.
Apply configurable regex patterns to detect content that does not belong in a finished specification: planning language, implementation status markers, temporal statements, and environment leakage. See references/contamination-patterns.md for the full pattern library.
Verify the document's organizational integrity: sections have substance (not just headers), no orphaned references exist, the hierarchy is logical, and required sections are present.
All findings are compiled into a structured report. See references/report-template.md for the output format.
references/contamination-patterns.md — Regex patterns for detecting non-spec contentreferences/consistency-rules.md — Algorithmic rules for term consistency checkingreferences/report-template.md — Structured output format for review reports