Autonomous task execution from GitHub issue to PR
/plugin marketplace add bryonjacob/aug/plugin install aug-dev@aug<issue-number>**Workflow:** [epic-development](../workflows/epic-development.md) • **Phase:** execute (step 4/4, repeatable) # Work - Autonomous Task Execution Execute GitHub issue through to PR. Fully autonomous. **Purpose**: Implement task from issue spec with incremental commits, quality gates, and self-healing. **Prerequisites**: Task issue created by `/plan-create` with complete specification. --- ## Key Principles - **Idempotent**: Safe to re-run if interrupted - **Incremental**: Commits and pushes after each chunk - **Self-healing**: Auto-fixes format/lint/type errors (convergence-based ite...