UXUXDLProduct behavior, addressed
DocsMCP ServerTemplatesOpen editor ↗
START HERE
IntroductionQuick StartThe UXDL WorkflowWhen to Use UXDL
USING UXDL
Create a ProjectStart from CanvasImport a RequirementGenerate from IntentReview & ClarifyWork with SlicesHandoff to DevelopmentMaintain the Contract
CORE CONCEPTS
ScreenStateActionRelationSliceActorMetadataStable AddressesCanvas & DocumentGlossary
QUALITY
Validation OverviewStructural ValidationContextual LinterAcceptance CoverageGenerating Test CasesTest Coverage Audit
WORK WITH YOUR STACK
OverviewPRDs: Notion / Docs / ConfluenceDesign: FigmaTasks: Jira / LinearSDD: Spec Kit / SpecWeaveCoding Agents & MCPQA ToolsGit & Versioning
EXAMPLES
Subscription CancellationAuthenticationCheckout & Payment FailureUXDL Builds UXDL
REFERENCE
UXDL 0.1 SpecificationAddressing ReferenceMulti-File ProjectsSlices ExtensionCLI ReferenceMCP Tools
PROJECT
StatusChangelogDesign Principles
Back to Overview
QUALITYAvailable

Test Coverage Audit

Auditing automated test code against declared UXDL behavioral targets in CI pipelines.


CI Traceability Audit

Automated scripts inspect test code for UXDL address annotations (e.g. // uxdl: checkout.actions.retry_payment). CI builds verify that 100% of declared actions and relations carry automated test assertions.

PreviousGenerating Test Cases
NextOverview
On this page
CI Traceability Audit
UXUXDLFormat 0.1 · public alpha

A human-readable product contract that coding agents can navigate, validate, and change safely.

EditorDocumentationMCP ServerTemplates