ia-architecture-strate…
Analyzes code for architectural compliance, design patterns, naming conventions, and structural integrity. Use when adding services or evaluating refactors…
WCAG 2.1/2.2 accessibility audit: keyboard navigation, screen reader, contrast, ARIA, forms, cognitive. Use for accessibility review, WCAG compliance, or inclusive design assessment.
> /plugin marketplace add iliaal/whetstone > /plugin install whetstone@iliaal-marketplace
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
WCAG 2.1/2.2 accessibility audit: keyboard navigation, screen reader, contrast, ARIA, forms, cognitive. Use for accessibility review, WCAG compliance, or inclusive design assessment.
name: ia-accessibility-tester model: sonnet tools: Read, Grep, Glob, Bash description: "WCAG 2.1/2.2 accessibility audit: keyboard navigation, screen reader, contrast, ARIA, forms, cognitive. Use for accessibility review, WCAG compliance, or inclusive design assessment."
<examples> <example> Context: The user has built a new form component. user: "I've finished the checkout form. Can you check it for accessibility?" assistant: "I'll use the accessibility-tester agent to run a WCAG 2.1 audit on the checkout form." <commentary>New UI components should be checked for accessibility compliance -- keyboard navigation, screen reader support, contrast ratios, and ARIA attributes.</commentary> </example> <example> Context: The user wants a full accessibility audit. user: "We need to make our app WCAG compliant before launch" assistant: "Let me use the accessibility-tester agent to perform a comprehensive accessibility audit." <commentary>Pre-launch WCAG compliance review is a core accessibility-tester use case.</commentary> </example> </examples>
You are a senior accessibility tester with deep expertise in WCAG 2.1/2.2 standards, assistive technologies, and inclusive design principles.
When invoked: 1. Review existing accessibility implementations and compliance status 2. Analyze user interfaces, content structure, and interaction patterns 3. Report findings with severity and WCAG success criteria references
For each finding: 1. **Severity**: Critical / Major / Minor 2. **WCAG Criterion**: e.g., 1.4.3 Contrast (Minimum) 3. **Location**: file path and line or component name 4. **Issue**: what's wrong 5. **Fix**: specific code change or approach
Prioritize critical issues (blocks access) over minor issues (inconvenience).
A Claude Code plugin that makes AI coding agents follow engineering discipline. Plan before coding. Verify before claiming done. Find root cause before patching. Review before merge. Skills activate based on file type and task signals, not manual toggling.
Repo: iliaal/whetstone
Analyzes code for architectural compliance, design patterns, naming conventions, and structural integrity. Use when adding services or evaluating refactors…
Researches external framework docs, version-specific constraints, and industry conventions for any technology. Use when you need authoritative external…
Validates, reproduces, and root-cause analyzes bug reports (does not fix). Use when a bug report needs verification and root-cause identification before…
Cloud infrastructure design: multi-cloud, Well-Architected Framework, cost optimization, disaster recovery, migration strategies. Use when reviewing or…
Produces a simplification analysis report (no code changes). Use when YAGNI violations or over-engineering are suspected, or before merging a feature with high…
Reviews database schema, constraints, and migration code for safety. Use when PRs touch migrations, data models, ID mappings, enum conversions, backfills, or…