index

index is a command for coding agents from bybren-llc/safe-agentic-workflow. It costs 0 tokens per session (1,533 once invoked), scanned A, original, MIT.

A set of named commands for running explicit development workflows, including starting tickets, checking progress, syncing Linear, closing work sessions, and handling media files.

In plain words
What is it for?
Use it to manage ticket-based development work, check branch and commit workflow health, update Linear tickets, and run media-related commands.
Why use it?
It gives repeatable steps for common tasks instead of relying on an informal checklist. It also documents deprecated command names and their replacements.

Command

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/bybren-llc/safe-agentic-workflow/index
Clone the repo
git clone --depth 1 https://github.com/bybren-llc/safe-agentic-workflow

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 index

README.md
[![agentmods](https://agentmods.dev/badge/commands/bybren-llc/safe-agentic-workflow/index.svg)](https://agentmods.dev/commands/bybren-llc/safe-agentic-workflow/index)
Your own site
<a href="https://agentmods.dev/commands/bybren-llc/safe-agentic-workflow/index"><img src="https://agentmods.dev/badge/commands/bybren-llc/safe-agentic-workflow/index.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,533 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 $0.00000 $0.01533
Opus 5 $0.00000 $0.00766
Sonnet 5 $0.00000 $0.00307
Haiku 4.5 $0.00000 $0.00153

Measured yesterday against content hash bdf63f4cb3c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

index 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 yesterday.

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.

docs/knowledge-vault/commands/index.md · 124 lines

How it starts

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

Commands

Thirty-five commands you invoke by name: 24 on the Claude surface and 11 Gemini-only media commands that have no counterpart anywhere else. Commands are explicit workflows with steps and side effects — unlike skills, which the model chooses for you.

Five commands are deprecated aliases kept alive for muscle memory; they are listed last, and each one names its replacement.

The work session

The bookends of a ticket. /start-work holds a stop-the-line gate — it refuses a ticket with no acceptance criteria, which is the single most load-bearing behavior in this group.

  • /start-work — opens a Linear ticket behind the mandatory AC/DoD gate, then branches from the latest dev
  • /check-workflow — traffic-light health check on branch naming, ticket linkage, commit format, rebase status and docs
  • /sync-linear — derives status from branch commits and writes status, labels and a progress comment back to the ticket
  • /end-work — session-close checklist: commit outstanding work, update the ticket, preserve context before a switch
  • /retro — seven-section retrospective of the session, from what worked well through metrics to wins

Getting a change merged

The validation gate and the routes through it. /pre-pr is mandatory; /quick-fix is the deliberately reduced path for small bugs and says so explicitly.

  • /pre-pr — the mandatory gate: CI suite, markdown lint, clean tree, rebase onto dev, commit-message format check
  • /quick-fix — fast-track bug fixes with reduced validation, a minimal PR template, and explicit scope limits
  • /update-docs — scans the branch diff for every doc the change touches, enforcing the docs-in-the-same-PR rule
  • /test-pr-docker — labels a PR to trigger a CI image build, then guides pulling and verifying the pr-N image
  • /release — the six-phase release: validate, merge PRs, bump version, tag and publish, sync branches, clean up

Read the full file on GitHub · 124 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. yesterday First seen · 124 lines · 0 tokens per session scan A bdf63f4cb3c4

Subscribe to this mod's changes

index is a command published in the GitHub repository bybren-llc/safe-agentic-workflow (406 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,533 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.