Monitors and identifies discrepancies between project specifications and code implementation to ensure architectural alignment.
The Drift Detection skill acts as a specification alignment specialist for Claude Code, continuously monitoring implementation phases to identify scope creep, missing features, and contradictions. By analyzing PRDs, design documents, and project plans against actual code and tests, it provides developers with actionable insights and logs alignment decisions directly to project documentation for full traceability. This ensures that development remains focused on defined goals while providing a conscious process for acknowledging and documenting necessary deviations.
主な機能
01158 GitHub stars
02Automated comparison between requirements and current implementation
03Heuristic-based detection using test analysis and code patterns
04Integrated drift logging to README files for audit trails
05Categorization of drift into Scope Creep, Missing, Contradicts, and Extra
06Interactive decision prompts for resolving alignment issues
ユースケース
01Verifying phase completion against acceptance criteria during a sprint
02Auditing code changes during PR reviews to ensure alignment with design specs
03Preventing unplanned features from bloating the codebase without documentation