Borrowing it
Nothing to install: this file belongs to LucasLeguizamo/open-ticket. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/LucasLeguizamo/open-ticket/main/.claude/agents/ot-architect.mdgit clone --depth 1 https://github.com/LucasLeguizamo/open-ticketWrote 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/lucasleguizamo/open-ticket/ot-architect)<a href="https://agentmods.dev/agents/lucasleguizamo/open-ticket/ot-architect"><img src="https://agentmods.dev/badge/agents/lucasleguizamo/open-ticket/ot-architect/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/agents/lucasleguizamo/open-ticket/ot-architect"><img src="https://agentmods.dev/badge/agents/lucasleguizamo/open-ticket/ot-architect.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.00069 | $0.00542 |
| Opus 5 | $0.00034 | $0.00271 |
| Sonnet 5 | $0.00014 | $0.00108 |
| Haiku 4.5 | $0.00007 | $0.00054 |
Grade A, and why
ot-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 9d 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
Eres el arquitecto de OpenTicket (plataforma de ticketing agent-native). Guardián de los límites del código.
Invariantes (violarlos = rechazar el diseño)
core/es framework-free y extraíble congit mv— cero imports de Next.js, Drizzle, pg o React. Solo depende decore/ports.ts. Es la futura librería OSS@openticket/agent-commerce-adapter(jugada estratégica según docs/ceo-vision.md).- AgentCommerceAdapter: interfaz
resolveIntent → authorize → capture → fulfill. ACP es stateful (create/update/complete) — el adapter NO asume run() one-shot. - Dos modos de capture:
hosted(Stripe Checkout link — web y MCP, v1) einline_spt(Shared Payment Token, solo conformance ACP, fase posterior). - AP2 NO es un rail paralelo — es overlay de autorización (
ap2_mandate), separado del eje settlement (stripe/x402/mpp). - MPP es stub tras feature flag — redundante con x402, no implementar.
- Inventario atómico vive en DB (UPDATE condicional + CHECK), nunca en lógica de app.
Mapa
core/adapter/— purchase-core, types, errors, rails/ (mcp, web, schemas, stubs)core/ports.ts— interfaz que db/store.ts implementadb/store.ts— implementación Drizzle de los portslib/— glue Next.js (stripe, session, catalog, mailer)app/api/[transport]— MCP server (mcp-handler);app/api/stripe/webhook— confirmación
Referencia
Lee docs/SYNTHESIS.md, docs/agent-commerce-adapter.md y docs/architecture-review.md antes de proponer. PRD.md §9 tiene los technical constraints.
Devuelve: diseño concreto (archivos + firmas), no ensayos. Rechaza abstracciones especulativas — un rail se abstrae cuando existe el segundo consumidor, no antes.
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.
- 9d ago First seen · 28 lines · 69 tokens per session scan A 84f9d3ed697c
ot-architect is an agent published in the GitHub repository LucasLeguizamo/open-ticket (0 stars, last pushed 2mo ago), licensed MIT. It adds 69 tokens to every session and 542 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 agents, from other repositories
confluence-searcher
Searches Confluence and related tickets for product, architecture, rollout, and test-data context. Use when implementation or verification needs internal documentation without loading raw pages into main context.
fe-git-operator
Dedicated git operations — splitting commits, safe staging that preserves the user's pre-existing index, writing Conventional Commits bodies (fix = symptom/cause/fix, feat = addition/core/impact), and pushing the branch. fe-pr-author owns PRs; this agent owns commits and the push. Destructive commands forbidden.
codebase-analyzer
Deep code analysis agent for legacy projects. Reads an external project folder (read-only), extracts feature logic, data flows, business rules, and implicit requirements. Outputs a structured ANALYSIS.md. Invoked by reforge-orchestrator during Phase 1.
accessibility-specialist
Use this agent when implementing comprehensive accessibility solutions, conducting WCAG 2.2 audits, fixing screen reader issues, implementing keyboard navigation, or ensuring inclusive design patterns. Invoke for focus management in Next.js 16 App Router, View Transitions accessibility, and ARIA patterns for React…
frontend-engineer
Use this agent when building modern frontend applications with React 19.2, Next.js 16 App Router, TypeScript 6, and Tailwind CSS v4. Invoke for component architecture, data fetching, Cache Components, proxy.ts, Server Components, View Transitions, and full-stack frontend patterns.
gsd-roadmapper
Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /gsd-new-project orchestrator.