Install
openclaw skills install decision-distillerDistill decision contexts, options, trade-offs, and outcomes into structured decision records. Use when the user is facing a choice, has made a decision they want to document, or needs to analyze past decisions for patterns. Captures rationale, alternatives considered, and lessons learned.
openclaw skills install decision-distillerDecision Distiller helps capture, structure, and learn from decisions made during OpenClaw sessions. It transforms informal decision-making into documented, reviewable records that build organizational knowledge over time.
Use this skill when:
A structured document capturing:
Accepts decision information in various forms:
Produces:
Identify Context
List Options
Define Criteria
Record Decision
Document Rationale
Note Trade-offs
Gather Records
Analyze Patterns
Extract Lessons
# Decision: [Title] - YYYY-MM-DD
**ID**: DEC-2024-001
**Status**: decided
**Decided By**: [Name/Role]
**Date**: YYYY-MM-DD
## Context
[Description of the situation requiring a decision]
## Options Considered
### Option 1: [Name]
- **Description**:
- **Pros**:
- **Cons**:
- **Estimated Impact**:
### Option 2: [Name]
- **Description**:
- **Pros**:
- **Cons**:
- **Estimated Impact**:
## Decision Criteria
1. [Criterion 1] - Weight: High/Medium/Low
2. [Criterion 2] - Weight: High/Medium/Low
## Decision
**Chosen**: [Option X]
## Rationale
[Why this option was selected over others]
## Trade-offs
- **Accepted**: [What we gave up]
- **Mitigated**: [How we reduced risks]
## Expected Outcome
[What we expect to happen]
## Actual Outcome
[Filled in later - what actually happened]
## Lessons Learned
[Filled in later - insights from the outcome]
## Related Decisions
- [Link to related decision]
decision create "Decision title" --status pending
decision update DEC-2024-001 --status validated
decision list --status decided --since 2024-01-01
decision analyze --topic architecture
references/decision-templates.md: Variations for different decision typesreferences/analysis-frameworks.md: Tools for analyzing decisions