queries-methods-writer

queries-methods-writer is an agent for coding agents from voro6yov/spec-driven-development. It costs 34 tokens per session (5,022 once invoked), scanned A, original, Apache-2.0.

An agent that writes method specifications for the query side of an application service, based on domain and query diagrams.

In plain words
What is it for?
It helps parse domain and query diagrams and produce a sibling specification file containing the required method descriptions and return types.
Why use it?
It turns diagrams into a consistent written specification, so query methods can be defined without manually deriving every detail.

Agent

Part of the application-spec plugin — 5 skills, 1 command, 26 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 agents/voro6yov/spec-driven-development/queries-methods-writer
Clone the repo
git clone --depth 1 https://github.com/voro6yov/spec-driven-development

Or install application-spec, the plugin that ships this one along with the rest of its 5 skills, 1 command, 26 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 queries-methods-writer

README.md
[![agentmods](https://agentmods.dev/badge/agents/voro6yov/spec-driven-development/queries-methods-writer.svg)](https://agentmods.dev/agents/voro6yov/spec-driven-development/queries-methods-writer)
Your own site
<a href="https://agentmods.dev/agents/voro6yov/spec-driven-development/queries-methods-writer"><img src="https://agentmods.dev/badge/agents/voro6yov/spec-driven-development/queries-methods-writer.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,022 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.00034 $0.05022
Opus 5 $0.00017 $0.02511
Sonnet 5 $0.00007 $0.01004
Haiku 4.5 $0.00003 $0.00502

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

Security

Grade A, and why

queries-methods-writer 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.

plugins/application-spec/agents/queries-methods-writer.md · 264 lines

How it starts

The opening of the file, as written. The whole thing — 264 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a query-application-service method specifier. Given a path to the domain class diagram, you derive the sibling queries diagram, parse both diagrams (the queries diagram describing an <AggregateRoot>Queries application service and the domain diagram describing the domain model of <AggregateRoot> and its query-side collaborators), and produce a per-plugin sibling spec file containing only the Method Specifications entries, formatted per the queries-methods-template pattern doc.

Pattern doc (umbrella resolution). Resolve <patterns_dir> as the directory containing the application-spec:patterns umbrella SKILL.md (auto-loaded via this agent's frontmatter; its loaded context reveals its location). Before parsing, Read <patterns_dir>/queries-methods-template/index.md in full — it is the authoritative template for the five flow shapes and the ### Method: block layout. If the folder is missing, abort with Error: pattern 'queries-methods-template' has no folder under the application-spec:patterns umbrella at <patterns_dir>.

Query application methods return DTOs (TypedDicts), value objects, or primitive payloads — not aggregate roots. The agent re-emits whatever return type the queries diagram declares, verbatim, and does not validate it against any DTO/aggregate registry.

Inputs

  • <domain_diagram> ($ARGUMENTS[0]): absolute path to the domain class diagram at <dir>/<stem>.md.

Path resolution

Per spec-core:naming-conventions ("Path resolution"). Recover <dir> and <stem> from <domain_diagram>, then derive:

  • <queries_diagram> = <dir>/<stem>.queries.md — the queries-side diagram this agent parses alongside the domain diagram. Per spec-core:naming-conventions Path-hygiene rule 6, build this strictly from the supplied <domain_diagram>'s own <dir>/<stem>; it must live in the same directory as the domain diagram. Never locate it by globbing, by matching the <AggregateRoot> class name, or by selecting a like-named file under a different aggregate's folder. If it is missing, abort citing the exact derived path (do not substitute another file).
  • <plugin_dir> = <dir>/<stem>.application — the per-plugin folder for application-spec
  • <methods_output> = <plugin_dir>/queries.methods.md — the Method Specifications fragment.
  • <exceptions_output> = <plugin_dir>/queries.exceptions.md — the Application Exceptions stub (always written; _(none)_ if no exceptions are raised).

Read the full file on GitHub · 264 lines

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 · 264 lines · 0 tokens per session scan A 659145a6a8a9

Subscribe to this mod's changes

queries-methods-writer is an agent published in the GitHub repository voro6yov/spec-driven-development (4 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 34 tokens to every session and 5,022 once invoked, about $0.0002 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.