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/pablolion/bmad-plugin/bmad-create-prdnpx skills add PabloLION/bmad-plugin --skill bmad-create-prdgit clone --depth 1 https://github.com/PabloLION/bmad-pluginWrote 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/pablolion/bmad-plugin/bmad-create-prd)<a href="https://agentmods.dev/skills/pablolion/bmad-plugin/bmad-create-prd"><img src="https://agentmods.dev/badge/skills/pablolion/bmad-plugin/bmad-create-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 | $0.00037 | $0.00053 |
| Opus 5 | $0.00018 | $0.00026 |
| Sonnet 5 | $0.00007 | $0.00011 |
| Haiku 4.5 | $0.00004 | $0.00005 |
Grade A, and why
bmad-create-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 5d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
21 files 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.
- bmad-skill-manifest.yaml 12 B
- data/domain-complexity.csv 7.2 KB
- data/prd-purpose.md 7.1 KB
- data/project-types.csv 3.1 KB
- steps-c/step-01-init.md 7.6 KB
- steps-c/step-01b-continue.md 5.6 KB
- steps-c/step-02-discovery.md 7.9 KB
- steps-c/step-02b-vision.md 6.6 KB
- steps-c/step-02c-executive-summary.md 7.1 KB
- steps-c/step-03-success.md 9.0 KB
- steps-c/step-04-journeys.md 8.8 KB
- steps-c/step-05-domain.md 6.8 KB
- steps-c/step-06-innovation.md 8.5 KB
- steps-c/step-07-project-type.md 8.6 KB
- steps-c/step-08-scoping.md 7.7 KB
- steps-c/step-09-functional.md 9.0 KB
- steps-c/step-10-nonfunctional.md 8.8 KB
- steps-c/step-11-polish.md 9.1 KB
- steps-c/step-12-complete.md 4.7 KB
- templates/prd-template.md 164 B
- workflow.md 2.8 KB
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.
- 5d ago First seen · 7 lines · 37 tokens per session scan A 24de81d7553b
bmad-create-prd is a skill published in the GitHub repository PabloLION/bmad-plugin (15 stars, last pushed 5mo ago), with no licence file. It adds 37 tokens to every session and 53 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-30.
Other skills, from other repositories
bmad-correct-course
CROSS-PHASE mid-stream scope correction. Re-enters planning when requirements, features, architecture, or constraints change after planning has started. Re-shards affected epics/stories, re-sequences sprint-status.yaml, appends rationale to decision-log.md. Routes to bmad-epics-and-stories, bmad-sprint-planning, or…
bmad-investigate
Forensic bug and issue triage. Produces a graded investigation case file: symptoms, evidence (graded A/B/C by confidence), ranked hypotheses, suspected components, and a recommended planning response. INVESTIGATES and DOCUMENTS only — does NOT fix code, run tests, or implement. Hands off as a story to an external dev…
bmad-prfaq
Amazon-style Working-Backwards PRFAQ: a future press release plus internal and external FAQs that stress-test a product concept before any building begins. Produces prfaq.md in the configured output folder. Use when the user says: "write a PRFAQ", "working backwards", "press release", "future press release"…
bmad-architecture
Solutioning skill (Winston, the Architect). Produces architecture.md with ADRs and systematic NFR coverage, mapping every FR/NFR from the PRD to a concrete design decision. ONE architecture forces all future parallel dev agents to share the same API style, data model, state management, naming conventions, and security…
bmad-brainstorm
Facilitates structured ideation sessions using proven brainstorming techniques (SCAMPER, SWOT, 5 Whys, Mind Mapping, Six Thinking Hats, Reverse Brainstorming, Starbursting, Brainwriting). Produces a brainstorming-report.md of organized ideas and actionable insights. Operates in three intents: Create (new session)…
bmad-builder
Meta-skill for scaffolding and validating custom PLANNING/ORCHESTRATION skills within the BMAD Planning & Orchestrator plugin. Produces the full skill directory: SKILL.md, scripts, and templates — all pre-targeted at this plugin's path conventions. Includes a scope-violation checker so newly created skills never drift…