Functionality Isolation Protocol — analyze dependencies for a file or symbol to understand the blast radius of changes. Use when running 'fip', 'dependency analysis', 'impact analysis', or before refactoring.
From wheeenpx claudepluginhub skatekowski/wheee-plugin --plugin wheeeThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Analyze the dependency graph of a file or symbol to understand what a change will affect.
## FIP Analysis: [target]
### Direct Dependencies (imports)
- [file] — imports [symbol]
### Reverse Dependencies (imported by)
- [file] — uses [symbol]
### FIP Scope (safe to modify)
- [file 1]
- [file 2]
### Protected (DO NOT modify)
- [file] — [reason: external API, shared config, etc.]
### Blast Radius
- X files in scope
- Y files protected
- Risk level: LOW / MEDIUM / HIGH