plan-decision

plan-decision is a skill for Claude Code from juliusz-cwiakalski/agentic-delivery-os. It costs 43 tokens per session (7,370 once invoked), scanned A, original, MIT.

A guided planning session for recording an important technical or product decision. It gathers the context, constraints, alternatives, trade-offs, responsibilities, and checks needed before writing the final decision record.

In plain words
What is it for?
Preparing architecture, product, technical, business, or operational decision records and choosing the appropriate level of detail and review.
Why use it?
It creates a shared, structured basis for decisions so the final record reflects the real problem, options, and responsibilities.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; mentions OpenCode.

Part of the ados plugin — 20 skills, 24 agents shipped together

Good fit Preparing architecture, product, technical, business, or operational decision records and choosing the appropriate level of detail and review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/juliusz-cwiakalski/agentic-delivery-os/plan-decision
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add juliusz-cwiakalski/agentic-delivery-os --skill plan-decision
Clone the repo
git clone --depth 1 https://github.com/juliusz-cwiakalski/agentic-delivery-os

Made for: Claude Code.

Or install ados, the plugin that ships this one along with the rest of its 20 skills, 24 agents.

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 plan-decision

README.md
[![agentmods](https://agentmods.dev/badge/skills/juliusz-cwiakalski/agentic-delivery-os/plan-decision/github.svg)](https://agentmods.dev/skills/juliusz-cwiakalski/agentic-delivery-os/plan-decision)
Your own site
<a href="https://agentmods.dev/skills/juliusz-cwiakalski/agentic-delivery-os/plan-decision"><img src="https://agentmods.dev/badge/skills/juliusz-cwiakalski/agentic-delivery-os/plan-decision/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for plan-decision

Your own site · 80×15
<a href="https://agentmods.dev/skills/juliusz-cwiakalski/agentic-delivery-os/plan-decision"><img src="https://agentmods.dev/badge/skills/juliusz-cwiakalski/agentic-delivery-os/plan-decision.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,370 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 11
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
  • low Excessive Agency · line 162
    Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.
    Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
How audits are shown
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.00043 $0.07370
Opus 5 $0.00022 $0.03685
Sonnet 5 $0.00009 $0.01474
Haiku 4.5 $0.00004 $0.00737

Measured 12d ago against content hash 8d913f5728a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

plan-decision 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 12d 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.

.ados-claude/skills/plan-decision/SKILL.md · 512 lines

How it starts

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

  • Triages the decision (record-worthiness; R0 escape hatch), classifies it on four axes (type × domain tags × archetype × conditions), selects a rigor profile (R0–R3 + emergency overlay), and assigns decision rights (DACI) — then plans at a depth scaled by rigor.
  • Discovers or confirms the decision record number (e.g. 0007) by scanning existing records in doc/decisions/ for the relevant type (ADR, PDR, TDR, BDR, ODR; defaults to ADR only when type is genuinely unspecified).
  • Orients itself in the current repository and high-level documentation under doc/spec/, doc/overview/, doc/changes/, and doc/contracts/.
  • Systematically elicits and refines all information needed by /write-decision (context, problem framing, hard requirements (constraints), decision drivers, alternatives, trade-offs, assumptions, verification criteria, etc.), without generating the decision record file itself.
  • Applies decision-making discipline (clarify problem → classify → rigor → rights → confirm drivers → explore options → decide) without exposing internal mechanics unless asked.
  • Concludes with a compact, machine- and human-friendly planning summary block plus a clear recommendation to invoke /write-decision <number> and, where relevant, to link back to related changes (workItemRef).

This command never writes files or modifies Git state; it operates purely via conversational planning and read-only repository inspection. See doc/guides/decision-making.md for the full decision process.

/plan-decision [] [free-text context]

Examples:

  • /plan-decision
    → Auto-discover next number from doc/decisions/ for the relevant type, then ask what decision we are shaping.

  • /plan-decision 12
    → Treat 12 as the intended record number (normalized internally to 0012), then start refinement questions.

  • /plan-decision 0042 Choose data sharding strategy for multi-tenant billing
    → Use 0042 as the number and seed initial understanding from the idea text.

Notes:

  • The command always operates within the current repository only (single codebase per session).
  • If multiple decision sessions are active in the same conversation, clearly separate them by record number and avoid mixing context.

All other planning inputs (context, problem framing, drivers, alternatives, trade-offs, verification criteria, etc.) must be elicited interactively from the user and/or derived from existing documentation by summarization. No unstated assumptions may be invented. $ARGUMENTS

<number_resolution>

Primary goal: determine the canonical numeric record number (zero-padded to exactly 4 digits) for this planning session, for the chosen decision type.

Resolution rules:

  1. If adrNumberHint is provided:

    • Validate that it is composed of digits only.
    • Normalize to zeroPad4 = numberHint left-padded with zeros to length 4 (e.g. 7 → 0007; 123 → 0123).
    • Treat this as the proposed record number; ask the user to confirm or override.
  2. If no numberHint:

    • Discover existing decision records by scanning for files matching: doc/decisions/<TYPE>-*-*.md (where TYPE defaults to ADR only when the decision type is genuinely unspecified).
    • For each match, parse the numeric segment immediately after the type prefix (e.g. ADR-0001-short-title.md → 1, TDR-0042-something.md → 42).
    • If no existing records of this type are found, propose 0001 as the first number.
    • Otherwise, let maxExisting be the highest parsed number; propose candidate = maxExisting + 1.
    • Normalize candidate to zeroPad4 as above.
    • Present the candidate to the user as the default (e.g. "Based on existing ADRs, I propose using number 0007."); allow the user to accept or override with any other integer.

Read the full file on GitHub · 512 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. 12d ago First seen · 512 lines · 43 tokens per session scan A 8d913f5728a6

Subscribe to this mod's changes

plan-decision is a skill published in the GitHub repository juliusz-cwiakalski/agentic-delivery-os (38 stars, last pushed 2d ago), licensed MIT. It adds 43 tokens to every session and 7,370 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

Verification & Quality Assurance

Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.

ruvnet/ruflo · 36 tokens

agent-github-modes

Agent skill for github-modes - invoke with $agent-github-modes.

ruvnet/ruflo · 21 tokens

workflow-automation

Workflow creation, execution, and template management. Automates complex multi-step processes with agent coordination. Use when: automating processes, creating reusable workflows, orchestrating multi-step tasks. Skip when: simple single-step tasks, ad-hoc operations.

ruvnet/ruflo · 53 tokens

deployment-pipeline-design

Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use this skill when designing zero-downtime deployment pipelines, implementing canary rollout strategies, setting up multi-environment promotion workflows, or debugging failed deployment gates in CI/CD.

wshobson/agents · 58 tokens

gitlab-ci-patterns

Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment.

wshobson/agents · 46 tokens

bazel-build-optimization

Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.

wshobson/agents · 36 tokens