packages/claude-code-plugin/commands/validate-dependencies.md
Validate all task dependencies for issues.
Comprehensive check for dependency problems across the entire project.
task-master validate-dependencies
Circular Dependencies
Missing Dependencies
Logical Issues
Complexity Warnings
The validation provides:
Dependency Validation Report
━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ No circular dependencies found
⚠️ 2 warnings found:
- Task #23 has 7 dependencies (consider breaking down)
- Task #45 blocks 5 other tasks (potential bottleneck)
❌ 1 error found:
- Task #67 depends on deleted task #66
Critical Path: #1 → #5 → #23 → #45 → #50 (15 days)
For each issue found:
After validation:
/taskmaster:fix-dependencies to auto-fix