BM

bmad-validate-prd

Legacy skill that redirects users to the current bmad-prd tool.

Install

mkdir -p .claude/skills/bmad-validate-prd && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13870" && unzip -o skill.zip -d .claude/skills/bmad-validate-prd && rm skill.zip

Installs to .claude/skills/bmad-validate-prd

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

DEPRECATED — consolidated into bmad-prd validate intent - this skill will be removed in v7 in favor of `bmad-prd`.
114 charsno explicit “when” trigger
Beginner

Key capabilities

  • Resolve customization from project files
  • Load configuration files for user details
  • Emit deprecation notices to the user
  • Invoke `bmad-prd` with validate intent
  • Forward original user input to `bmad-prd`

How it works

This skill acts as a compatibility shim, resolving customizations, emitting a deprecation notice, and then invoking `bmad-prd` with the validate intent and forwarded user input.

Inputs & outputs

You give it
Invocation of `bmad-validate-prd` with user input
You get back
A deprecation notice and invocation of `bmad-prd` with validate intent

When to use bmad-validate-prd

  • Validate a PRD (redirects to bmad-prd)
  • Migrate legacy workflow configuration

About this skill

DEPRECATED — forwards to bmad-prd (validate intent)

This skill was consolidated into bmad-prd. It is retained as a thin compatibility shim so existing invocations by name and _bmad/custom/bmad-validate-prd.toml override files keep working. New work should invoke bmad-prd directly — it detects create / update / validate intent from the conversation.

On Activation

  1. Resolve customization: python3 {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow. This picks up any {project-root}/_bmad/custom/bmad-validate-prd.toml and bmad-validate-prd.user.toml overrides for the legacy fields (activation_steps_prepend, activation_steps_append, persistent_facts, on_complete).

  2. Load {project-root}/_bmad/bmm/config.yaml (and config.user.yaml if present) to resolve {user_name} and {communication_language}.

  3. Emit a deprecation notice to the user in {communication_language}:

    Notice: bmad-validate-prd is deprecated and will be removed in a future release. It now forwards to bmad-prd with validate intent. To silence this notice and access the full new customization surface (prd_template, validation_checklist, doc_standards, external_sources, external_handoffs, output_dir, output_folder_name), migrate _bmad/custom/bmad-validate-prd.toml to _bmad/custom/bmad-prd.toml and invoke bmad-prd directly next time. Customization fields that were in this version still remain in the new version and will be respected if present in _bmad/custom/bmad-prd.toml, but the new version also supports additional fields that you can take advantage of by migrating.

  4. Invoke bmad-prd with the following context. Pass these as the activating context so bmad-prd honors them instead of resolving its own customization from scratch:

    • Intent: validate — skip bmad-prd's usual intent detection step.
    • Pre-resolved legacy customization — use these in place of resolving from bmad-prd's own customize.toml for the four legacy fields. For everything else (prd_template, validation_checklist, validation_report_template, doc_standards, output_dir, output_folder_name, external_sources, external_handoffs), use bmad-prd's own defaults and overrides as normal:
      • activation_steps_prepend = the resolved value from step 1
      • activation_steps_append = the resolved value from step 1
      • persistent_facts = the resolved value from step 1
      • on_complete = the resolved value from step 1
    • Original user input: forward whatever the user said when invoking this skill verbatim (the target PRD path, etc.).

    bmad-prd takes the workflow from here. Do not execute any further steps in this shim.

When not to use it

  • When new work should invoke `bmad-prd` directly

Limitations

  • This skill is deprecated and will be removed in a future release.
  • The skill only forwards to `bmad-prd` with validate intent.
  • The skill uses pre-resolved legacy customization for four specific fields.

How it compares

This skill provides a transitional mechanism for deprecated functionality, ensuring backward compatibility while guiding users to a newer, more capable skill, unlike directly failing or requiring manual migration.

Compared to similar skills

bmad-validate-prd side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
bmad-validate-prd (this skill)02moNo flagsBeginner
marketing-ideas76moNo flagsBeginner
marketing-strategy-pmm87moNo flagsAdvanced
content-strategy83moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

marketing-ideas

davila7

When the user needs marketing ideas, inspiration, or strategies for their SaaS or software product. Also use when the user asks for 'marketing ideas,' 'growth ideas,' 'how to market,' 'marketing strategies,' 'marketing tactics,' 'ways to promote,' or 'ideas to grow.' This skill provides 140 proven marketing approaches organized by category.

752

marketing-strategy-pmm

davila7

Product marketing, positioning, GTM strategy, and competitive intelligence. Includes ICP definition, April Dunford positioning methodology, launch playbooks, competitive battlecards, and international market entry guides. Use when developing positioning, planning product launches, creating messaging, analyzing competitors, entering new markets, enabling sales, or when user mentions product marketing, positioning, GTM, go-to-market, competitive analysis, market entry, or sales enablement.

851

content-strategy

coreyhaines31

When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also use when the user mentions "content strategy," "what should I write about," "content ideas," "blog strategy," "topic clusters," or "content planning." For writing individual pieces, see copywriting. For SEO-specific audits, see seo-audit.

833

seo-content-planner

sickn33

Creates comprehensive content outlines and topic clusters for SEO. Plans content calendars and identifies topic gaps. Use PROACTIVELY for content strategy and planning.

332

free-tool-strategy

davila7

When the user wants to plan, evaluate, or build a free tool for marketing purposes — lead generation, SEO value, or brand awareness. Also use when the user mentions "engineering as marketing," "free tool," "marketing tool," "calculator," "generator," "interactive tool," "lead gen tool," "build a tool for leads," or "free resource." This skill bridges engineering and marketing — useful for founders and technical marketers.

325

launch-strategy

davila7

When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature release,' 'announcement,' 'go-to-market,' 'beta launch,' 'early access,' 'waitlist,' or 'product update.' This skill covers phased launches, channel strategy, and ongoing launch momentum.

420

Search skills

Search the agent skills registry