Feature Consistency Reviewer banner
nolte nolte

Feature Consistency Reviewer

Project Management community

Description

--- name: feature-consistency-reviewer description: "Read-only consistency reviewer dispatched mid-flow by `feature-decompose` before a draft feature under project/features/ goes draft to ready. Checks the draft for overlap, duplication, drift, and prior art against the feature corpus, the project's source roots, and the spec corpus, and returns structured findings (`kind`, `target`, `resolution`). Rarely invoked directly; for spec-vs-code drift on existing features use `spec-drift-audit`." dist

Installation

Installs to ~/.claude/agents/nolte-claude-shared-feature-consistency-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nolte/claude-shared/HEAD/agents/feature-consistency-reviewer.md -o ~/.claude/agents/nolte-claude-shared-feature-consistency-reviewer.md

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

Full documentation available on GitHub

View Source Repository