agentsclimarketplace

Create decision document

Skill paultyng/skill-issue/skills/create-decision-document

Personal Claude Code / Cursor agent skills, rules, and config

Install
npx -y skills add paultyng/skill-issue --skill create-decision-document

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Create or update a Notion decision document with a structured options/pros/cons/recommendation template. Use when the user asks to create a decision doc, design doc, evaluation doc, or comparison in Notion.

SKILL.md

1.8 KB, as published. Nobody here has run it

Create Decision Document

Create or update a decision document in Notion using the Notion MCP.

1. Gather Context

Determine from the user:

  • Title: what decision is being made
  • Location: which Notion page or database to create under (ask if unclear)
  • Options: the alternatives being evaluated (may emerge during research)

2. Research (if needed)

If the user asks for research before writing:

  • Use Sourcegraph for organization's codebase patterns and precedent
  • Use web search for external APIs, standards, and vendor comparisons
  • Use Notion for existing internal docs and prior decisions
  • Be terse in research summaries

3. Create the Document

Use the Notion MCP to create a page with this structure:

# <Decision Title>

## Problem Statement
<1-2 sentences describing what needs to be decided and why>

## Options

### Option A: <Name>
**Pros**
- <terse bullet>
- <terse bullet>

**Cons**
- <terse bullet>
- <terse bullet>

### Option B: <Name>
**Pros**
- <terse bullet>

**Cons**
- <terse bullet>

## Recommendation
<Which option and why, 1-2 sentences>

Formatting rules:

  • Be terse throughout. No filler.
  • Do not prefix Pros/Cons items with "Good:" or "Bad:".
  • Bullet points, not prose paragraphs.
  • If there are criteria or requirements, use a comparison table rather than repeating them per option.

4. Follow-up

Common follow-up actions (do only if asked):

  • Link a PR to the decision doc
  • Update the recommendation after discussion
  • Add a "Decision" or "Status" field marking the choice as final

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.