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.
git clone --depth 1 https://github.com/navraj007in/architecture-cowork-pluginWrote 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/navraj007in/architecture-cowork-plugin/investor-update)<a href="https://agentmods.dev/commands/navraj007in/architecture-cowork-plugin/investor-update"><img src="https://agentmods.dev/badge/commands/navraj007in/architecture-cowork-plugin/investor-update/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/navraj007in/architecture-cowork-plugin/investor-update"><img src="https://agentmods.dev/badge/commands/navraj007in/architecture-cowork-plugin/investor-update.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00011 | $0.01982 |
| Opus 5 | $0.00005 | $0.00991 |
| Sonnet 5 | $0.00002 | $0.00396 |
| Haiku 4.5 | $0.00001 | $0.00198 |
Grade A, and why
investor-update 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 12d 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 — 199 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/architect:investor-update
Trigger
/architect:investor-update — run at any time to generate a progress report.
Purpose
Generate a professional investor or stakeholder update template, pre-filled with real project data: features shipped, architecture decisions made, infrastructure costs, technical progress, and next priorities. Suitable for monthly investor updates, agency client reports, or internal stakeholder briefings. Saves hours of assembling progress from scattered sources.
Workflow
Step 1: Gather Project Data
Read in this order:
architecture-output/_state.json— read first if it exists; provides compactproject(name, description, stage),tech_stack(components and integrations),mvp_scope(must_have / wont_have), andtop_risks(top 5 risks with scores and levels). Use these directly for sections 1, 3, 4, and 6 without reading full markdown files.- SDL file — only if
_state.jsonis absent or lacksproject/tech_stack; checksolution.sdl.yamlfirst; if absent, readsdl/README.mdthen the relevant module files. Read only thesolutionandarchitecture.projectssections (Grep for these) to get project name, description, stage, and component list.
If both
_state.jsonand an SDL file are absent: "I need a project blueprint to write a stakeholder update from. Run/architect:blueprintfirst, then come back here."
- Cost estimate —
architecture-output/cost-estimate.md(if exists, typically small) — monthly infra costs - Scaffold report —
.archon/scaffold-report.json(if exists) — component build status, timestamps - Change requests —
.archon/change-requests/cr-index.json(if exists) — applied CRs with dates - ADR files — any
adr-*.mdfiles inarchitecture-output/— architecture decisions - Security scan —
architecture-output/security-scan.md(if exists) — security posture; only if_state.json.top_risksis absent - Complexity check —
architecture-output/complexity-check.md(if exists) — risk assessment; only if_state.json.top_risksis absent - Well-architected review —
architecture-output/well-architected-review.md(if exists) - Hiring brief —
architecture-output/hiring-brief.md(if exists) — team needs - Blueprint —
architecture-output/executive-summary.md(if exists) — project overview; only if_state.jsonis absent
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.
- 12d ago First seen · 199 lines · 11 tokens per session scan A 16998e5362de
investor-update is a command published in the GitHub repository navraj007in/architecture-cowork-plugin (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 11 tokens to every session and 1,982 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-31.
Other commands, from other repositories
add
Add a second payment provider alongside an existing integration, without touching the one already running.
merit-customers
Find or create a Merit Aktiva customer (or vendor).
str-revenue
Short-term rental revenue projection — estimate Airbnb/VRBO income with seasonal modeling.
nyann:apply
Apply an Infrastructure-as-Code change — the highest-stakes mutator in nyann; it can change real cloud infrastructure. Re-runs the plan, shows it, confirms, then applies. Unmistakably opt-in: apply is never the default and destructive applies require a second explicit confirm. For IaC apply intent only (not "apply a…
nyann:release
Cut a release: generate a CHANGELOG section from Conventional Commits, make a release commit, and create an annotated tag. Defaults to conventional-changelog strategy.
nyann:gh-protect
Audit or apply GitHub branch protection, tag rulesets, signing requirements, and repo settings based on the active profile.