Handle ad-hoc work with automatic issue creation and execution
/plugin marketplace add bryonjacob/aug/plugin install aug-dev@aug<task-description># quicktask ## Task $ARGUMENTS ## Purpose Ad-hoc unplanned work with full issue tracking. Combines `/plan` + `/work` for tasks not pre-planned. ## Issue Storage **GitHub:** If remote origin → GitHub via gh CLI **Local:** No GitHub → `ISSUES.LOCAL/LOCAL###-Title.md` Check: ## Steps **1. Create Issue** GitHub: Local: **2. Start Work** Follow `/work` workflow: - Branch named after issue (`123-fix-bug` or `LOCAL001-fix-bug`) - Implement changes - Run `just check-all` - GitHub: draft PR → approval → merge - Local: update status to closed → squash merge to main - Status change in f...