Slash commands for aug-dev plugin. Complete development lifecycle from epic planning through autonomous execution.
/plugin marketplace add bryonjacob/aug/plugin install aug-dev@aug# Commands ## Purpose Slash commands for aug-dev plugin. Complete development lifecycle from epic planning through autonomous execution. ## Key Components **Epic Planning:** - `plan-chat.md` - Interactive architecture session - `plan-breakdown.md` - Decompose into tasks - `plan-create.md` - Generate GitHub issues - `plan-status.md` - Check planning progress - `plan-commit.md` - Persist planning artifacts **Task Execution:** - `work.md` - Autonomous issue → PR workflow - `autocommit.md` - Work → review → merge automation - `quicktask.md` - Ad-hoc task handling **Project Setup:** - `sta...