track-decision

track-decision is a command for Claude Code from jonase47/ccpr. It costs 0 tokens per session (1,546 once invoked), scanned A, original, MIT.

An interactive decision command that determines whether a project should follow a lightweight Lean-Track or a more extensive Full-Track process.

In plain words
What is it for?
Use it at project start or later to assess team size, goals, data, deployment, and other conditions that determine the project track.
Why use it?
Small prototypes and learning experiments need less process than projects intended for broader delivery. The checks help choose a suitable level of planning and documentation.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

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.

agentmods
npx agentmods add commands/jonase47/ccpr/track-decision
Clone the repo
git clone --depth 1 https://github.com/jonase47/ccpr

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/jonase47/ccpr/track-decision.svg)](https://agentmods.dev/commands/jonase47/ccpr/track-decision)
Your own site
<a href="https://agentmods.dev/commands/jonase47/ccpr/track-decision"><img src="https://agentmods.dev/badge/commands/jonase47/ccpr/track-decision.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 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,546 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.00000 $0.01546
Opus 5 $0.00000 $0.00773
Sonnet 5 $0.00000 $0.00309
Haiku 4.5 $0.00000 $0.00155

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

Security

Grade A, and why

track-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 2d 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.

commands/track-decision.md · 130 lines

How it starts

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

/track-decision – Decide Lean vs. Full-Track (or reassess)

Interactive prerequisite check + Knockout check + Indicator score that determines whether a project runs in Lean-Track (prototype/PoC/spike, ~4 skills) or Full-Track (P0–P8, 109 skills).

Track-agnostic: runs at project start AND mid-flight as a re-assessment.

Argument: $ARGUMENTS = [optional: projectdir]

  • Without argument: operates on $(pwd).
  • With argument: operates on the given project directory.

Prerequisites

  • If docs/TRACK_DECISION.md already exists → re-assessment mode (new entry prepended, previous entries preserved).
  • If not → initial-decision mode.

Execution

1. Prerequisite Check (condition for Lean)

Ask interactively (each yes/no):

  1. Solo or mini-team (≤3 people)?
  2. Goal is to validate/learn/tech-spike — not to ship?
  3. Data: mock / test data / own demo data (no real persons)?
  4. Runs locally or on a non-public URL?

→ If all 4 = yes → proceed to Knockout check. → If at least 1 = no → Track = Full, skip to step 4.

2. Knockout Questions (1× yes = Full, non-negotiable)

# Question
K1 Personal data (Art. 4 DSGVO) of real persons — including logs/analytics/test accounts?
K2 Special data categories (Art. 9 DSGVO) — health, biometrics, religion, sexual orientation, trade union?
K3 Production launch in <4 weeks, publicly or third-party accessible?
K4 Regulatory scope applies? (BFSG/KRITIS/MDR/BaFin/sectoral — see clarification below)
K5 External stakeholders with sign-off authority (client/principal with Gate expectations)?

K4 clarified (1× yes = Full):

  • BFSG (since 28.06.2025): B2C offering AND publicly/consumer-accessible AND in BFSG sector (online shops, banking, passenger transport, e-books, telecommunications, hardware computer systems, ATMs/ticketing/check-in). NOT relevant: B2B, internal tools, solo demos, closed pilot groups.
  • KRITIS (energy, water, health, finance, transport, ICT, food, waste management, state & administration).
  • MDR (medical device under Regulation (EU) 2017/745, including Software-as-Medical-Device).
  • BaFin (banking, insurance, payment services, crypto custody).
  • Other sectoral obligations (GwG, TKG, JuSchG/JMStV, ProdSG).

Read the full file on GitHub · 130 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. 2d ago First seen · 130 lines · 0 tokens per session scan A 76a685acc8f5

Subscribe to this mod's changes

track-decision is a command published in the GitHub repository jonase47/ccpr (1 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,546 tokens. 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-09-03.