Complete and merge current feature development
/plugin marketplace add FradSer/dotclaude/plugin install git@fradser-dotagentfeature-nameclaude-haiku-4-5-20251001## Context - Current branch: !`git branch --show-current` - Git status: !`git status --porcelain` - Recent commits: !`git log --oneline -5` - Test commands available: Detect available testing frameworks for this project ## Requirements - Ensure all changes for feature `$ARGUMENTS` are committed before finishing. - Run the relevant test suite and confirm all checks pass. - **Use atomic commits for logical units of work**: Each commit should represent one complete, cohesive change. - Title: entirely lowercase, <50 chars, imperative mood (e.g., "add", "fix", "update"), conventional commits ...