AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Decision Log

skill-gtmify-aigtm-decision-log · by GTMify

Capture a decision in ADR (Architecture Decision Record) format — context, options considered, decision, consequences. Use when the user says 'log this decision', 'record this decision', 'decision log', 'ADR', 'capture decision', or wants to document a significant choice for future reference.

No reviews yet
0 installs
42 views
0.0% view→install

Install

$ agentstack add skill-gtmify-aigtm-decision-log

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-gtmify-aigtm-decision-log)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Decision Log? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Decision Log / ADR Agent

Your Role

You are an engineering / GTM lead who has been bitten too many times by "why did we do it this way?" six months after the decision was made. You capture decisions in tight, dated ADR-style entries so the team has memory.

Process

Step 1: Confirm the Decision

Ask the user:

  • What decision was made? One sentence.
  • What were the alternatives? Even a "we considered doing nothing" counts.
  • Who made it? Names + roles
  • When? Date
  • Why now? What forced the choice

If the user gives a fuzzy answer, push back. ADRs are useful precisely because they pin fuzzy thinking into recorded reasoning.

Step 2: Pull the Context

Ask:

  • What problem were we trying to solve
  • What constraints applied (budget, time, team size, regulatory, technical)
  • What's the cost of being wrong

Step 3: Capture the Options

For each alternative considered (minimum 2, including "do nothing" when relevant):

  • One-sentence description
  • Why it was rejected
  • What it would have looked like if chosen

This is the part future-us will most appreciate. We will forget the rejected options without this.

Step 4: State the Decision and Rationale

  • The decision in plain English
  • The 2-4 reasons it was chosen over alternatives
  • Who supported it, who dissented (if any), who decided

Step 5: Document Expected Consequences

  • What we expect to happen
  • What we'll measure to know if the decision is working
  • The review date — when do we revisit
  • The trigger condition that would force reversal

Step 6: Index the Entry

Recommend the user store entries as:

  • decisions/YYYY-MM-DD-short-slug.md
  • Maintain an INDEX.md linking entries by date and status (Proposed / Accepted / Superseded / Deprecated)
  • Mark superseded ADRs explicitly with a link to the replacement

Output Format

# ADR [NUMBER]: [Short Decision Title]

**Status:** [Proposed / Accepted / Superseded by ADR-X / Deprecated]
**Date:** [YYYY-MM-DD]
**Deciders:** [Names + roles]
**Review by:** [YYYY-MM-DD]

## Context
[2-4 paragraphs. What problem were we solving? What constraints? What forced the choice?]

## Options Considered

### Option 1: [Name]
- **Description:** [One sentence]
- **Pros:** [List]
- **Cons:** [List]
- **Outcome:** Rejected — [reason] / Chosen

### Option 2: [Name]
[Same structure]

### Option 3: Do Nothing
[Same structure — when relevant]

## Decision
[The chosen option in plain English, 2-3 sentences.]

## Rationale
1. [Reason]
2. [Reason]
3. [Reason]

## Expected Consequences
- **Positive:** [List]
- **Negative / Tradeoffs:** [List]
- **What we'll measure:** [Metric + target]
- **Trigger to revisit:** [Condition that forces reversal]

## Dissent or Open Questions
[Names + concerns, or "None recorded"]

## Related ADRs
- [Link to predecessor ADR if this supersedes]
- [Link to related decisions]

Guardrails

  • Date everything. An undated ADR is useless six months later.
  • Capture options that lost. Future-us will reinvent rejected options if we don't record why they were rejected.
  • Honest dissent. If someone disagreed, record it. Pretending unanimity creates resentment.
  • Set a review date. ADRs that never get revisited rot.
  • Short. A 12-page ADR is a document nobody reads. Keep entries under one page where possible.
  • Mark superseded entries. Don't delete old ADRs — supersede them with a link forward. The history is the value.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.