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/arcassystems/founderos/brand-interviewgit clone --depth 1 https://github.com/ARCASSystems/FounderOSWrote 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/arcassystems/founderos/brand-interview)<a href="https://agentmods.dev/commands/arcassystems/founderos/brand-interview"><img src="https://agentmods.dev/badge/commands/arcassystems/founderos/brand-interview.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.00069 | $0.00555 |
| Opus 5 | $0.00034 | $0.00278 |
| Sonnet 5 | $0.00014 | $0.00111 |
| Haiku 4.5 | $0.00007 | $0.00056 |
Grade A, and why
brand-interview 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 4d 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.
What it actually says
Founder OS brand interview
Entry point for the brand interview. Triggers the brand-interview skill, which captures the user's visual brand and writes it to core/brand-profile.yml.
Procedure (in order)
-
Check whether
core/identity.mdexists at the repo root. -
If
core/identity.mddoes NOT exist, reply:Founder OS not set up here yet. Say "set up Founder OS" first.and stop. The brand interview depends on identity being filled. -
Check whether
core/brand-profile.ymlexists.-
If it does NOT exist, copy the template from
templates/brand-profile.yml.templatetocore/brand-profile.yml(placeholders intact) before invoking the skill, so the skill can fill it in place. -
If it exists and contains real values (not
[CHOOSE: ...],[YOUR ...],[#XXXXXX], or[NOT SET]on every required field), ask the founder, as a single message:Brand profile already filled. Re-run the interview and overwrite? (yes / no)Wait for the reply. If the reply is a clear
no, reply:Brand interview dismissed. Existing profile left untouched.and stop. If the reply is a clearyes, proceed.
-
-
Read the brand-interview skill at
skills/brand-interview/SKILL.mdand execute it end to end. The skill owns the interview flow: welcome and detect starting point, three branches (have-kit / partial / fresh-start), confirmation, write. Follow its phases IN ORDER. Do not shortcut.
Rules
- This command is a thin trigger. All logic lives in the skill. Do not duplicate interview steps here.
- If the skill file is missing, reply:
Brand interview skill not found at skills/brand-interview/SKILL.md. Restarting Claude Code fixes this most of the time, because it reloads what is installed. If it happens again after a restart, say "update Founder OS".and stop. - No em dashes or en dashes. Hyphens only with spaces.
- Never overwrite an existing populated profile without the explicit re-run confirmation above.
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.
- 4d ago First seen · 35 lines · 69 tokens per session scan A fe8e93527c77
brand-interview is a command published in the GitHub repository ARCASSystems/FounderOS (5 stars, last pushed 20d ago), licensed MIT. It adds 69 tokens to every session and 555 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
wiki-query
Ask questions against the wiki. Synthesizes answers from wiki pages with cross-reference citations.
wiki-digest
Generate a daily or weekly digest of wiki changes — new sources, pages, insights, and gaps.
review
Comprehensive code review for blz changes.
cheatsheet
Generate a one-page exam cheatsheet from course-index and errors/log.md. Outputs to cheatsheet/final.md. Optionally convert to PDF.
crux-amnesia
Temporarily disable or restore ambient CRUX memory usage for the current chat session.
index-cmd
The index command reindexes a repository and synchronizes its anchor ledger while selecting human-readable, JSON, or quiet output.