Check Implementation banner
codeaholicguy codeaholicguy

Check Implementation

Development community

Description

--- description: Compare implementation with design and requirements docs to ensure alignment. --- Compare the current implementation with the design in `docs/ai/design/` and requirements in `docs/ai/requirements/`. 1. If not already provided, ask for: feature/branch description, list of modified files, relevant design doc(s), and any known constraints or assumptions. 2. **Use Memory for Context** — Search memory for known constraints and prior decisions before assessing mismatches: `npx ai-de

Installation

Installs to ~/.claude/commands/codeaholicguy-ai-devkit-check-implementation.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/codeaholicguy/ai-devkit/HEAD/.claude/commands/check-implementation.md -o ~/.claude/commands/codeaholicguy-ai-devkit-check-implementation.md

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

Full documentation available on GitHub

View Source Repository