What problem does it solve?
This Skill addresses the problem of "knowledge loss" in AI memory by ensuring that not just what decisions were made, but why they were made, are recorded and retrievable. This prevents AI agents from treating every situation as novel.
Core Features & Use Cases
- Structured Decision Recording: Enforces a consistent format for capturing context, reasoning, and outcomes of decisions.
- Enhanced Memory Recall: Allows future AI sessions to understand the historical rationale behind past choices, leading to more informed and consistent actions.
- Use Case: When an AI agent decides to implement a specific retry logic for API calls, this Skill ensures the memory entry includes why that specific logic was chosen over alternatives, and what the observed outcome was, making the learning actionable for future similar scenarios.
Quick Start
Use the sia-code memory add-decision command to record a new decision with its full context and reasoning.