--- name: career-signal-restore description: Restore CareerSignal state from a local backup after explicit confirmation. Use on /CSrestore. --- # CareerSignal Restore 1. List available backups with timestamps. 2. Ask the user which backup to restore unless exactly one exists and they explicitly requested the latest. 3. Require explicit confirmation before overwriting current state. 4. Back up current state before restoring. 5. Validate restored state and migrate it to the current schema. 6. Report completion and current profile status. When local execution is used, call: `python3 skills/user-context/scripts/context_cli.py restore-backup --path --confirm RESTORE` only after the user's explicit confirmation.