decide

Document decisions with context, alternatives, and rationale in ADR-style records.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/claudeaceae/samara-main --skill decide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decide
Source: https://github.com/claudeaceae/samara-main/tree/main/.claude/skills/decide
Command: npx skills add https://github.com/claudeaceae/samara-main --skill decide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams capture decisions with full context, rationale, and recorded trade-offs so future readers understand why a choice was made and how it guides subsequent work.

Core Features & Use Cases

  • Structured decision records: log decision title, context, options, rationale, and outcomes in a consistent format.
  • Traceability: build an auditable trail of architectural and product choices across projects.
  • ADR-friendly workflow: append decisions to a central decisions.md file and reference related decisions.

Quick Start

Use the decide skill to document a recent architectural decision, including context, the chosen option, and trade-offs.

Frequently Asked Questions about decide

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

FAQPage Schema
How do I document architecture decisions with rationale and context?

To document architecture decisions, you capture the decision title, context, chosen option, alternatives, and trade-offs in a structured record. This ensures future readers understand why a choice was made and how it guides subsequent work.

What is an ADR and when do I need to record one?

An ADR is an Architecture Decision Record that logs trade-offs where architectural choices must be justified. You need an ADR when making architecture, product, or project decisions that require an auditable trail of context and rationale for future reference.

How do I start creating ADR-style records for project decisions?

You start creating ADR-style records by using a structured format with specific fields for context, decision, alternatives, rationale, and an optional review date. Completed records can then be appended directly to a central decisions file for traceability.

Can I append multiple decision records to a central file?

Yes, you can append multiple decision records to a central decisions.md file. This workflow supports building an auditable trail of architectural and product choices across projects while allowing you to reference related decisions.

Does this approach work for product decisions or only architecture choices?

This approach works for both product and project decisions, not just architecture choices. It applies to any scenario where trade-offs must be recorded, allowing teams to log context, options, rationale, and outcomes in a consistent format.

What fields are required to log decision rationale and trade-offs?

The required fields to log decision rationale and trade-offs are context, decision, alternatives, and rationale. An optional review date is also supported to ensure decisions are re-evaluated when necessary.