spec

spec is a command for coding agents from adrianosantostreina/delphi-dev. It costs 18 tokens per session (548 once invoked), scanned A, original, MIT.

A command that creates a full software specification from the source code of a Delphi project. Delphi is a programming language and development environment commonly used for desktop and business applications.

In plain words
What is it for?
Use it to document Delphi projects by scanning Pascal source files, forms, services, repositories, entities, and data modules.
Why use it?
It turns an existing codebase into a structured description of its users, features, rules, technologies, and project structure. It covers the whole project or a complete business module, not one class or file.

Command

Part of the delphi-dev plugin — 14 skills, 9 commands, 4 agents shipped together

Install

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.

agentmods
npx agentmods add commands/adrianosantostreina/delphi-dev/spec
Clone the repo
git clone --depth 1 https://github.com/adrianosantostreina/delphi-dev

Or install delphi-dev, the plugin that ships this one along with the rest of its 14 skills, 9 commands, 4 agents.

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 spec

README.md
[![agentmods](https://agentmods.dev/badge/commands/adrianosantostreina/delphi-dev/spec.svg)](https://agentmods.dev/commands/adrianosantostreina/delphi-dev/spec)
Your own site
<a href="https://agentmods.dev/commands/adrianosantostreina/delphi-dev/spec"><img src="https://agentmods.dev/badge/commands/adrianosantostreina/delphi-dev/spec.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 548 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00018 $0.00548
Opus 5 $0.00009 $0.00274
Sonnet 5 $0.00004 $0.00110
Haiku 4.5 $0.00002 $0.00055

Measured 4d ago against content hash 53f28ce48f73, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

spec 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 4d 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.

commands/spec.md · 48 lines

What it actually says

Gere automaticamente um documento de especificacao de software (SPEC) a partir do codigo-fonte do projeto Delphi no diretorio de trabalho atual.

Escopo: A SPEC cobre o projeto inteiro ou um modulo de negocio completo. Nunca para uma unica unit ou classe.

Idioma: Detecte o idioma do usuario e responda sempre nesse idioma. Padrao: pt-BR. Idiomas suportados: pt-BR, en-US. Honre overrides: "respond in English" / "responda em portugues".

Selecao do template:

  • pt-BR → references/spec-template.md
  • en-US → references/spec-template.en.md

Siga este protocolo sem interromper o usuario com perguntas:

  1. SCAN — Use Glob para localizar todos os arquivos .pas, .dfm, .dpr, .dproj no diretorio de trabalho atual. Identifique o projeto principal, forms, services, repositories, entities e datamodules.

  2. READ — Leia os arquivos relevantes priorizando units de dominio, services, repositories, forms principais e datamodules com regras de negocio.

  3. EXTRACT — Mapeie diretamente do codigo:

    • Atores (forms e permissoes)
    • Requisitos Funcionais (metodos publicos, acoes, eventos)
    • Requisitos Nao Funcionais (tecnologia, banco, plataforma)
    • Regras de Negocio (validacoes, guards, if/raise)
    • Casos de Uso (fluxos de tela, acoes principais)
    • Modelo de Dados (entidades, records, queries)
    • Integracoes (HTTP, COM, DLL, WebService)
    • Restricoes Tecnicas (versao Delphi, banco, SO alvo)
  4. GENERATE — Preencha todas as secoes do template do idioma selecionado:

    • pt-BR → references/spec-template.md — marque inferencias com [INFERIDO]
    • en-US → references/spec-template.en.md — marque inferencias com [INFERRED] Nunca deixe secoes em branco (use "Nao identificado no codigo-fonte." / "Not identified in source code.").
  5. SAVE — Grave o documento como SPEC.md na raiz do projeto.

  6. REPORT — Informe ao usuario: caminho do arquivo gerado, secoes reais vs. inferidas, arquivos nao analisados (se houver) e sugestoes de revisao manual.

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. 4d ago First seen · 48 lines · 18 tokens per session scan A 53f28ce48f73

Subscribe to this mod's changes

spec is a command published in the GitHub repository adrianosantostreina/delphi-dev (79 stars, last pushed 3d ago), licensed MIT. It adds 18 tokens to every session and 548 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-30.