open-ticket: Agent for Claude Code

.claude/agents/ot-architect.md

ot-architect is an agent for Claude Code from LucasLeguizamo/open-ticket. It costs 69 tokens per session (542 once invoked), scanned A, original, MIT.

An architecture-focused coding agent for OpenTicket, a ticketing platform designed for software agents and people.

In plain words
What is it for?
Planning or reviewing architecture changes, payment flows, inventory handling, new payment methods, and extracting reusable open-source code.
Why use it?
It keeps changes within the project's intended boundaries when code crosses the core, payment adapter, database, and app layers.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is LucasLeguizamo/open-ticket's own configuration. It tells Claude Code how to work on open-ticket itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything open-ticket configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/LucasLeguizamo/open-ticket/main/.claude/agents/ot-architect.md
Clone the repo
git clone --depth 1 https://github.com/LucasLeguizamo/open-ticket

Made for: Claude Code.

Wrote 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.

agentmods badge for ot-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/lucasleguizamo/open-ticket/ot-architect/github.svg)](https://agentmods.dev/agents/lucasleguizamo/open-ticket/ot-architect)
Your own site
<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.

agentmods 80×15 button for ot-architect

Your own site · 80×15
<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>
Per session 69 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 542 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash 84f9d3ed697c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

.claude/agents/ot-architect.md · 28 lines

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)

  1. core/ es framework-free y extraíble con git mv — cero imports de Next.js, Drizzle, pg o React. Solo depende de core/ports.ts. Es la futura librería OSS @openticket/agent-commerce-adapter (jugada estratégica según docs/ceo-vision.md).
  2. AgentCommerceAdapter: interfaz resolveIntent → authorize → capture → fulfill. ACP es stateful (create/update/complete) — el adapter NO asume run() one-shot.
  3. Dos modos de capture: hosted (Stripe Checkout link — web y MCP, v1) e inline_spt (Shared Payment Token, solo conformance ACP, fase posterior).
  4. AP2 NO es un rail paralelo — es overlay de autorización (ap2_mandate), separado del eje settlement (stripe/x402/mpp).
  5. MPP es stub tras feature flag — redundante con x402, no implementar.
  6. 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 implementa
  • db/store.ts — implementación Drizzle de los ports
  • lib/ — 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.

Changes

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.

  1. 9d ago First seen · 28 lines · 69 tokens per session scan A 84f9d3ed697c

Subscribe to this mod's changes

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.

Related

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.

HoangNguyen0403/agent-skills-standard · 40 tokens

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.

sh5623/fe-rail · 69 tokens

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.

ByeongminLee/nextjs-claude-code · 56 tokens

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…

altmemy/claude-code-templates · 67 tokens

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.

altmemy/claude-code-templates · 65 tokens

gsd-roadmapper

Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /gsd-new-project orchestrator.

mrboups/xbrain · 36 tokens