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 skills/fakoli/fakoli-plugins/prdnpx skills add fakoli/fakoli-plugins --skill prdgit clone --depth 1 https://github.com/fakoli/fakoli-pluginsWrote 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/skills/fakoli/fakoli-plugins/prd)<a href="https://agentmods.dev/skills/fakoli/fakoli-plugins/prd"><img src="https://agentmods.dev/badge/skills/fakoli/fakoli-plugins/prd.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.1 | $0.00054 | $0.04187 |
| Opus 5 | $0.00027 | $0.02093 |
| Sonnet 5 | $0.00011 | $0.00837 |
| Haiku 4.5 | $0.00005 | $0.00419 |
Grade A, and why
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 2d 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 — 265 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PRD — Author, Parse, and Review Requirements
Write the contract that everything downstream depends on. The PRD is the single source of truth for every Requirement, Feature, and Task row in state.db. Nothing can be claimed until this document exists, parses cleanly, and clears the review gate.
When to Use
- Starting a new project — before any planning, scoring, or task assignment happens.
- Revising the PRD after stakeholder feedback changes the scope or acceptance criteria.
- Recovering after a scope change mid-project — re-anchor what the work is before resuming claims.
- Before any invocation of
/fakoli-state:plan— planning reads from a parsed PRD; authoring must come first. - When
fakoli-state statusreportsprd-status: draftorprd-status: noneand the project can't proceed. - When a co-authored PRD is ready for a formal review and approval step.
Do not use this skill to generate or score tasks. Once the PRD is approved, proceed to /fakoli-state:plan for the task graph. This skill only authors, parses, and reviews requirements.
Prerequisites
.fakoli-state/ must exist. Confirm before proceeding:
ls .fakoli-state/state.db 2>/dev/null || echo "MISSING: run fakoli-state init first"
If state.db is absent, run:
fakoli-state init --name "<project-name>"
Phase 3 commands used in this skill:
| Command | Phase | Status |
|---|---|---|
fakoli-state prd parse |
Phase 3 | available |
fakoli-state prd review |
Phase 3 | available |
fakoli-state prd review --approve |
Phase 3 | available |
The structured template at docs/prd-template.md (relative to the plugin root) is the canonical contract. The parser enforces it — any deviation from the required sections produces a ParseError.
Workflow
Step 1 — Author or update .fakoli-state/prd.md
Drive this step inline. Check the filesystem for an existing PRD before suggesting any edit — the subsequent fakoli-state prd parse step (Step 2) is destructive and replaces every Requirement, Feature, and Task row in state.db.
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.
- 2d ago First seen · 265 lines · 54 tokens per session scan A 2c4c84cdd1ca
prd is a skill published in the GitHub repository fakoli/fakoli-plugins (4 stars, last pushed 28d ago), licensed MIT. It adds 54 tokens to every session and 4,187 once invoked, about $0.0003 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-03.
Other skills, from other repositories
better-auth-knowledge-patch
Use this skill when implementing, upgrading, debugging, or reviewing Better Auth applications. Start with the quick references below, then load the topic file that matches the task.
clickhouse-knowledge-patch
Use this skill when writing, reviewing, upgrading, or operating ClickHouse SQL and server configurations. Start with the compatibility-sensitive items below, then load the topic reference that matches the task.
arch-knowledge-patch
Restart the daemon immediately after upgrading openssh to 9.8p1 because the old daemon cannot accept new connections.
axum-knowledge-patch
Axum 0.8 uses return-position impl Trait in FromRequestParts and FromRequest. Implement their methods with native async fn; do not retain the old #[asynctrait] annotation.
caddy-knowledge-patch
Use this patch when writing or reviewing Caddyfile or JSON configuration, upgrading Caddy, building custom binaries, or operating Caddy's HTTP, proxy, certificate, and telemetry features.
cloudflare-d1-knowledge-patch
Use this skill when designing, implementing, migrating, operating, or debugging Cloudflare D1 databases. Check the project’s Wrangler configuration, binding usage, database generation, account plan, and remote-versus-local command flags before applying guidance.