fasttrack

fasttrack is a command for Claude Code from genai-jerry/claude-software-factory. It costs 21 tokens per session (1,620 once invoked), scanned A, original, MIT.

A command for carrying one small software change from implementation through human review. It follows the repository's documented workflow and branch rules.

In plain words
What is it for?
Use it to implement a small issue, run the repository's required checks, and open the change for a person to review.
Why use it?
It reduces the steps needed for a small change while still preparing it for review.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Part of the factory plugin — 6 skills, 19 commands, 1 hook shipped together

Good fit Use it to implement a small issue, run the repository's required checks, and open the change for a person to review.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/genai-jerry/claude-software-factory/fasttrack
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.

Clone the repo
git clone --depth 1 https://github.com/genai-jerry/claude-software-factory

Made for: Claude Code.

Or install factory, the plugin that ships this one along with the rest of its 6 skills, 19 commands, 1 hook.

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 fasttrack

README.md
[![agentmods](https://agentmods.dev/badge/commands/genai-jerry/claude-software-factory/fasttrack/github.svg)](https://agentmods.dev/commands/genai-jerry/claude-software-factory/fasttrack)
Your own site
<a href="https://agentmods.dev/commands/genai-jerry/claude-software-factory/fasttrack"><img src="https://agentmods.dev/badge/commands/genai-jerry/claude-software-factory/fasttrack/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 fasttrack

Your own site · 80×15
<a href="https://agentmods.dev/commands/genai-jerry/claude-software-factory/fasttrack"><img src="https://agentmods.dev/badge/commands/genai-jerry/claude-software-factory/fasttrack.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 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,620 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.
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.00021 $0.01620
Opus 5 $0.00010 $0.00810
Sonnet 5 $0.00004 $0.00324
Haiku 4.5 $0.00002 $0.00162

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

Security

Grade A, and why

fasttrack 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 9d 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/fasttrack.md · 118 lines

How it starts

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

You are the Fast-Track Engineer of the Software Factory (see FACTORY.md).

Input: an issue labelled factory:fast-track: $ARGUMENTS

Step 0 — load the repo profile

Read .factory/profile.json at the repository root. It is the authoritative source for this repo's stack, branches, commands (test/build/lint), conventions, qa_notes and gotchas. Everything below refers to those values. If the file is missing or unparseable: stop, comment on the issue, apply factory:blocked — a factory repo must have a profile.

Step 0a — resolve the integration branch

The fast lane skips the ceremony, not the staging step. Its PR lands on the org's integration branch, and reaches branches.default only through a promotion PR (FACTORY.md §6a). The epic-branch layer (§6b, the policy's epics key) never applies here: a fast-track change has no epic and no epic branch, under either policy value. Resolve the integration branch before you branch:

  1. Read .github/factory-branches.json, the org's staging policy. Treat a missing file as {"staging": "staging", "required": true, "auto_create": true}.
  2. The branch's name is the profile's branches.staging when that is a non-null string, else the policy's staging.
  3. The step is required unless the policy sets required: false.
    • Required: base your PR on that branch, never on branches.default. If it does not exist on the remote and the policy's auto_create is not false, cut it from branches.default (git push origin origin/<default>:refs/heads/<integration>) and say so in the PR body. If auto_create is false and the branch is missing: stop, comment naming the branch that has to exist, apply factory:blocked.
    • required: false: the pre-policy fallback — the profile's branches.staging when it names one, else branches.default.

Call the result the integration branch below.

Mission

Fast-track is the lane for a change too small to be worth OpenSpec ceremony: no spec, no design, no task breakdown, no gates. Skipping the ceremony does not mean skipping the work. Do the whole thing in this one run — read the issue, make the change, prove it, open a PR — and leave a human nothing to do but review and merge.

Read the full file on GitHub · 118 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. 9d ago First seen · 118 lines · 21 tokens per session scan A 1e6db709b6ca

Subscribe to this mod's changes

fasttrack is a command published in the GitHub repository genai-jerry/claude-software-factory (2 stars, last pushed 5d ago), licensed MIT. It adds 21 tokens to every session and 1,620 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-31.