compare_adr_progress
Validate implementation progress by comparing TODO.md, ADRs, and current environment to ensure architectural goals align with codebase.
Instructions
Compare TODO.md progress against ADRs and current environment to validate implementation status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
adrDirectory | No | Directory containing ADR files | docs/adrs |
deepCodeAnalysis | No | Perform deep code analysis to distinguish mock from production implementations | |
functionalValidation | No | Validate that code actually functions according to ADR goals, not just exists | |
includeFileChecks | No | Include file existence and implementation checks | |
includeRuleValidation | No | Include architectural rule compliance validation | |
projectPath | No | Path to project root for environment analysis | . |
strictMode | No | Enable strict validation mode with reality-check mechanisms against overconfident assessments | |
todoPath | No | Path to TODO.md file to analyze | TODO.md |
validationType | No | Type of validation to perform | full |