decide

Log project decisions with context, alternatives, and rationale in Markdown.

134|33|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/kv0906/pm-kit --skill decide-kv0906
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decide
Source: https://github.com/kv0906/pm-kit/tree/main/.claude/skills/decide
Command: npx skills add https://github.com/kv0906/pm-kit --skill decide-kv0906

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured way to record important decisions, ensuring that the rationale, alternatives considered, and context are preserved for future reference.

Core Features & Use Cases

  • Decision Logging: Capture key decisions made during projects or daily work.
  • Contextualization: Link decisions to specific projects and dates.
  • Alternative Tracking: Record and review alternative options that were considered.
  • Use Case: When deciding on a new technology stack for a project, use /decide to log the chosen stack, the alternatives like other frameworks, and the reasons for the selection.

Quick Start

Use the decide skill to log a decision for the project 'api' about using websockets over polling.

Frequently Asked Questions about decide

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

FAQPage Schema
How do I log project decisions with context and rationale in Markdown?

You log project decisions by using a structured Markdown format that captures the chosen option, alternatives considered, and the rationale behind each choice. This creates a searchable record of decisions linked to specific projects and dates for future reference.

Why should I record alternatives considered when documenting a technology decision?

Recording alternatives considered when documenting a technology decision preserves the evaluation context for future team members. Tracking these alternative options prevents revisiting settled debates and clarifies why the chosen path was selected over other available frameworks or approaches.

What is the best way to create a searchable record of choices made during a project?

The best way to create a searchable record of choices is to log decisions within an organized project directory structure using file system operations. Structuring these notes in Markdown ensures the context and justifications remain accessible and easy to search.

Can I use a structured decision log for project management without external dependencies?

Yes, you can use a structured decision log for project management without external dependencies. The approach leverages standard file system operations to create and organize decision notes, requiring no additional libraries or platforms to maintain your records.

When do I need to use a structured format for logging project decisions?

You need to use a structured format for logging project decisions when you must preserve the context and rationale of choices for future review. This is essential during significant selections like choosing a new technology stack where tracking alternatives and justifications matters.