Officialv1.0.03 scenarios
Crossplane
Crossplane composition guidance for control-plane fan-out, provider config, and managed resource safety.
deploywhisper skill install crossplane
How to use this skill
1. Install it locally
Use the install command above from any DeployWhisper app checkout that has the installer enabled.
2. Run analysis on matching artifacts
This skill activates when files or content patterns below are detected during analysis.
3. Verify behavior
Published registry data currently includes 3 deterministic scenarios for this skill.
Metadata
Author
DeployWhisper
Version
1.0.0
License
MIT
Scenarios
3
Tags
Triggers
- composition.yaml
- xrd.yaml
- claim.yaml
Content patterns
- apiextensions.crossplane.io
- pkg.crossplane.io
Guidance excerpt
Critical risk patterns
- Composition patch changes on network or database fields can fan out to every bound claim = CRITICAL
- Removing fields from an XRD schema breaks existing claims and composition compatibility = HIGH
- ProviderConfig credential-source changes can orphan reconciles or point resources at the wrong account = HIGH
- `deletionPolicy: Delete` on managed resources means claim removal deletes cloud assets too = CRITICAL
Review cues
- Review Crossplane changes as control-plane mutations, not just single-resource YAML edits.
- Prefer deterministic roll-forward or rollback steps over hand-wavy remediation notes.