ab

A shortcut command for viewing a project board or list that shows features and research topics by workflow stage.

In plain words
What is it for?
Use it to display active or completed work, filter features or research, and identify the next Aigon command to run.
Why use it?
It makes the current work and possible next actions visible in one place.

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/jayvee/aigon/ab
Clone the repo
git clone --depth 1 https://github.com/jayvee/aigon

Made for: Claude Code.

Per session 12 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,160 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.00012 $0.01160
Opus 5 $0.00006 $0.00580
Sonnet 5 $0.00002 $0.00232
Haiku 4.5 $0.00001 $0.00116

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

Security

Grade A, and why

ab 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.

.claude/commands/ab.md · 133 lines

How it starts

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

aigon-board

Visualize features and research topics in Kanban board or detailed list view.

IMPORTANT:

  • After running the command, display the board output directly in your response text (not just as a tool result) so the user can see it without expanding collapsed output. Copy the full output verbatim into a code block in your response.
  • The board output includes → /command action hints — make sure these are visible in your response, as they are the primary value of the board.
  • When suggesting what to work on next, reference items by their letter labels (e.g., "You could prioritize item c) create-plugin") and use the agent's native Aigon command format for suggestions (e.g., /aigon:feature-prioritise c) rather than raw aigon ... CLI syntax.
aigon board {{args}}

Views

Default (Kanban): Visual board showing items across workflow stages

aigon board

List view: Detailed list with work mode indicators

aigon board --list

Filters

  • No filters: Shows both features and research (excludes done by default)
  • --features: Show only features
  • --research: Show only research topics
  • --active: Only in-progress items
  • --all: Include completed items
  • --inbox: Only inbox (unprioritized)
  • --backlog: Only backlog (prioritized, waiting)
  • --done: Only completed items
  • --no-actions: Suppress → /command action hints (clean view for scripting)

Indicators (Kanban View)

  • * = current active branch
  • [F] = Fleet mode
  • [AP] = Autopilot mode
  • a), b), c)... = letter shortcuts for quick prioritization

Quick Prioritize

Unprioritized inbox items show letter labels. Use them for quick prioritization:

# After running 'aigon board' and seeing:
# a) base-port-config
# b) create-plugin

aigon feature-prioritise b    # Quickly prioritizes "create-plugin"
aigon research-prioritise i   # Works for research too

Letters are saved in .aigon/.board-map.json (expires after 24 hours).

Read the full file on GitHub · 133 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 · 133 lines · 12 tokens per session scan A 934920de4ca3

Subscribe to this mod's changes

ab is a command published in the GitHub repository jayvee/aigon (23 stars, last pushed 2d ago), licensed Apache-2.0. It adds 12 tokens to every session and 1,160 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-30.