5d-gap-analysis
Installation
SKILL.md
GAP ANALYSIS Phase
Identify everything that must change to implement the spec.
Multi-Quadrant Gap Analysis
1. Code Gaps (Individual Outer)
Compare spec to current implementation:
- New components needed
- Existing components requiring modification
- Components to deprecate/remove
- New dependencies to add
Output: List of concrete code changes.