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.
npx agentmods add commands/ghostlygawd/engineering-board/board-rungit clone --depth 1 https://github.com/GhostlyGawd/engineering-boardWrote 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.
[](https://agentmods.dev/commands/ghostlygawd/engineering-board/board-run)<a href="https://agentmods.dev/commands/ghostlygawd/engineering-board/board-run"><img src="https://agentmods.dev/badge/commands/ghostlygawd/engineering-board/board-run.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00063 | $0.01452 |
| Opus 5 | $0.00032 | $0.00726 |
| Sonnet 5 | $0.00013 | $0.00290 |
| Haiku 4.5 | $0.00006 | $0.00145 |
Grade A, and why
board-run 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.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/board-run: drive one entry to resolved, here, now
Advance a single bugs/ or features/ entry through the tdd → review → validate state machine in one session (eb-self B006: the per-discipline worker model needed a session restart per discipline. this command is RFC 0001's inner drive loop as a bounded foreground run). Claim acquire/release is owned by THIS command, exactly as the Stop-hook worker procedure owns it: the discipline subagents never touch locks.
Guard
Read $CLAUDE_PROJECT_DIR/.engineering-board/session-mode.json. This command runs only from a passive session (absent file / null mode):
mode == "pm": printEngineering board: currently in PM mode. Start a fresh session to run entries. No action taken.and stop.mode == "worker": printEngineering board: currently in worker mode — the Stop-hook loop is already driving entries. No action taken.and stop.mode == "paused": printEngineering board: currently paused. Run /board-resume first. No action taken.and stop.
This command writes no mode file: it is a bounded foreground run, not a session mode.
Procedure
Step 1: Resolve the entry
- Validate
$1matches^[BF][0-9]+$(bugs and features only: theneeds:state machine applies to nothing else). If missing or invalid: printUsage: /board-run <entry-id> (e.g. /board-run B012) — bugs and features only.and stop. - Resolve the board via
hooks/scripts/board-paths.sh(eb_board_rows). locate the entry file under<board-dir>/bugs/or<board-dir>/features/byid:frontmatter. Not found: printEntry <id> not found on any board. Run /board-view to see the board.and stop. - Read
status:andneeds:. Ifstatus: resolved: printEntry <id> is already resolved — nothing to run.and stop. Ifneeds:is missing orresolved: printEntry <id> is validated — run /board-resolve <id> to close it.and stop. - Determine a session id from
.engineering-board/last-stop-stdin.json(session_id), else synthesize one (python3 -c "import uuid; print(uuid.uuid4())").
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.
- 3d ago First seen · 76 lines · 63 tokens per session scan A 2bf535e706c9
board-run is a command published in the GitHub repository GhostlyGawd/engineering-board (0 stars, last pushed 4d ago), licensed MIT. It adds 63 tokens to every session and 1,452 once invoked, about $0.0003 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.
Other commands, from other repositories
sprint-status
Command "sprint-status" from YuDefine/nuxt-supabase-starter, covering /sprint-status — 開發狀態 dashboard, step 1: branch 概覽, step 2: 未完成工作, 未提交的變更 and 未 push 的 commits.
backlog
PitWay: Capture out-of-scope work discovered mid-task, without expanding current scope.
retro
Sprint 回顧 — 分析最近的開發指標.
execute
Execute the next available tracked task with TDD, pre-commit validation, PR creation, AI code review, and issue tracker bridge sync.
improve
Build and reconcile a vetted backlog of improvement plans.
caro-coder-loop
Continuous v1.2.0 feature development — claims next ready beads task, implements via kraken (TDD), opens PR. Loop until no ready work remains.