/btw
Lightweight Q&A about the project — answer from context and return, no routing, no state change.
$ npx -y skills add arbiterForge/codeArbiter --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/btw
Context preview
What this command does when you run it.
Lightweight Q&A about the project — answer from context and return, no routing, no state change.
Command definition
btw.mddescription: Lightweight Q&A about the project — answer from context and return, no routing, no state change. argument-hint: "<question>"
{{CMD:btw}} — quick Q&A
The one exception to the slash-command pipeline. Answer the question and return. No skill is routed to, no agent dispatched, no file written. Always safe to invoke.
Flow
1. Read `{{PROJECT_DIR}}/.codearbiter/` docs as needed to answer accurately — `CONTEXT.md`, `tech-stack.md`, `coding-standards.md`, `security-controls.md`, `decisions/`, `specs/`, `plans/`. 2. Answer directly and conversationally — not a formatted report. 3. If the answer is not in context, say so plainly. Never guess.
Hard gate
Read-only. MUST NOT write or modify any file, route to a skill, dispatch an agent, run tests, or resolve a `[CONFIRM-NN]`. If the question is really a request to build or fix something, say so and point to `{{CMD:feature}}` or `{{CMD:fix}}` — do not start implementation from `{{CMD:btw}}`.
When you can't trust yourself with your code base, trust Arbiter.
Repo: arbiterForge/codeArbiter
Other commands on codearbiter.
- /add-dep
Vet a new or changed third-party dependency for license, provenance, and supply-chain risk before any install runs.
Open command - /adr-status
Report the health of Architecture Decision Records — aged, unchallenged, supersession candidates, unresolved CONFIRM-NN. Read-only.
Open command - /adr
Author a numbered, dated, user-attributed Architecture Decision Record under .codearbiter/decisions/.
Open command - /arbiter
Exit maintainer dev mode — restore orchestration, remove the dev marker, log the exit.
Open command - /audit
Assemble the governance record for a range — commits, overrides, ADRs, sprint auto-decisions, open questions, checkpoint findings — into one dated audit packet. Read-only.
Open command - /checkpoint
Periodic multi-reviewer sweep of the whole codebase — surfaces a triaged checkpoint report.
Open command

