Decision Journal CLI

Structured decision logging with pattern matching

🎯 Capture

Log decisions with context, alternatives considered, and confidence levels. Never second-guess your past self again.

πŸ” Analyze

Pattern matching across your decision history reveals biases, tracks win rates, and surfaces what actually works.

πŸ“ˆ Improve

Build a decision playbook from real data. Learn which frameworks lead to better outcomes over time.

πŸ”’ Private

Local-first storage. Your decisions, your data. JSON-backed with zero cloud dependencies.

Decision Journal β€” bash
$ decide log "Hire senior dev vs contractor"
βœ“ Decision logged: #47 β€” 2026-02-14 19:42
$ decide add-context --decision 47 --context "Team velocity dropping, need permanent solution"
βœ“ Context added
$ decide patterns --timeframe 90d
Pattern Analysis (Last 90 days) β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ Pattern β”‚ Count β”‚ Win Rate β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ Hiring decisions β”‚ 12 β”‚ 75% β”‚ β”‚ Tech stack choices β”‚ 8 β”‚ 62% β”‚ β”‚ Feature prioritizationβ”‚ 24 β”‚ 58% β”‚ β”‚ Partnership deals β”‚ 4 β”‚ 100% β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ πŸ’‘ Insight: Partnership deals have highest win rate Consider more collaborative opportunities
$ decide review --decision 47
Decision #47 Review (6 months later) Outcome: Hired senior dev β€” Turned out great Actual vs Expected: +20% better team velocity Tag: hiring, senior-hire Confidence at time: 70% β†’ Actual: 85%

Commands

decide log
Log a new decision with title
decide review
Review past decisions and outcomes
decide patterns
Analyze patterns in your decision history
decide tag
Add tags for categorization
decide context
Add context to any decision
decide export
Export decisions to JSON/CSV

Pattern Matching Engine

Our pattern matching engine analyzes your decision history across multiple dimensions: time-based patterns, tag correlations, confidence calibration, and outcome tracking. Discover what's working and what isn't.

npm install -g decision-journal