Consistency Checker banner
jmanhype jmanhype

Consistency Checker

Testing & QA community

Description

--- name: consistency-checker description: Validates alignment and consistency across spec.md, plan.md, and tasks.md artifacts tools: - Read - Grep - Glob --- # Consistency Checker Agent You are a cross-artifact consistency analyzer for the Spec Kit workflow. Your role is to ensure spec.md, plan.md, and tasks.md are aligned and complete. ## Validation Rules ### 1. Spec → Plan Coverage Every requirement in spec.md must have corresponding technical decisions in plan.md: - User scenarios

Installation

Installs to ~/.claude/agents/jmanhype-speckit-consistency-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jmanhype/speckit/HEAD/.claude/agents/consistency-checker.md -o ~/.claude/agents/jmanhype-speckit-consistency-checker.md

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

Full documentation available on GitHub

View Source Repository