Decisions Skill Understanding and respecting past decisions. When to Load This Skill - Making architectural decisions - Choosing between approaches - Questioning existing patterns Decision Records @memory/knowledge/decisions/ Each decision file contains: - Context: Why decided - Options: What was considered - Decision: What was chosen - Rationale: Why chosen - Consequences: What follows How to Use Before Making a Decision 1. Check if similar decision exists: 2. If exists: - Read the decision - Understand the rationale - Either follow or document why diverging 3. If not exists: - Make and docu…