| name | implementation-strategy |
| description | Analyze change impact across services before starting implementation. Trigger before modifying runtime, API, or cross-service code — maps changed files to service ownership, outputs the dependency graph between affected services, and lists upstream/downstream sync points that may need coordinated updates. |
implementation-strategy
Purpose
Analyze changed files to identify affected services, dependencies, and required sync points before implementation.
Trigger
Before modifying runtime, API, or cross-service code.
What it does
- Analyzes
git diff file paths
- Maps files to service ownership
- Outputs affected services and their dependency relationships
- Lists upstream/downstream services that may need sync
Usage
bash .skills/implementation-strategy/scripts/analyze.sh [file1 file2 ...]