bmad-edit-prd

Forwards legacy PRD editing invocations to the bmad-prd update workflow.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/MathematicGuy/team-006-vin20k --skill bmad-edit-prd-mathematicguy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bmad-edit-prd
Source: https://github.com/MathematicGuy/team-006-vin20k/tree/main/.agent/skills/bmad-edit-prd
Command: npx skills add https://github.com/MathematicGuy/team-006-vin20k --skill bmad-edit-prd-mathematicguy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Existing projects and customization files that still reference the retired bmad-edit-prd skill would break after it was consolidated into bmad-prd; this compatibility shim keeps those invocations working while guiding users to migrate. ## Core Features & Use Cases - Deprecation Forwarding: Emits a deprecation notice in the user's configured language and forwards the request to bmad-prd with update intent. - Legacy Customization Resolution: Resolves bmad-edit-prd.toml overrides (activation steps, persistent facts, on_complete) and passes them to bmad-prd so existing configurations keep working. - Use Case: A team with an existing _bmad/custom/bmad-edit-prd.toml file invokes the old skill name; the shim loads their overrides, warns about deprecation, and runs the PRD update workflow without losing their customizations. ## Quick Start Invoke bmad-edit-prd with the target PRD path and the change you want, and it will forward the request to bmad-prd with update intent.

Frequently Asked Questions about bmad-edit-prd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I edit an existing PRD with the BMad method?▼

Invoke bmad-prd directly with update intent, providing the target PRD path and the change you want. The deprecated bmad-edit-prd skill still works but simply forwards your request to bmad-prd.

What happened to the bmad-edit-prd skill?▼

It was consolidated into bmad-prd, which now detects create, update, and validate intent automatically. The old skill remains as a thin compatibility shim and will be removed in v7.

Will my bmad-edit-prd.toml customization file still work?▼

Yes, legacy fields like activation_steps_prepend, activation_steps_append, persistent_facts, and on_complete are still resolved and passed to bmad-prd. Migrating the file to bmad-prd.toml unlocks additional customization fields.

How do I migrate from bmad-edit-prd to bmad-prd?▼

Rename your _bmad/custom/bmad-edit-prd.toml file to _bmad/custom/bmad-prd.toml and invoke bmad-prd directly. The new version supports extra fields such as prd_template, validation_checklist, doc_standards, and output_dir.

Why am I seeing a deprecation notice when editing a PRD?▼

The notice appears because you invoked the deprecated bmad-edit-prd skill, which now forwards to bmad-prd. Migrate your customization file and call bmad-prd directly to silence the notice.