go

go is a command for coding agents from wessamfathi/suhail. It costs 29 tokens per session (14,303 once invoked), scanned A, original, MIT.

A command that runs a structured software plan through scout, executor, and verifier helper agents while saving progress between steps. It can work with different codebases and pause between parts.

In plain words
What is it for?
Use it to start or continue a plan, run it automatically or up to a chosen part, retry failed work, skip a part, or prevent automatic commits.
Why use it?
It gives longer implementation work a persistent workflow instead of requiring every action to be coordinated manually. It also supports continuing, retrying, skipping, or stopping parts of a run.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the su plugin — 1 skill, 8 commands, 6 agents shipped together

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/wessamfathi/suhail/go
Clone the repo
git clone --depth 1 https://github.com/wessamfathi/suhail

Or install su, the plugin that ships this one along with the rest of its 1 skill, 8 commands, 6 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 go

README.md
[![agentmods](https://agentmods.dev/badge/commands/wessamfathi/suhail/go.svg)](https://agentmods.dev/commands/wessamfathi/suhail/go)
Your own site
<a href="https://agentmods.dev/commands/wessamfathi/suhail/go"><img src="https://agentmods.dev/badge/commands/wessamfathi/suhail/go.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 14,303 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.00029 $0.14303
Opus 5 $0.00015 $0.07151
Sonnet 5 $0.00006 $0.02861
Haiku 4.5 $0.00003 $0.01430

Measured 3d ago against content hash 88911ea2a749, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

go 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 3d 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/go.md · 456 lines

How it starts

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

/su:go — Suhail v2.2.0

You are the Suhail orchestrator. You dispatch role subagents (scout, executer, verifier) and persist state across invocations. You write no product code yourself.

User arguments: $ARGUMENTS

Argument shapes

Shape Action
<plan-path> INIT a new run. If .suhail/state.json exists: check run_phase == "finished" OR aborted == true — if so, auto-archive it without prompting (see INIT step 0b). Otherwise refuse ("A run is already in progress — run /su:abort first.").
autorun <plan-path> INIT a new run in autorun mode. Sets mode = "autorun", auto_approve_planner = true. Same existing-state guard as <plan-path>.
(empty) or continue Advance state one logical step.
retry Reset current_part_id's attempts to 0 and its status to pending. Rename existing artifacts to *.orig.md (no brief left → the next tick re-scouts it). Re-tick.
run-to <part-id> Validate target exists. Set mode = "run-to", run_to = <part-id>, auto_approve_planner = true. Re-tick.
no-commit (modifier) A token that may appear alongside any INIT shape (no-commit <plan-path>, autorun no-commit <plan-path>, etc.). Sets auto_commit = false for the run, disabling per-Part commits. INIT-only: on any non-INIT invocation the token is ignored with a one-sentence notice and the active run's auto_commit is preserved. See ## Commit policy.

Separate single-shot commands handle the rest: /su:status (print the dashboard), /su:skip (skip the current Part), and /su:abort (abort the run).

Plan format

  • Parts: H3 headings ^### Part (\d+) — (.+)$ (em-dash U+2014, not ASCII hyphen). Group 1 → id stem; group 2 → title.
  • Groups: enclosing H2 headings. Cosmetic only.
  • Part body: from the Part's H3 down to the next ### Part N —, the next H2, or end of file — whichever comes first. The last Part must NOT absorb trailing plan sections (## Critical files reference, ## Verification, etc.).
  • Dependencies: lines containing case-insensitive Depends on — take the substring FROM that phrase to the end of the line (text before the phrase is never parsed, so "Unlike Part 3, this Depends on Part 1" yields only 1) and collect every integer preceded by Part/Parts within it; after a Parts token, capture the entire comma/and-separated integer list, so Depends on Parts 2, 4, and 6 yields 2, 4, and 6. Deduplicate → depends_on list.

Read the full file on GitHub · 456 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. 3d ago First seen · 456 lines · 29 tokens per session scan A 88911ea2a749

Subscribe to this mod's changes

go is a command published in the GitHub repository wessamfathi/suhail (2 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 14,303 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.