Claude Code integrates Well-Architected guidance through two mechanisms:Documentation Index
Fetch the complete documentation index at: https://mintlify.com/aws-samples/sample-well-architected-skills-and-steering/llms.txt
Use this file to discover all available pages before exploring further.
CLAUDE.md provides always-on steering that Claude reads at the start of every session, and .claude/commands/ exposes each skill as a slash command you can invoke directly from the terminal. The result is structured, evidence-backed assessments available with a single command.
Available slash commands
Once installed, eleven slash commands become available — one for each Well-Architected skill:/wa-review
Full 6-pillar Well-Architected review with evidence-backed findings and a prioritized remediation plan.
/security-assessment
Deep-dive into IAM, detection controls, data protection, and incident response posture.
/reliability-improvement-plan
Identify single points of failure, recovery gaps, and scaling weaknesses.
/cost-optimization-review
Surface waste, right-sizing opportunities, and pricing model misalignments.
/performance-efficiency
Evaluate resource selection, scaling configurations, and caching strategies.
/sustainability-optimization
Assess utilization, managed service adoption, and carbon footprint reduction opportunities.
/operational-excellence
Review CI/CD maturity, observability coverage, incident management, and automation.
/migration-readiness
Run a 7 Rs assessment and produce a migration readiness report.
/architecture-decision-record
Generate a WA-aligned ADR documenting pillar impact for a design decision.
/wa-builder
Learn Well-Architected for your workload and produce annotated diagrams, decision trees, and roadmaps.
/wa-guardrails
Generate preventive controls — AWS Config rules, SCPs, CI policy checks, and CloudWatch alarms.
Installation
Usage examples
Global install
Slash commands are project-scoped (
.claude/commands/) and are not affected by the global CLAUDE.md. Install commands per-project where you want structured skill invocations, and use the global CLAUDE.md for always-on pillar awareness everywhere.