A Claude Code plugin featuring CAST analysis skills.
- Claude Code CLI installed
- A running CAST Imaging instance
- CAST Imaging MCP server installed and configured in your Claude Code settings
Add the plugin to Claude Code:
/plugin marketplace add CAST-Extend/cast-claudeThen install the CASTImaging plugin:
/plugin install CASTImagingEvaluate the scope and risk of code changes across your application landscape.
Run explicitly:
/impact-analysisOr trigger automatically by asking:
- "What breaks if I change X?"
- "Is it safe to remove X?"
- "What depends on X?"
- "Blast radius of X?"
Use when:
- You need to understand the impact of a code change
- You want to assess risk before deployment
- You need to validate affected systems
Example:
What's the impact of refactoring the OrderProcessor class in BillingApp?
See CHANGELOG.md
MIT