create-decision-log

Create structured Markdown decision logs with context, options, and rationale.

6|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/jerelvelarde/chalk-skills --skill create-decision-log-jerelvelarde
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-decision-log
Source: https://github.com/jerelvelarde/chalk-skills/tree/main/skills/create-decision-log
Command: npx skills add https://github.com/jerelvelarde/chalk-skills --skill create-decision-log-jerelvelarde

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures high-quality decisions with full context, including the decision statement, options considered, rationale, and anticipated outcomes, enabling future review and learning.

Core Features & Use Cases

  • Structured decision logs: Create consistent documents that separate context, options, and rationale from outcomes.
  • Lifecycle readiness: Set revisit triggers and define the next file number to maintain an auditable decision trail.
  • Collaboration & accountability: Attach timestamps, authors, and references to linked product or engineering docs to align teams on choices.

Quick Start

Provide the decision topic and context; the system will create the next numbered file under .chalk/docs/product/.

Frequently Asked Questions about create-decision-log

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document decision rationale and context for engineering or product workflows?

A decision log records the context, options considered, and rationale behind a choice in a structured Markdown file. This separates the reasoning from the outcomes, enabling future review, team alignment, and retrospective learning.

How do I create a structured decision log in Markdown?

You create a structured decision log by providing the decision topic and context. The system generates a numbered Markdown file under the product documentation directory, automatically organizing sections for date, statement, options, and outcomes.

When do I need to start logging decisions with context and rationale?

You need to log decisions during planning, reviews, or retrospective discussions. Capturing trade-offs and rationale at these points ensures future teams understand the context and anticipated outcomes of past product or engineering choices.

Can I use a decision log to track trade-offs and team alignment over time?

Yes, a decision log tracks trade-offs and team alignment by attaching timestamps, authors, and references to linked docs. It sets revisit triggers to maintain an auditable decision trail throughout the project lifecycle.

What is the best way to maintain an auditable decision trail for a software team?

The best way to maintain an auditable decision trail is using sequential numbered Markdown files for each decision. This approach separates context from outcomes and defines the next file number to keep records organized and chronologically traceable.