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/fatihguner/foreman/simulation-commandsgit clone --depth 1 https://github.com/fatihguner/foremanWrote 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/fatihguner/foreman/simulation-commands)<a href="https://agentmods.dev/commands/fatihguner/foreman/simulation-commands"><img src="https://agentmods.dev/badge/commands/fatihguner/foreman/simulation-commands.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.00036 | $0.01609 |
| Opus 5 | $0.00018 | $0.00805 |
| Sonnet 5 | $0.00007 | $0.00322 |
| Haiku 4.5 | $0.00004 | $0.00161 |
Grade A, and why
simulation-commands 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.
How it starts
The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Simulation Commands
/simulate board
Initiates a board meeting simulation. The system assumes a board member persona, reads the entrepreneur's presentation material, and conducts 5-7 rounds of adversarial Q&A. Optionally accepts a persona flag; defaults to friendly-challenger for first-time users or the persona targeting the entrepreneur's weakest dimension for returning users.
| Parameter | Required | Type | Description |
|---|---|---|---|
--persona |
No | string | Board persona identifier: skeptic-investor, operational-expert, financial-hawk, industry-veteran, friendly-challenger |
/simulate board
--> Starting board meeting simulation
Persona: friendly-challenger (default for first simulation)
Provide your board presentation material to begin.
/simulate board --persona skeptic-investor
--> Starting board meeting simulation
Persona: skeptic-investor
Provide your board presentation material to begin.
/simulate board --persona financial-hawk
--> Starting board meeting simulation
Persona: financial-hawk
Warning: This persona focuses heavily on unit economics. Have your numbers ready.
/simulate board --persona nonexistent
--> Error: Unknown persona "nonexistent". Available: skeptic-investor, operational-expert, financial-hawk, industry-veteran, friendly-challenger.
Error: No presentation material provided after start returns a prompt: Please provide your board update, quarterly review, or other board-audience material. You can use /output [template] to generate one first.
Related: /simulate score, /output board-update, /output quarterly-review.
/simulate investor-pitch
Initiates an investor pitch simulation -- shorter, faster, and higher stakes than a board meeting. The persona plays a potential investor hearing the pitch for the first time. Runs 5-6 rounds of Q&A. Same persona options as /simulate board.
| Parameter | Required | Type | Description |
|---|---|---|---|
--persona |
No | string | Board persona identifier (same set as /simulate board) |
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 · 164 lines · 36 tokens per session scan A e13325c5bd9f
simulation-commands is a command published in the GitHub repository fatihguner/foreman (47 stars, last pushed 5mo ago), licensed MIT. It adds 36 tokens to every session and 1,609 once invoked, about $0.0002 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.
Other commands, from other repositories
prompt
System instructions for writing effective prompts. Apply when generating commands, skills, agents, or any LLM instructions.
sdlc-implement
Standalone issue implementation with Ralph Loop — implements a single Linear issue or free-form spec using fullstack-engineer + self-correcting retry loop.
sdlc
Master orchestrator for the complete 5-phase SDLC pipeline. Runs all phases sequentially with approval gates and handoffs between each phase. Organizes artifacts into handoffs/, docs/, and projects/ directories.
doctor
Check the Modellix CLI install, credential resolution, API connectivity, and balance.
tasks
Inspect Modellix task status and recover tasks after a timeout or unknown submission.
arckit.adm-preliminary
Set ADM scope, architecture vision, drivers, constraints, and success criteria.