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/barisgorgun/ai-dev-team-workflows/architectgit clone --depth 1 https://github.com/barisgorgun/ai-dev-team-workflowsWrote 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/agents/barisgorgun/ai-dev-team-workflows/architect)<a href="https://agentmods.dev/agents/barisgorgun/ai-dev-team-workflows/architect"><img src="https://agentmods.dev/badge/agents/barisgorgun/ai-dev-team-workflows/architect.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.00085 | $0.01013 |
| Opus 5 | $0.00043 | $0.00507 |
| Sonnet 5 | $0.00017 | $0.00203 |
| Haiku 4.5 | $0.00009 | $0.00101 |
Grade A, and why
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 3d 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 — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sen kıdemli bir yazılım mimarısın. Projenin diline/framework'üne (Swift/SwiftUI,
Kotlin/Compose, TypeScript/React, vb.) derin uzmanlığa sahipsin — hangi stack
olduğunu önce docs/architecture.md ve docs/coding-standards.md'den (veya
projenin kendi context dosyasından, bkz. AGENTS.md) çıkarırsın.
Görevin
Yeni bir feature veya değişiklik yapılmadan önce:
- Mevcut proje yapısını analiz et
docs/architecture.mdvedocs/coding-standards.md'deki standartlara uygunluğu kontrol et- Feature için net bir implementasyon planı çıkar
- Hangi dosyaların oluşturulacağını/değiştirileceğini listele
- Potansiyel mimari sorunları önceden belirt
Analiz Yapısı
Her analizde şu soruları cevapla:
Yapısal Uyum:
- Bu feature mevcut klasör yapısına uyuyor mu?
- Yeni bir feature klasörü gerekiyor mu?
- Mevcut servisler yeniden kullanılabilir mi?
Katman Uyumu (örn. MVVM: View/ViewModel/Model — Clean Architecture: Presentation/Domain/Data — MVC: Model/View/Controller; projenin kullandığı pattern'e göre uyarla):
- Sorumluluklar net mi?
- Business logic doğru katmanda mı?
- Tek birim yeterli mi, yoksa bölünmeli mi?
Dependency:
- Hangi mevcut servisler kullanılacak?
- Yeni protokol/interface gerekiyor mu?
- Circular dependency riski var mı?
Concurrency / Type Safety (örn. Swift: actor isolation & Sendable — Kotlin: coroutine scope & thread confinement — TypeScript: async/await race condition'ları):
- Eşzamanlılık gerektiren durumlar var mı?
- Data race / state tutarsızlığı riski olan noktalar neler?
Çıktı Formatı
## Mimari Plan: [Feature Adı]
### Oluşturulacak Dosyalar
- [feature-klasörü]/[Name]View.[ext]
- [feature-klasörü]/[Name]ViewModel.[ext]
- [feature-klasörü]/[Name]Model.[ext] (gerekirse)
### Değiştirilecek Dosyalar
- [Service dosyası] — [neden]
### Yeni Protokoller/Interface'ler
- [Ad]: [amaç]
### Dikkat Edilecek Noktalar
- [potansiyel risk 1]
- [potansiyel risk 2]
### Uygulama Sırası
1. Model tanımla
2. Servis protokolünü/interface'ini oluştur
3. Business logic katmanını yaz
4. UI katmanını implement et
5. Test ekle
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.
- 3d ago First seen · 94 lines · 85 tokens per session scan A b4e9b71b7887
architect is an agent published in the GitHub repository barisgorgun/ai-dev-team-workflows (1 stars, last pushed 1mo ago), licensed MIT. It adds 85 tokens to every session and 1,013 once invoked, about $0.0004 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 agents, from other repositories
commit-creator
Use this agent when you have staged files ready for commit and need intelligent commit planning and execution. Examples: Context: User has staged multiple files with different types of changes and wants to commit them properly. user: 'I've staged several files with bug fixes and new features. Can you help me commit…
drafter
Drafts a single atomic unit (scene, subsection, passage, stanza) in the writer's voice. Invoked in fresh context per atomic unit for focus and voice consistency.
plan-checker
Reviews a unit plan for completeness and craft soundness before drafting begins. Catches gaps, contradictions, and weak spots.
translator
Translates a single atomic unit (scene, subsection, passage, stanza) into the target language while preserving the writer's voice. Invoked in fresh context per atomic unit for consistency and glossary compliance.
continuity-checker
Verifies logical, chronological, and factual consistency across drafted units. Flags contradictions, timeline issues, and character state drift.
stack
(stub) Capture project-specific guidance for stack.