start-work

start-work is a command for Claude Code from bybren-llc/rendertrust. It costs 10 tokens per session (502 once invoked), scanned A, original, Apache-2.0.

A command for starting work on a Linear ticket, where Linear is a tool for tracking software issues and tasks. It verifies the ticket, its acceptance criteria, the starting branch, and the required feature-branch name before implementation.

In plain words
What is it for?
Use it to validate a ticket, check its Definition of Done, update the dev branch, confirm a clean working tree, and create a correctly named feature branch.
Why use it?
It prevents development from starting when the work is not clearly defined or the repository is not based on the latest development branch. This reduces incomplete requirements and branch setup mistakes.

Command for Claude Code

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/rendertrust/start-work
Clone the repo
git clone --depth 1 https://github.com/bybren-llc/rendertrust

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 start-work

README.md
[![agentmods](https://agentmods.dev/badge/commands/bybren-llc/rendertrust/start-work.svg)](https://agentmods.dev/commands/bybren-llc/rendertrust/start-work)
Your own site
<a href="https://agentmods.dev/commands/bybren-llc/rendertrust/start-work"><img src="https://agentmods.dev/badge/commands/bybren-llc/rendertrust/start-work.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 502 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.00010 $0.00502
Opus 5 $0.00005 $0.00251
Sonnet 5 $0.00002 $0.00100
Haiku 4.5 $0.00001 $0.00050

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

Security

Grade A, and why

start-work 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 today.

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.

.claude/commands/start-work.md · 62 lines

What it actually says

You are starting work on a new Linear ticket.

Workflow Authority: This harness command provides execution steps. CONTRIBUTING.md is the northstar for conventions (branch naming, commit format, SAFe patterns). Follow both:

Pre-Flight Checklist

  1. Linear Ticket Exists?

    • If no ticket number provided in arguments, ask user for Linear ticket number
    • Verify ticket exists in Linear using mcp__claude_ai_Linear__get_issue
    • Confirm ticket is in appropriate status (Todo, In Progress)
  2. Stop-the-Line: AC/DoD Check (MANDATORY)

    • Verify ticket has Acceptance Criteria or Definition of Done
    • If AC/DoD is missing or unclear:
      • STOP - Do not proceed with implementation
      • Route back to BSA/POPM to define AC/DoD
      • Dev agents are NOT responsible for inventing AC/DoD
    • Work begins ONLY when AC/DoD exists
  3. Branch Naming

    • Format: REN-{number}-{short-description}
    • Must start with REN- and ticket number
    • Use lowercase with hyphens
  4. Start from Latest Dev

    • Ensure starting from clean dev branch: git checkout dev && git pull origin dev
    • Verify no uncommitted changes
  5. Create Feature Branch

    • Create branch: git checkout -b REN-{number}-{description}
    • Confirm branch created successfully

Workflow

If argument provided ($1):

  • Use as ticket number (e.g., /start-work 347 → REN-347)
  • Fetch ticket details from Linear
  • Suggest branch name based on ticket title
  • Execute checkout workflow

If no argument:

  • Ask user for Linear ticket number
  • Proceed with workflow

Success Criteria

  • ✅ Linear ticket verified
  • ✅ AC/DoD confirmed (Stop-the-Line gate passed)
  • ✅ On latest dev branch
  • ✅ Feature branch created with correct naming
  • ✅ Ready to begin work

Report status and any blockers. If AC/DoD is missing, report blocker and route to BSA.

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. today First seen · 62 lines · 10 tokens per session scan A e2d3448c897d

Subscribe to this mod's changes

start-work is a command published in the GitHub repository bybren-llc/rendertrust (7 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 10 tokens to every session and 502 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-09-04.