Backup Before Troubleshooting

Stand up a dated, self-documenting recovery workspace BEFORE changing system, app, or configuration state, so every change is reversible and the whole effort can be forensically reconstructed afterward — including regressions caused by your own fixes. Use this whenever you are about to mutate config, application data, system files, or installed components during troubleshooting AND want to be able to both undo the changes and reconstruct what happened later. Trigger phrases: "back this up first", "before I start messing with this", "I want to be able to undo this", "set up a recovery folder", "track this troubleshooting", or when resuming an effort that already has a recovery workspace. Do NOT use for read-only diagnosis, trivially reversible edits, or code work already tracked by git.

rubicon 1fa93c6 6 files · 26.4 KB Updated

File contents

rubicon/ai-skills/tree/main/plugins/backup-before-troubleshooting/skills/backup-before-troubleshooting commit 1fa93c60b3

Frequently asked questions

npx skillmds@latest add rubicon/backup-before-troubleshooting