Review Spec Drift banner
w00fx w00fx

Review Spec Drift

Testing community

Description

--- description: Checks drift between specs and implementation argument-hint: "[capability name]" --- For the capability in the argument (or the current one if omitted): 1. Read the spec in specs/<capability>/. 2. Read the contracts in specs/<capability>/contracts/. 3. Read the corresponding implementation code. 4. Identify discrepancies: - Behaviors described in the spec not implemented - Behaviors in the code not anticipated in the spec - Schemas in contracts that don't match the cod

Installation

Installs to ~/.claude/skills/w00fx-spec-anchored-agentic-development-review-spec-drift/SKILL.md

Terminal
mkdir -p ~/.claude/skills/w00fx-spec-anchored-agentic-development-review-spec-drift && curl -fsSL https://raw.githubusercontent.com/w00fx/spec-anchored-agentic-development/HEAD/commands/review-spec-drift.md -o ~/.claude/skills/w00fx-spec-anchored-agentic-development-review-spec-drift/SKILL.md

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

Full documentation available on GitHub

View Source Repository