# Plan Review Report

## Summary
- **Plans Reviewed**: {{plansReviewed}}
- **Plans OK**: {{plansOK}}
- **Plans with Issues**: {{plansWithIssues}}
- **Auto-Fixed**: {{autoFixed}}
- **Manual Review Needed**: {{manualReview}}

## Status Legend
- ✅ `ok` - Task is valid and ready for execution
- ✅ `already_complete` - Target already implemented
- ⚠️ `path_error` - File path incorrect (may be auto-fixed)
- ❌ `missing_dependency` - Required dependency missing
- ❌ `conflict` - Conflicts with existing code

## Plan Details

{{#each plans}}
### {{name}}
**Status**: {{status}}

| Task | Status | Issue | Fix |
|------|--------|-------|-----|
{{#each tasks}}
| {{name}} | {{statusIcon}} | {{issue}} | {{fix}} |
{{/each}}

{{#if changes}}
#### Changes Made
{{#each changes}}
- {{this}}
{{/each}}
{{/if}}

{{/each}}

## Recommendations
{{#if hasIssues}}
1. Fix critical issues before proceeding
2. Review warnings and address if needed
3. Run `reis review --auto-fix` to fix simple issues
{{else}}
All plans validated successfully. Ready for execution.
{{/if}}

---
*Generated by REIS Plan Reviewer*
