Capture architectural decisions and proposals from session
# Decisions Document Generator Capture decisions and proposals from the current session for future reference. Includes both implemented decisions and proposals still under consideration. **Model**: Uses the model configured in `release-plugin.model` (see /release:changelog for model selection). ## How to Run - **Standalone**: Run `/decisions` directly at any point to capture decisions from the current session - **From /release:changelog**: After generating a changelog, you'll be prompted to run this command ## When to Use - After discussing architectural approaches - When a decision w...