Start inline feedback workflow with checkpoint commit
/plugin marketplace add grumps/claude-dotfiles/plugin install grumps-gdf@grumps/claude-dotfiles(no arguments)# Feedback Add (fba) > Quick command: `/gdf:fba` or `/fba` > > Starts inline feedback workflow by creating checkpoint commit and showing > files to review. You add feedback manually in your editor. ## Quick Reference - **Usage**: `/fba` - **Purpose**: Create checkpoint before manual code review - **Output**: Shows changed files and feedback format examples - **Next Step**: Edit files to add feedback, then use `/fbr` to review ## Error Handling - **No changes to commit**: Shows error message and exits - **Git not available**: Shows error about git requirement - **Already in feedback ses...