rudder-profiles-update
Installation
SKILL.md
RudderStack Profiles Project Update
Modify an existing Profiles project carefully. Always understand the current state first, classify risk, and validate after each change.
Workflow
- Read current state — Read all YAML files, run
pb show models, runpb compile. - Fix first — If compile already fails, fix the existing project before introducing new changes.
- Classify the change — Determine risk level before making edits (see table below).
- Make one change at a time — Edit, then
pb compile. Do not batch multiple changes before validating. - Offer a run — Only after compile is green and user confirms.