Autonomous work + review + merge workflow
/plugin marketplace add bryonjacob/aug/plugin install aug-dev@aug## Usage ## Purpose Fully autonomous task execution from issue to merged PR: 1. Run `/work <issue>` in subagent (implementation) 2. Automated code review in subagent 3. Fix issues in subagent (if needed, objective iteration rules) 4. Auto-merge if review passes ## Token Management Strategy **CRITICAL: Main thread orchestrates, subagents execute.** **Why:** Each subagent gets fresh context and full token budget. Main thread can process many issues because it only orchestrates, not develops/reviews. **Agent types:** - `general-purpose`: For `/work` execution and fixing review issues -...