AgentStack
SKILL verified MIT Self-run

Decide

skill-kv0906-pm-kit-decide · by kv0906

Log a decision with context, alternatives considered, and rationale. Use for "/decide project: using websocket over polling" or "/decide project: chose React for frontend".

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

Install

$ agentstack add skill-kv0906-pm-kit-decide

✓ 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 Used
  • 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.

Are you the author of Decide? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/decide — Decision Logging

Record decisions with context and alternatives.

Context

Today's date: !date +%Y-%m-%d Recent decisions: !ls decisions/*/*.md 2>/dev/null | tail -10

Reference template: @templates/decision.md Config: @core/config.yaml Processing logic: @_core/PROCESSING.md

Input

User input: $ARGUMENTS

Processing Steps

  1. Parse Input
  • Extract project (before colon)
  • Extract decision statement
  • Look for alternatives: "over", "instead of", "vs", "considered"
  • Extract context if provided
  1. Create Decision Note
  • Filename: decisions/{project}/{date}-{slug}.md
  • Apply template with:
  • Decision statement
  • Alternatives considered
  • Context/rationale
  • Add ## Links section
  1. Auto-Link
  • Search for related docs in docs/{project}/
  • Add backlinks to relevant docs
  1. Update References
  • Add to project index if exists
  1. Append to Vault Log
  • Append entry to 01-index/_vault-log.md (see .claude/rules/vault-log.md)
  • Action: decision
  • Details: the decision statement in ~10 words

Output

Created: decisions/{project}/{date}-{slug}.md
Decision: {decision}
Alternatives: {count} considered

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.