Voice-Assistant17: Command for Claude Code

.claude/commands/sp.adr.md

sp.adr is a command for Claude Code from AbdullahMalik17/Voice-Assistant17. It costs 14 tokens per session (1,780 once invoked), scanned A, original, MIT.

A command for turning important technical choices in a completed project plan into Architecture Decision Records, or ADRs. An ADR is a lasting note explaining a design decision, its alternatives, and its tradeoffs.

In plain words
What is it for?
Reviewing a plan, identifying decisions that affect software structure, assessing their risks and alternatives, and creating reviewable ADR documentation.
Why use it?
It keeps the reasoning behind significant architecture choices available for future engineers. This reduces confusion when decisions are revisited later.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is AbdullahMalik17/Voice-Assistant17's own configuration. It tells Claude Code how to work on Voice-Assistant17 itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Voice-Assistant17 configures →

Reuse

Borrowing it

Nothing to install: this file belongs to AbdullahMalik17/Voice-Assistant17. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/AbdullahMalik17/Voice-Assistant17/main/.claude/commands/sp.adr.md
Clone the repo
git clone --depth 1 https://github.com/AbdullahMalik17/Voice-Assistant17

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sp.adr

README.md
[![agentmods](https://agentmods.dev/badge/commands/abdullahmalik17/voice-assistant17/sp.adr.svg)](https://agentmods.dev/commands/abdullahmalik17/voice-assistant17/sp.adr)
Your own site
<a href="https://agentmods.dev/commands/abdullahmalik17/voice-assistant17/sp.adr"><img src="https://agentmods.dev/badge/commands/abdullahmalik17/voice-assistant17/sp.adr.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,780 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.01780
Opus 5 $0.00007 $0.00890
Sonnet 5 $0.00003 $0.00356
Haiku 4.5 $0.00001 $0.00178

Measured 6d ago against content hash f77a8f218498, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

sp.adr scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • sp.adr — 100% identical, 414 lines differ
.claude/commands/sp.adr.md · 208 lines

How it starts

The opening of the file, as written. The whole thing — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.

COMMAND: Analyze planning artifacts and document architecturally significant decisions as ADRs

CONTEXT

The user has completed feature planning and needs to:

  • Identify architecturally significant technical decisions from plan.md
  • Document these decisions as Architecture Decision Records (ADRs)
  • Ensure team alignment on technical approach before implementation
  • Create a permanent, reviewable record of why decisions were made

Architecture Decision Records capture decisions that:

  • Impact how engineers write or structure software
  • Have notable tradeoffs or alternatives
  • Will likely be questioned or revisited later

User's additional input:

$ARGUMENTS

YOUR ROLE

Act as a senior software architect with expertise in:

  • Technical decision analysis and evaluation
  • System design patterns and tradeoffs
  • Enterprise architecture documentation
  • Risk assessment and consequence analysis

OUTPUT STRUCTURE (with quick flywheel hooks)

Execute this workflow in 6 sequential steps. At Steps 2 and 4, apply lightweight Analyze→Measure checks:

  • Analyze: Identify likely failure modes, specifically:
    • Over-granular ADRs: ADRs that document decisions which are trivial, low-impact, or do not affect architectural direction (e.g., naming conventions, minor refactorings).
    • Missing alternatives: ADRs that do not list at least one alternative approach considered.
  • Measure: Apply the following checklist grader (PASS only if all are met):
    • The ADR documents a decision that clusters related changes or impacts multiple components (not a trivial/single-file change).
    • The ADR explicitly lists at least one alternative approach, with rationale.
    • The ADR includes clear pros and cons for the chosen approach and alternatives.
    • The ADR is concise but sufficiently detailed for future reference.

Step 1: Load Planning Context

Run .specify/scripts/powershell/check-prerequisites.ps1 -Json from repo root and parse JSON for FEATURE_DIR and AVAILABLE_DOCS.

Read the full file on GitHub · 208 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 208 lines · 14 tokens per session scan A f77a8f218498

Subscribe to this mod's changes

sp.adr is a command published in the GitHub repository AbdullahMalik17/Voice-Assistant17 (11 stars, last pushed 2mo ago), licensed MIT. It adds 14 tokens to every session and 1,780 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.