From adg-governance
Validate requirements-to-UX-as-code lineage. Use when features, user stories, use cases, requirements, scenarios, journeys, surface states, RBAC roles, or UX contracts are added or changed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/adg-governance:adg-requirements-to-uxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this when product intent must become buildable UX.
Use this when product intent must become buildable UX.
node scripts/adg-elicitation.mjs graph --feature <id>.node scripts/adg-ux.mjs validate --feature <id> --check.node scripts/adg-ux.mjs truth-pass --feature <id> --format markdown --check for route/persona/state review.Return the missing node, edge, route, persona, state, contract, evidence gap, or downgrade recommendation before implementation proceeds.
npx claudepluginhub zreed3/agentic-development-platform --plugin adg-governanceGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.