3.6 KiB
Validation record
The example and clean-invocation checks were run July 29, 2026, on macOS with Google Chrome. Packaging was rechecked September 14, 2026.
Repository example
| Check | Result |
|---|---|
| Desktop rendering | Passed at 1440 × 1000 for both artifacts and all three wireframe directions |
| Mobile rendering | Passed at 390 × 844 with reduced motion enabled |
| Horizontal overflow | None at the page level in any tested stage or direction |
| Console and page errors | None |
| Self-containment | No external scripts, styles, images, fonts, APIs, or services |
| Semantic checks | No duplicate IDs, missing ARIA references, or unnamed buttons |
| Automated accessibility | No WCAG A or AA violations in the tested desktop and mobile views |
The Guided gate wireframe was also tested as a click-through flow. Back, rerun, continue, and return actions work with pointer, Enter, and Space; each transition updates the current step and evidence, then moves focus to the new step heading.
Invalid wireframe ?v= values fall back to the Decision first direction. In the prototype, the skip link switches from Activity to Overview before it focuses the release checks.
The prototype was tested in its blocked, dialog, loading, save-error, ready, production-boundary, empty-notes, and add-note states. The test covered:
- disabled release gating;
- form validation and preserved input after an error;
- retry from error to ready;
- failed rerun from ready back to blocked;
- focus restoration after dialogs;
Tab,Shift+Tab,Enter,Space, arrow-key, andEscapebehavior;- overview and activity navigation;
- empty notes and add-note recovery;
- reduced-motion behavior;
- safe rendering of reviewer-entered text.
The screenshots in this directory were captured from the validated source. The prototype screenshots show the reached ready state rather than the initial blocked state.
Clean skill invocations
Each skill was invoked in an isolated agent context with the product brief embedded in the prompt. The agents were instructed not to inspect the repository examples or screenshots, and all generated files were written outside the repository.
This suite covered the five workflow skills present on July 29. design-artifact,
which was added later, was not part of the clean-invocation suite.
| Skill | Result |
|---|---|
html |
Routed a structural review request to html-wireframe by reading the sibling skill, then completed the artifact without inspecting repository examples |
html-wireframe |
Produced three distinct structural directions and passed wide and narrow rendering checks |
html-prototype, prototype mode |
Produced a working blocked-to-ready flow with passing and failing reruns, loading, validation, dialog focus containment, keyboard support, mobile layout, and a production boundary |
html-plan |
Preserved the four checks, owner, evidence, blocker, sequence, and readiness gate in a responsive HTML plan |
html-diagram |
Produced a responsive release-gate process diagram with failed and passing branches that stop at the production-request boundary |
Packaging
- Claude Code 2.1.270's native marketplace validator passes.
- The current
skillsCLI discovers all six skills. htmlanddesign-artifactallow implicit invocation in their Codex metadata. The four workflow specialists remain direct-invocation skills and can be used independently.- Every JSON manifest parses.
- The July clean-install check copied the five workflow skills and the shared
htmlreferences into temporary Claude Code and Codex project directories. - Site lint, typecheck, audit, and production build pass.
git diff --checkpasses.