bmad-edit-prd

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

Updated Aug 25, 2024
One-click install
npx skills add https://github.com/LeGeRyChEeSe/LanPlay-DiscordBot --skill bmad-edit-prd-legerycheese
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bmad-edit-prd
Source: https://github.com/LeGeRyChEeSe/LanPlay-DiscordBot/tree/main/bmad/src/bmm-skills/2-plan-workflows/bmad-edit-prd
Command: npx skills add https://github.com/LeGeRyChEeSe/LanPlay-DiscordBot --skill bmad-edit-prd-legerycheese

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill preserves backward compatibility for existing invocations of the deprecated bmad-edit-prd workflow, ensuring old commands and customization files keep working after consolidation into bmad-prd. ## Core Features & Use Cases - Deprecation Forwarding: Routes all invocations to bmad-prd with update intent, skipping its intent detection step. - Legacy Customization Resolution: Loads bmad-edit-prd.toml and bmad-edit-prd.user.toml overrides for legacy fields like activation_steps_prepend, persistent_facts, and on_complete. - Migration Guidance: Emits a deprecation notice explaining how to migrate customization files to bmad-prd.toml. - Use Case: A team with an existing _bmad/custom/bmad-edit-prd.toml configuration invokes bmad-edit-prd out of habit; the shim resolves their overrides, warns about deprecation, and hands off to bmad-prd without breaking their workflow. ## Quick Start Invoke bmad-edit-prd with the target PRD path and your requested change, 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, or use the legacy bmad-edit-prd command which forwards to bmad-prd automatically. The workflow detects create, update, and validate intent from the conversation context.

Is bmad-edit-prd deprecated and what replaces it?▼

Yes, bmad-edit-prd is deprecated and will be removed in v7. It is replaced by bmad-prd, which consolidates create, update, and validate intents into a single workflow with an expanded customization surface.

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

Yes, the shim resolves legacy fields like activation_steps_prepend, activation_steps_append, persistent_facts, and on_complete from bmad-edit-prd.toml. Migrating to bmad-prd.toml unlocks additional fields such as prd_template, validation_checklist, and output_dir.

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. Existing legacy fields remain respected, and you gain access to new customization options like doc_standards and external_handoffs.

Why does bmad-edit-prd show a deprecation notice?▼

The notice informs users the skill is a compatibility shim forwarding to bmad-prd and will be removed in a future release. It also explains how to migrate customization files to silence the notice and access the full feature set.