gaia-edit-ux

Edit an existing UX design while enforcing cascade-impact checks across downstream artifacts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Edit an existing UX design while preserving architecture and ensuring cascade-aware consistency across downstream artifacts.

Core Features & Use Cases

  • Orchestrates multi-step UX design edits with cascade impact assessment on architecture.md, epics-and-stories.md, and test-plan.md.
  • Delegates UX-authoring reasoning to the ux-designer subagent (Christy) to evaluate change impact and validate consistency.
  • Enforces preconditions (ux-design.md must exist at docs/planning-artifacts/ux-design.md) before starting and writes the updated artifact back to the same path.
  • Preserves existing content and structure, emitting a versioned update after every edit session.

Quick Start

Provide surgical UX design edits by specifying changes and confirming cascade implications; run the skill to apply edits and save to docs/planning-artifacts/ux-design.md.

Frequently Asked Questions about gaia-edit-ux

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

FAQPage Schema
How do I edit an existing UX design without breaking downstream architecture and test plans?

To edit an existing UX design safely, you need a cascade-impact check across architecture.md, epics-and-stories.md, and test-plan.md. This orchestrates multi-step edits while delegating reasoning to a subagent to evaluate change impact and validate consistency.

What is cascade impact assessment in UX design editing?

Cascade impact assessment in UX design editing evaluates how changes to ux-design.md affect downstream artifacts like architecture.md, epics-and-stories.md, and test-plan.md. It enforces consistency by validating that structural updates do not invalidate dependent planning documents.

How do I apply surgical edits to a UX design document and track version history?

You apply surgical edits by specifying the exact changes and confirming their cascade implications. The system loads the existing ux-design.md, applies the validated edits, and writes a versioned update back to the same path with memory-backed state history.

Does editing a UX design document require an existing architecture or test plan?

Editing a UX design document requires an existing ux-design.md file at docs/planning-artifacts/ux-design.md. While it enforces cascade-aware consistency checks against architecture.md, epics-and-stories.md, and test-plan.md, the primary precondition is the presence of the UX design artifact itself.

Why do my UX design changes cause inconsistencies in epics and test plans?

UX design changes cause inconsistencies when edits bypass cascade-aware validation across epics-and-stories.md and test-plan.md. Without enforcing a multi-step edit flow that assesses downstream impact, structural modifications to the UX artifact silently invalidate dependent planning documents.

Can I preserve existing content structure while updating a UX design artifact?

You can preserve existing content structure during a UX design update by enforcing deterministic load and write operations. The system emits a versioned update after every edit session, ensuring the original artifact structure remains intact while applying the specified surgical changes.