What problem does it solve?
This Skill provides a durable, searchable decision journal to help agents and teams avoid re-litigating settled questions and maintain a clear record of decisions, rationale, and consequences.
Core Features & Use Cases
- Decision Records: Create numbered records for decisions, including status, context, options considered, decision, consequences, and review metadata.
- ADR Format: Follows the Architecture Decision Record (ADR) pattern for clarity and maintainability.
- Search & Review: Search across all decisions and set up review schedules to keep decisions up-to-date.
- Use Case: When a team needs to remember what was decided, why it was decided, what alternatives were considered, and when the decision should be reviewed, this Skill provides a comprehensive solution.
Quick Start
Create a new decision with the command: python scripts/decision_log.py new --title "Use SQLite for source-tracker" --context "Single-user local index, low write volume, simple backup needs."