compare_adr_progress
Validate implementation status by comparing TODO.md progress against ADRs and the current environment to verify compliance and identify gaps.
Instructions
Compare TODO.md progress against ADRs and current environment to validate implementation status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todoPath | No | Path to TODO.md file to analyze | TODO.md |
| adrDirectory | No | Directory containing ADR files | docs/adrs |
| projectPath | No | Path to project root for environment analysis | . |
| environment | No | Target environment context for validation (auto-detect will infer from project structure) | auto-detect |
| environmentConfig | No | Environment-specific configuration and requirements | |
| validationType | No | Type of validation to perform | full |
| includeFileChecks | No | Include file existence and implementation checks | |
| includeRuleValidation | No | Include architectural rule compliance validation | |
| 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 | |
| strictMode | No | Enable strict validation mode with reality-check mechanisms against overconfident assessments | |
| environmentValidation | No | Enable environment-specific validation rules and checks |