Spec Review banner
rtazima rtazima

Spec Review

Testing community

Description

Run a specification review on the given code or document. Arguments: $ARGUMENTS (file or directory to review) Workflow: 1. Identify the scope: is it code, a PRD, or an ADR? 2. Load active spec modules from docs/specs/ 3. For each active module, invoke the corresponding agent: - @compliance-auditor → laws, regulations, ISOs - @security-auditor → security, OWASP - @quality-guardian → quality, observability, tests 4. Consolidate findings by severity (Critical > High > Medium > Low) 5. Ge

Installation

Installs to ~/.claude/commands/rtazima-claude-proj-blueprint-spec-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/rtazima/claude-proj-blueprint/HEAD/.claude/commands/spec-review.md -o ~/.claude/commands/rtazima-claude-proj-blueprint-spec-review.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository