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 difffile 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 ...]