feat: add USWDS Developer agent to Engineering Division - #583
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a USWDS Developer agent to the Engineering Division — a government-focused frontend developer who builds trustworthy, accessible, consistent federal interfaces with the U.S. Web Design System, theming through design tokens and Sass settings instead of overriding the framework, reaching for the maintained accessibility-tested component before hand-rolling a custom one, and treating accessibility and 21st Century IDEA conformance as the baseline rather than a later phase.
What's included
_uswds-theme.scssshowing token-based theming of color, spacing (units()), type scale, fonts, and grid, with explicit rules against override CSS and editing vendor files.govbanner, the USWDS Identifier with its required links, header/footer patterns, and HTTPS/trust requirementsuswds-compile, accessible-by-default patterns and the federal design language, the compliance landscape (21st Century IDEA, Federal Website Standards, Section 508), and CMS/responsive engineeringWhy it's broadly useful
Federal and public-sector sites are required to follow the federal design language and meet 21st Century IDEA, and the most common failure mode is overriding USWDS into something neither on-brand nor accessible nor maintainable. This agent encodes the theme-through-tokens, use-the-official-component, stay-upgradable discipline that keeps a government interface trustworthy, accessible, and able to take every upstream USWDS fix.
cc @msitarzewski
🤖 Generated with Claude Code