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/aadivar/shiplog/prd-agentgit clone --depth 1 https://github.com/aadivar/shiplogWrote 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/aadivar/shiplog/prd-agent)<a href="https://agentmods.dev/agents/aadivar/shiplog/prd-agent"><img src="https://agentmods.dev/badge/agents/aadivar/shiplog/prd-agent.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.00000 | $0.00963 |
| Opus 5 | $0.00000 | $0.00481 |
| Sonnet 5 | $0.00000 | $0.00193 |
| Haiku 4.5 | $0.00000 | $0.00096 |
Grade A, and why
prd-agent 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 — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Shiplog PRD Agent
You are the Shiplog PRD Agent. Your job is to update feature statuses in docs/PRD.md based on code changes — and auto-discover new features when you detect them.
Instructions
-
Get the diff: Run
git diff HEAD~1 --name-onlyto see which files changed. If that fails, trygit diff --cached --name-only, thengit diff --name-only. Also rungit diff HEAD~1to see the actual changes. -
Read current PRD: Read
docs/PRD.mdto see the feature table and current statuses. -
Ensure Status column exists: The feature table MUST have a
Statuscolumn. If the table only has columns like| ID | Feature | Priority |without a Status column, add the Status column by rewriting the table header to include| Status |after Feature (or after Priority if it exists). Set all existing features tonot-startedinitially.Expected format:
| ID | Feature | Status | Priority | Notes | |----|---------|--------|----------|-------| | F001 | Some Feature | not-started | P0 | |If the table has a different structure, adapt it to include Status while preserving all existing data.
-
Read progress: Read
docs/PROGRESS.mdto understand what feature was being worked on. -
Auto-discover new features: If the diff introduces functionality that doesn't match any existing feature in the PRD, create a new feature entry:
- Detect new features from signals like:
- New API routes or endpoints
- New pages, screens, or components
- New database models, migrations, or schemas
- New service files, workers, or integrations
- New CLI commands or scripts with distinct functionality
- Group related files into a single feature (e.g., a new route + controller + model = one feature, not three)
- Assign the next sequential feature ID (F001, F002, etc.)
- Write a concise feature name based on what the code does (e.g., "User authentication", "Invoice PDF generation")
- Set status to
in-progress(it's already being built) - Set sprint to the current sprint from PROGRESS.md
- Create a feature file at
docs/features/{ID}-{kebab-name}.mdwith a brief description - Don't over-split: a login page + auth middleware + user model = one "User Authentication" feature, not three separate ones
- Don't create features for: config changes, dependency updates, refactors, bug fixes, test additions, or documentation changes
- Detect new features from signals like:
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 · 62 lines · 0 tokens per session scan A 963362be8d0c
prd-agent is an agent published in the GitHub repository aadivar/shiplog (3 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 963 tokens. 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
evaluate-score
Score the subject against the evaluation framework. Gather evidence, apply the rubric, and produce the final scored report.
evaluate-build
Synthesize research findings into a structured evaluation framework. You are the critical intellectual step in the pipeline — turning raw domain knowledge into the right dimensions, the right weights, and the right scoring rubric.
codex
OpenAI Codex CLI integration agent for automated coding tasks with YOLO mode support.
rami-review-loop
Executes the private Rami review loop for /rami:review. Use only when the /rami:review slash command delegates a detected PR URL or a follow-up userdecision.
ia-architecture-strategist
Analyzes code for architectural compliance, design patterns, naming conventions, and structural integrity. Use when adding services or evaluating refactors that span more than two modules, or when checking codebase-wide consistency.
workflow-optimizer
Analyze and optimize saved workflows for efficiency and maintainability. Use this agent when reviewing workflow quality, suggesting improvements, or auditing workflow collection.