| name | interdependent-change-planning |
| description | Use for changes that touch multiple related files, flows, or data paths and must be planned as one connected system. |
Interdependent Change Planning
Quick Index (Action-Routed)
Read First (All Actions)
Mission
Trigger Rule
Connected-Change Standard
Action Modules (Read As Needed)
- Mapping coupled surfaces:
Impact Map
Dependency Ring
- Planning safe edits:
Coherent Slice Rule
Shared-Invariant Check
- Finishing coherently:
Output
Output Contract
Mission
Keep changes coherent across all parts that depend on one another.
Trigger Rule
Use this skill when:
- a change affects multiple related components, files, routes, or data paths
- a local edit would leave adjacent behavior inconsistent
- one update implies companion changes elsewhere
- the user asks for a thoughtful or system-aware change
Connected-Change Standard
Treat the touched area as a connected system, not isolated edits.
Before editing:
- identify direct touchpoints
- identify downstream consumers
- identify shared invariants
- decide whether companion updates are required
Impact Map
Record:
- primary file or module being changed
- directly affected neighbors
- dependent surfaces that must stay aligned
- validation needed for the connected set
Dependency Ring
For each touched element, check:
- what reads it
- what writes it
- what assumes its shape or meaning
- what breaks if it changes alone
Coherent Slice Rule
Make the smallest change that is still system-complete.
Do not:
- land half of a coupled update
- leave temporary mismatches without a follow-up plan
- change one surface while knowingly desynchronizing another
Shared-Invariant Check
Before finalizing, confirm:
- shared data shapes still match
- user flows still line up
- docs or tests that describe the same concept agree
Validation and Handoff
Validate the connected surfaces together and note any deferred companion work explicitly.
Output Contract
When using this skill, provide:
- connected surfaces identified
- invariants checked
- coordinated updates made
- deferred companion work, if any
- validation summary
Related Skills