name: appcreation-safe-changes description: Implement changes safely: smallest diffs, no regressions, verification after each step, and clear rollback.
APP CREATION — Safe Changes Skill
Golden rules
- •One change at a time.
- •One logical commit at a time.
- •Verify after each commit.
- •If anything breaks: stop, fix, re-verify.
Required workflow
- •Restate the plan: files touched, commands, risk.
- •Apply minimal diff (avoid refactors).
- •Run verification commands.
- •Provide rollback notes.