log_decision
Record architectural decisions with rationale and alternatives to create a permanent record for future sessions, ensuring context retention.
Instructions
Log EVERY significant architectural decision you make during this session. This creates a permanent record that future sessions will read. If you chose between two approaches, log why. If you changed an existing pattern, explain the reasoning. Future sessions depend on this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_slug | Yes | The slug of the feature this decision relates to. In repo-local multi-repo projects this may be repo-prefixed (for example "web--authentication"). | |
| title | Yes | A short title for the decision (e.g. "Use Redis for session cache") | |
| description | Yes | Full description including rationale, alternatives considered, and why this was chosen |