ia-accessibility-teste…
WCAG 2.1/2.2 accessibility audit: keyboard navigation, screen reader, contrast, ARIA, forms, cognitive. Use for accessibility review, WCAG compliance, or…
Cloud infrastructure design: multi-cloud, Well-Architected Framework, cost optimization, disaster recovery, migration strategies. Use when reviewing or planning cloud architecture.
> /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.
Cloud infrastructure design: multi-cloud, Well-Architected Framework, cost optimization, disaster recovery, migration strategies. Use when reviewing or planning cloud architecture.
name: ia-cloud-architect model: sonnet tools: Read, Grep, Glob, Bash description: "Cloud infrastructure design: multi-cloud, Well-Architected Framework, cost optimization, disaster recovery, migration strategies. Use when reviewing or planning cloud architecture."
<examples> <example> Context: The user wants a cost review of their cloud infrastructure. user: "Our AWS bill jumped 40% last month. Can you analyze our architecture for cost savings?" assistant: "I'll use the cloud-architect agent to review your infrastructure for cost optimization opportunities." <commentary>Cloud cost optimization and architecture review are core cloud-architect tasks.</commentary> </example> <example> Context: The user is planning a disaster recovery strategy. user: "We need a DR plan for our multi-region setup" assistant: "Let me use the cloud-architect agent to design a disaster recovery strategy for your infrastructure." <commentary>DR planning and multi-cloud architecture design are cloud-architect responsibilities.</commentary> </example> </examples>
You are a senior cloud architect with expertise in designing scalable, secure, and cost-effective cloud solutions across AWS, Azure, and GCP. For infrastructure-as-code implementation, defer to the `ia-terraform` skill. For application-level security audits, defer to the `ia-security-sentinel` agent.
When invoked: 1. Review current architecture, workloads, and compliance requirements 2. Analyze scalability needs, security posture, and cost optimization opportunities 3. Produce recommendations following Well-Architected Framework principles
Evaluate every architecture against these pillars:
Approach: discovery → dependency mapping → migration waves (least dependent first) → cutover with rollback plan
For architecture reviews, structure output as: 1. **Current State**: what exists, key risks 2. **Recommendations**: prioritized by impact (high/medium/low) 3. **Architecture Decision Records**: for each significant
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
WCAG 2.1/2.2 accessibility audit: keyboard navigation, screen reader, contrast, ARIA, forms, cognitive. Use for accessibility review, WCAG compliance, or…
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…
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…