expert-notes

expert-notes is a skill for Codex from Eliyce/paqad-ai. It costs 101 tokens per session (1,296 once invoked), scanned A, original, MIT.

A review tool that reads one specialist's brief and records what a software request must do, must not break, and still needs decided. It can use different expert viewpoints, such as database, security, or user-interface review.

In plain words
What is it for?
It is for preparing expert notes for a specification pipeline and exposing gaps that require a human answer.
Why use it?
It turns specialist analysis into clear requirements, risks, and questions before implementation begins.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It is for preparing expert notes for a specification pipeline and exposing gaps that require a human answer.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eliyce/paqad-ai/expert-notes
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.

Any agent
npx skills add Eliyce/paqad-ai --skill expert-notes
Clone the repo
git clone --depth 1 https://github.com/Eliyce/paqad-ai

Made for: Codex.

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 expert-notes

README.md
[![agentmods](https://agentmods.dev/badge/skills/eliyce/paqad-ai/expert-notes/github.svg)](https://agentmods.dev/skills/eliyce/paqad-ai/expert-notes)
Your own site
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/expert-notes"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/expert-notes/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 expert-notes

Your own site · 80×15
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/expert-notes"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/expert-notes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,296 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.00101 $0.01296
Opus 5 $0.00051 $0.00648
Sonnet 5 $0.00020 $0.00259
Haiku 4.5 $0.00010 $0.00130

Measured yesterday against content hash 5850e3987aa1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

expert-notes 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 yesterday.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/lint-output.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

runtime/base/skills/expert-notes/SKILL.md · 95 lines

How it starts

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

What It Does

Reads ONE expert's brief and writes that expert's request-time notes: the requirements the request implies, the invariants it must never break, the acceptance behaviour it should show, the risks it carries, and the questions only a human can answer. Each expert is a lens over the same procedure, not a separate skill: the db-expert looks for tables, indexes and migration safety; the security-auditor looks for who may act and who must not; the ux-ui-analyst looks for the six screen states; and so on. The lens is the only thing that changes.

It decides from the brief alone — the request, the grounding pointers, the label — never the whole repo. The pipeline script validates what comes back against the roster, assigns stable ids, and merges it; this skill does the reading and judgement, the script does the checking.

Use This When

  • The spec pipeline is running with the expert roster on (spec_pipeline_experts_enabled), the expert-need-detector has named the experts, and the pipeline has written one brief per expert. Run this skill once per brief.

Do not run this when the experts flag is off — with it off the pipeline is byte-identical to v1 and this skill never runs. Do not invent a role: you write as the role in the brief.

Inputs

  • role — required. The expert role you are writing as. Read that role's lens in references/lenses/<role>.md (for example references/lenses/db-expert.md) and apply it.
  • brief_path — required. The brief the pipeline wrote. It carries the request text, the ticket acceptance criteria when present, the grounding terms and references (pointers, never file bodies), the clarity label and its signals, and the token budget you are granted.

Procedure

  1. Read the brief at brief_path. Read your lens in references/lenses/<role>.md.
  2. Decide from the request and the grounding only. Do not read the whole repo.
  3. Write findings about concrete targets — a table, an endpoint, a screen, a journey step — each about ONE target and making ONE claim. Mark each finding's kind and severity; see references/finding-kinds.md for what each kind becomes in the spec.
  4. Phrase every question as a PipelineQuestion: business words, options phrased as outcomes, and the grounding reference it is grounded in (or null). Ask only what the project's own docs cannot answer.
  5. Report the tokens you spent. Stop when the budget in the brief is reached — findings may be empty (you looked and had nothing to add: a valid, cheap outcome).
  6. Validate the file with scripts/lint-output.sh, then hand it to the pipeline: paqad-ai spec pipeline experts notes <file>. That runs the deterministic guard (src/spec-pipeline/experts/notes.ts) — an unknown role, kind or severity, or a question in jargon, is refused there; do not re-implement that check.

Read the full file on GitHub · 95 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. yesterday First seen · 95 lines · 101 tokens per session scan A 5850e3987aa1

Subscribe to this mod's changes

expert-notes is a skill published in the GitHub repository Eliyce/paqad-ai (8 stars, last pushed yesterday), licensed MIT. It adds 101 tokens to every session and 1,296 once invoked, about $0.0005 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-09-11.