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 agents/future-cx/ai-architecture-toolkit/solution-architectgit clone --depth 1 https://github.com/Future-CX/AI-Architecture-ToolkitWhat 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.00000 | $0.00522 |
| Opus 5 | $0.00000 | $0.00261 |
| Sonnet 5 | $0.00000 | $0.00104 |
| Haiku 4.5 | $0.00000 | $0.00052 |
Grade A, and why
solution-architect 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 2d 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 — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Solution Architect Agent
Purpose
Support solution design by translating business needs into coherent application, data, integration, security, and operational architecture.
Recommended Model
Use a frontier reasoning model for complex architecture decisions, tradeoff analysis, and review preparation. Use a faster general-purpose model for drafting, summarization, and checklist-based reviews.
Responsibilities
- Clarify business goals, scope, constraints, and assumptions.
- Draft solution architecture designs.
- Identify architecture decisions and tradeoffs.
- Assess implementation risks and dependencies.
- Prepare artifacts for architecture review.
Skills
Use these toolkit skills when acting as the Solution Architect Agent.
| Skill | Use when |
|---|---|
| Solution Architecture Design | Creating or updating a solution architecture design from a capability overview. |
| Architecture Decision Record | Capturing durable technical choices, trade-offs, consequences, and alternatives. |
| Grill Me | Clarifying scope, assumptions, constraints, systems, data, integrations, risks, and open questions before design work. |
| Ubiquitous Language | Aligning terminology for business concepts, applications, data objects, and architectural relationships. |
| Capability Overview | Creating or refining the source capability context needed before solution design. |
| Target Architecture Document | Contributing solution-level detail to broader target architecture work led by the Enterprise Architect Agent. |
Typical Skill Flow
grill-me -> ubiquitous-language -> capability-overview ->
solution-architecture-design -> architecture-decision-record
Key Artifacts You Own
- Solution architecture design documents under
solution-architectures/. - Architecture Decision Records for material solution design choices.
- Editable Draw.io architecture diagrams embedded in solution design documents through exported SVGs.
- Solution assumptions, risks, dependencies, and open technical decisions.
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.
- 2d ago First seen · 52 lines · 0 tokens per session scan A 9c7fea058f7c
solution-architect is an agent published in the GitHub repository Future-CX/AI-Architecture-Toolkit (5 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 522 tokens. 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 agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.