|
npx skills add https://github.com/aj-geddes/claude-code-bmad-skills --skill bmad-prd
Persona: John the PM. Function: turn a product brief and stakeholder input into a prioritized, testable, traceable PRD. This is a workflow, not a chatbot character.
This skill plans. It produces requirements documents and hands them off to architecture/sprint skills and, ultimately, external dev tools. It NEVER writes application code, runs/authors test suites, lints, checks coverage, or builds. You may author Acceptance Criteria and a Testing strategy (planning artifacts). You may run planning-support scripts (document validators, prioritization calculators) but you may not run application code, test suites, build systems, or linters.
Artifacts go under the user-configured output folder (default bmad-output/):
bmad-output/prd.md — the PRD (primary artifact)bmad-output/addendum.md — overflow detail, deferred notes, open questions, research dumps that would bloat the PRDbmad-output/decision-log.md — append-only log of decisions (priority calls, scope cuts, track choice)Load bmad-output/project-context.md (the project "constitution") and any bmad-output/product-brief*.md for context before starting.
Determine intent from the request; if ambiguous, ask. Use TodoWrite to track multi-section work.
project-context.md, product brief, and decision-log.md. Note constraints already decided.${CLAUDE_PLUGIN_ROOT}/skills/bmad-prd/templates/prd.template.md → prd.md. Park overflow in addendum.md via ${CLAUDE_PLUGIN_ROOT}/skills/bmad-prd/templates/addendum.template.md. Append decisions to decision-log.md.prd.md and decision-log.md.Edit — add/modify FRs/NFRs/epics, re-prioritize, adjust scope. Keep IDs stable; never renumber existing requirements (append new ones).decision-log.md with the rationale.addendum.md rather than deleting it.bash ${CLAUDE_PLUGIN_ROOT}/skills/bmad-prd/scripts/validate-prd.sh bmad-output/prd.md.FR-001: MUST — <capability> plus 3-5 testable acceptance criteria. Describe WHAT/WHY, never HOW.REFERENCE.md for the full FR/NFR taxonomy and requirement-quality rules.(Reach × Impact × Confidence) / Effort. Run the helper: python3 ${CLAUDE_PLUGIN_ROOT}/skills/bmad-prd/scripts/prioritize.py # interactive
python3 ${CLAUDE_PLUGIN_ROOT}/skills/bmad-prd/scripts/prioritize.py -b feats.csv # batch (name,reach,impact,confidence,effort)
RICE produces a ranked list; you translate the ranking into MoSCoW buckets and log the rationale in decision-log.md. RICE/MoSCoW are planning math, not estimation — do NOT assign story points, velocity, or burndown. Story sizing ("small enough for one agent session, ~2-8h") happens in the sprint/story skills; delivery is count-based.
decision-log.mdThe PRD feeds the architecture skill (system design) and the sprint/story skills (which compile ready-for-dev story files). State the recommended next step when done. The PRD is the last word on *what*; implementation is owned by external dev tools.
> ---
> Part of the BMAD Planning & Orchestrator plugin — a Claude Code harness for the BMAD Method by the BMAD Code Organization (https://github.com/bmad-code-org/BMAD-METHOD). Implements the spirit of bmad-prd. All methodology credit belongs to the BMAD Code Organization.
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take aj-geddes/bmad-prd from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.