gaia-edit-prd

Edits PRDs with cascade checks and downstream artifact consistency.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-edit-prd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-edit-prd
Source: https://github.com/gaiastudio-ai/gaia-public/tree/main/plugins/gaia/skills/gaia-edit-prd
Command: npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-edit-prd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires checkpoint, lifecycle-event, resolve-config, validate-gate, and includes scripts (resource) components.

What problem does it solve?

Edit an existing Product Requirements Document (PRD) without breaking downstream artifacts, coordinating changes with the pm subagent to maintain architectural and planning consistency.

Core Features & Use Cases

  • Load the current PRD from docs/planning-artifacts/prd.md and verify its structure and dependencies.
  • Delegate PRD editing to the pm subagent, perform cascade impact checks on architecture, epics, stories, and test plans, and produce an updated PRD with a version note.
  • Ensure downstream artifacts (architecture.md, epics-and-stories.md, test-plan.md) reflect changes and maintain traceability across planning artifacts.

Quick Start

Start editing by loading the PRD from docs/planning-artifacts/prd.md and initiating the edit workflow.

Frequently Asked Questions about gaia-edit-prd

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

FAQPage Schema
How do I edit a PRD without breaking downstream artifacts like architecture and test plans?

To edit a PRD without breaking downstream artifacts, you need cascade-aware editing that checks architecture, epics, stories, and test plans for impact. This ensures downstream artifacts reflect changes and maintain traceability across planning artifacts.

What is cascade impact analysis in product management documentation?

Cascade impact analysis in product management documentation verifies that updates to a PRD propagate correctly to architecture.md, epics-and-stories.md, and test-plan.md, ensuring versioning notes and traceability are maintained across all planning artifacts.

How do I maintain consistency between epics, stories, and test plans when updating requirements?

Maintaining consistency between epics, stories, and test plans during updates requires delegating PRD edits to a pm subagent and running cascade checks to validate downstream artifacts, ensuring all planning documents remain aligned after changes.

Where should my product requirements document be located to use automated editing workflows?

Your product requirements document should be located at docs/planning-artifacts/prd.md to use automated editing workflows, which load the file from this path to verify its structure and dependencies before initiating the edit workflow.

How to add version notes to a PRD after modifying product requirements?

To add version notes to a PRD after modifying product requirements, apply stepwise editing workflows that delegate changes to a pm subagent and produce an updated PRD with a version note attached to track the modification history.

Does PRD editing workflow support validation gates for downstream test plans?

Yes, the PRD editing workflow supports validation gates for downstream test plans by applying dependency checks like validate-gate to ensure downstream artifacts reflect changes and maintain traceability across all planning artifacts.