What problem does it solve?
This Skill transforms high-level requirements into a concrete, actionable list of specific file modifications, ensuring that development plans are precise and executable.
Core Features & Use Cases
- Artifact Enumeration: Identifies all files, modules, configurations, and migrations that need changes.
- Change Specification: Clearly defines the nature and rationale for each modification, linking it back to requirements or bug fixes.
- Dependency Mapping: Outlines the order of operations and highlights critical dependencies between changes.
- Risk Identification: Marks high-risk changes that require extra attention during verification.
- Use Case: After receiving a new feature request, use this Skill to generate a detailed list of all affected files (e.g.,
user.py, auth.js, database.sql) and the exact code snippets to be added or modified, along with the order in which these changes should be implemented.
Quick Start
Use the planning-change-inventory skill to list all files that need to be changed for the new user authentication feature.