Verify Spec banner
benjaminshoemaker benjaminshoemaker

Verify Spec

Testing community

Description

--- description: Verify that a generated spec document preserves all upstream requirements and has no structural quality issues. Use after generating any spec document. argument-hint: <document-type> [project-directory] allowed-tools: Read, Edit, Grep, Glob, AskUserQuestion --- Verify a specification document for context preservation (nothing important lost from upstream) and quality issues. ## Arguments `$1` = Document type to verify. One of: - `technical-spec` - Verify TECHNICAL_SPEC.md aga

Installation

Installs to ~/.claude/commands/benjaminshoemaker-ai_coding_project_base-verify-spec.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/benjaminshoemaker/ai_coding_project_base/HEAD/.claude/commands/verify-spec.md -o ~/.claude/commands/benjaminshoemaker-ai_coding_project_base-verify-spec.md

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

Full documentation available on GitHub

View Source Repository