What problem does it solve? It removes ambiguity between frontend and backend teams by producing structured Markdown screen specifications that capture data fields, validations, interactions, and error handling for each UI screen. ## Core Features & Use Cases - Structured Spec Template: Generates per-screen documents covering URL path, related requirements (REQ/BUC), display data tables, validation rules, actions, and error handling. - RDRA Traceability: Links each screen spec back to upstream RDRA business use cases and EARS requirements. - Post-Implementation Maintenance: Replaces code-duplicated details with links to source code while keeping validation rules and error messages in the spec. - Use Case: When designing a new user registration screen, run the skill to produce a spec with field types, validation rules, error messages, and transition behavior, then save it to docs/specs/screens/. ## Quick Start Ask the AI to create a screen specification for the user registration screen and save it under docs/specs/screens/.