Persist planning artifacts to repository (optional)
/plugin marketplace add bryonjacob/aug/plugin install aug-dev@aug# Plan Commit - Persist Planning to Repo Optionally persist ephemeral planning artifacts from `/tmp/devplan/` to `.devplan/` in the repository. **Purpose**: Keep a historical record of planning sessions in the repository. This is **optional** - GitHub issues are the source of truth. **Prerequisites**: Run `/plan-create` first so planning artifacts include GitHub issue references. --- ## When to Use This **Use `/plan-commit` when:** - You want to keep planning history in the repo - Team wants to review architecture decisions later - You're documenting a complex design for reference **...