compare_adr_progress
Validates implementation status by cross-referencing TODO.md progress, ADR decisions, and environment configuration to detect incomplete or non-compliant features.
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 |
| strictMode | No | Enable strict validation mode with reality-check mechanisms against overconfident assessments | |
| environment | No | Target environment context for validation (auto-detect will infer from project structure) | auto-detect |
| projectPath | No | Path to project root for environment analysis | . |
| adrDirectory | No | Directory containing ADR files | docs/adrs |
| validationType | No | Type of validation to perform | full |
| deepCodeAnalysis | No | Perform deep code analysis to distinguish mock from production implementations | |
| environmentConfig | No | Environment-specific configuration and requirements | |
| includeFileChecks | No | Include file existence and implementation checks | |
| functionalValidation | No | Validate that code actually functions according to ADR goals, not just exists | |
| environmentValidation | No | Enable environment-specific validation rules and checks | |
| includeRuleValidation | No | Include architectural rule compliance validation |