chore: extend competitor-research command with React Aria and folder-based report organization#353
Merged
cb-ekuersch merged 1 commit intomasterfrom Jan 30, 2026
Conversation
…ctories Extended the competitor-research slash command to include React Aria (Adobe's accessibility-first component library) and updated report generation to group all reports for a single research query in a dedicated subdirectory (e.g., `.claude/research/theming-architecture/`). Co-authored-by: Erich Kuerschner <erich.kuerschner@coinbase.com>
Collaborator
✅ Heimdall Review Status
✅
|
| Code Owner | Status | Calculation | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ui-systems-eng-team |
✅
1/1
|
Denominator calculation
|
haoruikun-cb
approved these changes
Jan 30, 2026
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.
PR Created on behalf of erich.kuerschner@coinbase.com
What changed? Why?
This PR extends the
competitor-researchClaude Code slash command with two enhancements:1. Added React Aria as a Research Target
Added React Aria (Adobe's accessibility-first, unstyled component library) to the list of design systems that can be researched:
packages/react-aria-components/src/React Aria provides valuable accessibility patterns and headless component architecture that can inform CDS development.
2. Improved Report Organization with Folder Structure
Updated the research report file management to group all reports for a single research query in a dedicated subdirectory:
.claude/research/material-ui-theming-2024-01-15.md.claude/research/theming-architecture/material-ui-2024-01-15.mdThis makes it easier to find and compare reports across different design systems for the same research topic, rather than having all reports mixed together in a flat directory structure.
Files Modified
.claude/agents/design-system-researcher.md- Added React Aria config and updated file management instructions.claude/commands/competitor-research.md- Added React Aria to the list of systems to researchUI changes
N/A - This is a developer tooling change with no UI impact.
Testing
How has it been tested?
Testing instructions
/competitor-research theming architecture.claude/research/theming-architecture/subdirectoryChange management
type=routine
risk=low
impact=sev5
automerge=false