decision-journal
Decision documentation and learning skill for capturing decision context, rationale, and outcomes
What this skill does
# Decision Journal
## Overview
The Decision Journal skill provides systematic capabilities for documenting decisions, tracking outcomes, and extracting organizational learning. It creates a searchable archive of decision context, rationale, and results to improve future decision-making and build institutional knowledge.
## Capabilities
- Decision record creation (date, context, options, choice, rationale)
- Outcome tracking and hindsight analysis
- Decision pattern identification
- Calibration tracking over time
- Searchable decision archive
- Lessons learned extraction
- Decision audit trail
- Report generation
## Used By Processes
- Decision Documentation and Learning
- Cognitive Bias Debiasing Process
- Decision Quality Assessment
## Usage
### Decision Record
```python
# Create decision record
decision_record = {
"metadata": {
"id": "DEC-2024-0042",
"title": "Market Expansion into Southeast Asia",
"date": "2024-01-15",
"decision_maker": "Executive Committee",
"stakeholders": ["CEO", "CFO", "VP International", "Regional Directors"],
"category": "Strategic",
"tags": ["expansion", "international", "growth"]
},
"context": {
"situation": "Company has saturated domestic market with 35% share. Growth targets require new markets.",
"time_horizon": "5 years",
"constraints": ["$50M investment cap", "Must leverage existing product line", "Partner preference over greenfield"],
"urgency": "Medium - 12-month window before competitor moves"
},
"options_considered": [
{
"name": "Enter Vietnam first",
"pros": ["Fastest growing economy", "Favorable demographics", "Existing distributor relationship"],
"cons": ["Regulatory complexity", "IP protection concerns"],
"expected_outcomes": {"NPV": 25000000, "probability_success": 0.65}
},
{
"name": "Enter Singapore as hub",
"pros": ["Strong IP protection", "Gateway to ASEAN", "Talent availability"],
"cons": ["Higher costs", "Smaller direct market"],
"expected_outcomes": {"NPV": 18000000, "probability_success": 0.80}
},
{
"name": "Defer 1 year",
"pros": ["More market intelligence", "Economic uncertainty resolution"],
"cons": ["Competitor advantage", "Momentum loss"],
"expected_outcomes": {"NPV": 15000000, "probability_success": 0.75}
}
],
"decision": {
"choice": "Enter Singapore as hub",
"rationale": "Higher probability of success outweighs NPV difference. Hub strategy enables sequential expansion with lower risk.",
"key_assumptions": [
"Singapore cost structure remains competitive",
"ASEAN trade agreements stable",
"Partner availability in year 2-3"
],
"dissenting_views": ["CFO preferred Vietnam for higher NPV potential"]
},
"implementation": {
"key_milestones": [
{"date": "2024-Q2", "milestone": "Entity established"},
{"date": "2024-Q4", "milestone": "First local hire"},
{"date": "2025-Q2", "milestone": "First revenue"}
],
"success_metrics": ["Revenue", "Market share", "Partner pipeline"],
"review_dates": ["2024-07-15", "2025-01-15", "2025-07-15"]
}
}
```
### Outcome Tracking
```python
# Record outcome
outcome_record = {
"decision_id": "DEC-2024-0042",
"review_date": "2025-01-15",
"actual_outcomes": {
"milestones_met": 2,
"milestones_total": 3,
"revenue": 2500000,
"market_share": 0.02,
"unexpected_events": ["COVID variant impact Q3", "Key competitor exited"]
},
"assessment": {
"outcome_vs_expected": "Better than expected",
"decision_quality_vs_outcome": "Good decision, good outcome",
"key_learnings": [
"Hub strategy provided flexibility during disruption",
"Underestimated talent availability"
],
"would_decide_differently": False,
"process_improvements": ["Include pandemic scenarios in future expansion decisions"]
}
}
```
### Pattern Analysis
```python
# Query patterns
pattern_query = {
"analysis_type": "calibration",
"filters": {
"category": "Strategic",
"date_range": ["2022-01-01", "2024-12-31"],
"decision_maker": "Executive Committee"
},
"metrics": [
"probability_calibration",
"npv_accuracy",
"timeline_accuracy",
"success_rate_by_category"
]
}
```
## Input Schema
```json
{
"operation": "create|update|outcome|query|report",
"decision_record": {
"metadata": "object",
"context": "object",
"options_considered": ["object"],
"decision": "object",
"implementation": "object"
},
"outcome_record": {
"decision_id": "string",
"actual_outcomes": "object",
"assessment": "object"
},
"query": {
"filters": "object",
"analysis_type": "string"
}
}
```
## Output Schema
```json
{
"decision_record": {
"id": "string",
"created": "string",
"status": "string"
},
"query_results": {
"decisions": ["object"],
"patterns": {
"calibration": {
"overconfidence_rate": "number",
"npv_bias": "number",
"timeline_bias": "number"
},
"success_factors": ["string"],
"common_mistakes": ["string"]
}
},
"report_path": "string"
}
```
## Decision Quality Framework
The skill supports the 6-element DQ framework:
1. **Appropriate Frame**: Problem defined correctly?
2. **Creative Alternatives**: Good options generated?
3. **Meaningful Information**: Relevant data gathered?
4. **Clear Values**: Objectives articulated?
5. **Sound Reasoning**: Logic applied correctly?
6. **Commitment to Action**: Resources allocated?
## Best Practices
1. Record decisions at the time they're made (not retrospectively)
2. Document dissenting views and rejected options
3. Be explicit about assumptions and uncertainties
4. Separate decision quality from outcome quality
5. Review outcomes systematically on schedule
6. Extract lessons without hindsight bias
7. Share learnings across the organization
## Integration Points
- Feeds into Decision Quality Assessor agent
- Connects with Hypothesis Tracker for hypothesis outcomes
- Supports Decision Archivist agent
- Integrates with Calibration Trainer for accuracy improvement
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.