Quick savepoint commit (stages all changes)
Creates a quick savepoint commit with all staged changes for checkpointing progress.
/plugin marketplace add poindexter12/claude-flow/plugin install claude-flow@claude-flowCreate a quick savepoint commit with all current changes. Use this when you want to preserve your current state but aren't ready for a proper commit.
Stage all changes and commit:
git add -A && git commit -m "save: <MESSAGE>"
Where <MESSAGE> is the user's message argument, or "checkpoint" if none provided.
Report the result to the user.
/saveSMART save - auto-generates commit messages, handles git pull/merge/rebase automatically, resolves divergent branches, stashes dirty work. Works for single repos and umbrella multi-repo setups. Just run /sw:save with no args for fully automatic save!