What problem does it solve?
This Skill bridges the gap between evolving requirement documents and the software code that implements them, ensuring that changes are accurately tracked, their impact is understood, and a clear plan for modification is generated.
Core Features & Use Cases
- Requirement Change Analysis: Identifies added, modified, and removed requirements between document versions.
- Code Impact Assessment: Maps requirement changes to specific code components (files, classes, functions).
- Modification Planning: Generates a detailed plan outlining components to modify, delete, or add, along with test impact and dependency analysis.
- Use Case: After a new feature is requested, use this Skill to compare the updated requirements against the existing codebase, identify all affected files and functions, and produce a clear list of code changes needed, including new files to create and old ones to remove.
Quick Start
Use the requirement-comparison-reporter skill to compare the files 'old_requirements.md' and 'new_requirements.md' and analyze their impact on the code in the '/path/to/your/repo' directory.