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/voro6yov/spec-driven-development/queries-methods-writergit clone --depth 1 https://github.com/voro6yov/spec-driven-developmentWrote 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/voro6yov/spec-driven-development/queries-methods-writer)<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>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.00034 | $0.05022 |
| Opus 5 | $0.00017 | $0.02511 |
| Sonnet 5 | $0.00007 | $0.01004 |
| Haiku 4.5 | $0.00003 | $0.00502 |
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.
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. Perspec-core:naming-conventionsPath-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).
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.
- 4d ago First seen · 264 lines · 0 tokens per session scan A 659145a6a8a9
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.