eg-prd

eg-prd is a skill for Codex from vshvedov/elephant-goldfish. It costs 27 tokens per session (1,006 once invoked), scanned A, original, MIT.

A workflow for turning a rough product idea into a PRD, or product requirements document: a written plan describing what to build and why. It uses the codebase, project files, and optionally research to fill gaps and shape the document.

In plain words
What is it for?
It helps investigate related screens, routes, data, and architecture; ask about scope and research; produce a PRD; and save it or pass it to feature-development work.
Why use it?
It reduces guesswork by checking how the existing software works before requirements are written.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions CLAUDE.md; mentions subagents; mentions AGENTS.md.

Good fit It helps investigate related screens, routes, data, and architecture; ask about scope and research; produce a PRD; and save it or pass it to feature-development work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vshvedov/elephant-goldfish/eg-prd
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 vshvedov/elephant-goldfish --skill eg-prd
Clone the repo
git clone --depth 1 https://github.com/vshvedov/elephant-goldfish

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 eg-prd

README.md
[![agentmods](https://agentmods.dev/badge/skills/vshvedov/elephant-goldfish/eg-prd/github.svg)](https://agentmods.dev/skills/vshvedov/elephant-goldfish/eg-prd)
Your own site
<a href="https://agentmods.dev/skills/vshvedov/elephant-goldfish/eg-prd"><img src="https://agentmods.dev/badge/skills/vshvedov/elephant-goldfish/eg-prd/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 eg-prd

Your own site · 80×15
<a href="https://agentmods.dev/skills/vshvedov/elephant-goldfish/eg-prd"><img src="https://agentmods.dev/badge/skills/vshvedov/elephant-goldfish/eg-prd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,006 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.00027 $0.01006
Opus 5 $0.00014 $0.00503
Sonnet 5 $0.00005 $0.00201
Haiku 4.5 $0.00003 $0.00101

Measured 11d ago against content hash 68f94d74165b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

eg-prd 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 11d 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.

codex/skills/eg-prd/SKILL.md · 137 lines

How it starts

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

EG PRD Skill

Build a Product Requirements Document from a rough idea. Use the user's text around the $eg-prd skill mention as the seed. If no seed is provided, ask for one.

If the seed is a GitHub issue URL or #<number>, fetch it with gh issue view <number> and use its title and body as the seed.

Frame

Use Codex structured user input when available. Otherwise ask concise chat questions.

Ask:

  1. Depth: lightweight, standard, or comprehensive.
  2. Research scope: none, web search only, or web plus Browser Use / in-app browser for gated sources.
  3. Output target: save to a project-appropriate PRD path, print/chat only, hand off to new-feature, save durable nuggets to AGENTS.md.

Codebase Grounding

The user invoked this skill, so fresh subagents for codebase grounding are explicitly authorized.

Spawn 1-2 fresh Codex subagents with fork_context: false; use agent_type: "explorer" when available.

  • Goldfish A: existing surfaces near the seed. Report file:line citations, data model, routes/endpoints/screens.
  • Goldfish B: architecture and conventions. Read AGENTS.md, CLAUDE.md, docs, manifests, and recent commits. Report stack, auth/scoping, testing tiers, deployment topology, and constraints.

The elephant prints:

CODEBASE BRIEF
- Closest existing surfaces:
- Patterns to mirror:
- Constraints from AGENTS.md / CLAUDE.md / docs:
- Observed gaps:

Gap List

Surface gaps grouped by:

  • Who and why
  • What and scope
  • How well
  • When
  • Constraints
  • Failure modes
  • Pricing and go-to-market, if relevant
  • Instrumentation

Number gaps globally as G1, G2, etc. Ask which gaps to fill before drafting. Unselected gaps go into Open Questions.

For each selected gap, ask a structured question with 3-5 plausible answers plus "defer" and "other".

Research

If research scope is not "none", spawn 3-5 fresh research goldfish in parallel with fork_context: false.

Possible lenses:

  • Market and prior art
  • Technical patterns
  • UX precedent
  • Compliance and risk
  • Performance and scale

Read the full file on GitHub · 137 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 137 lines · 27 tokens per session scan A 68f94d74165b

Subscribe to this mod's changes

eg-prd is a skill published in the GitHub repository vshvedov/elephant-goldfish (44 stars, last pushed 4mo ago), licensed MIT. It adds 27 tokens to every session and 1,006 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.

Related

Other skills, from other repositories

research-repository

Build a repository that makes findings findable, reusable, and cumulative across teams. Use when the same research keeps getting redone. For synthesising one study, use affinity-diagram.

Owl-Listener/designer-skills · 43 tokens

conversational-ux

Design voice and conversational interfaces — dialog flows, error recovery, and persona. Use when the interface speaks and listens rather than being tapped. For graphical input collection, use form-design.

Owl-Listener/designer-skills · 43 tokens

form-design

Design a form end to end — field order, grouping, validation, and completion. Use when the artifact is a form. For product-wide error strategy use error-handling-ux; for first-run signup use onboarding-design.

Owl-Listener/designer-skills · 51 tokens

peak-end-rule

Apply the Peak-End Rule — a flow is remembered by its most intense moment and its last. Use when designing completion, celebration, or cancellation moments. For sustaining engagement mid-flow, use zeigarnik-effect.

Owl-Listener/designer-skills · 47 tokens

critique-color

Critique a rendered screen's colour — contrast ratios, palette coherence, and semantic meaning. Use when reviewing one screen. For a product-wide WCAG audit use accessibility-audit (design-systems); for building the palette use color-system (ui-design).

Owl-Listener/designer-skills · 60 tokens

law-of-common-region

Apply the Law of Common Region — a shared container, background, or border groups elements regardless of spacing. Use when grouping must survive a tight layout. For grouping by spacing alone, use law-of-proximity.

Owl-Listener/designer-skills · 48 tokens