create-decision-log

Log structured product and engineering decisions with context and rationale.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Logging product and engineering decisions with full context, options, and rationale is often lost over time. This skill provides a structured way to record decisions so future teams can understand the choice, the information considered, and the expected outcomes.

Core Features & Use Cases

  • Structured decision entries that separate context, options, rationale, and outcomes.
  • Auto-generates a new log file name based on the next available number under .chalk/docs/product/ (e.g., N_decision_topic.md).
  • Integrates with product and engineering documentation workflows, ADRs, and planning notes for archival and review across teams.

Quick Start

Log a decision with a topic and context to create a new .chalk/docs/product/<n>decision<topic>.md

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 engineering decisions with context and rationale for future review?

To document engineering decisions with context, you log structured entries that capture the topic, options explored, final choice, and expected outcomes. This ensures future teams can review the exact rationale behind product and engineering choices.

What is the best way to create an Architecture Decision Record (ADR) for product management?

The best way to create an Architecture Decision Record (ADR) is using a structured log that separates context, options, and rationale. This standardizes archival and review across product, engineering, and planning activities.

Can I automatically generate numbered decision log files for my project documentation?

Yes, you can automatically generate numbered decision log files. The skill auto-generates a new file name based on the next available number under the designated product documentation directory.

How do I structure a feature proposal to include revisit triggers and expected outcomes?

You structure a feature proposal by logging a decision entry that explicitly separates context, chosen options, rationale, and expected outcomes. You also define revisit triggers to specify when the decision should be re-evaluated.

Does this approach to logging product decisions work without external dependencies?

Yes, this decision logging approach works without external dependencies. It writes structured markdown files directly into your local documentation directory, requiring no additional components or frameworks to capture context and rationale.

Why should I use a structured decision log instead of informal planning notes?

You should use a structured decision log because informal planning notes often lose context over time. Structured entries ensure future teams understand the information considered, the options weighed, and the exact rationale behind the final product or engineering choice.