TheDocumentation 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.
wa-review skill’s reference files — 57 framework question files and 27 lens packs — are committed directly to the repository. You do not need to regenerate them under normal circumstances. If AWS updates their Well-Architected documentation and you want to pick up new best practices, revised guidance, or newly published lenses, the included scripts/crawl-wa-framework.py script automates the process.
When to regenerate
Reference files should be refreshed when:- AWS publishes a major update to the Well-Architected Framework (typically once or twice a year)
- A new lens is published that isn’t yet included in the repository
- An existing lens adds questions or best practices you want to capture
- You want to verify your local copy matches the current AWS documentation
For most users, the committed reference files are current enough. AWS WA documentation updates are relatively infrequent. Check the
skills/wa-review/references/ directory’s git history to see when files were last refreshed.Prerequisites
Install uv
The project uses uv for dependency management. Install it if you haven’t:
Crawl commands
Regenerate framework questions
Regenerate all 57 question files across the six pillars:--pillar values:
| Value | Pillar |
|---|---|
operational-excellence | Operational Excellence |
security | Security |
reliability | Reliability |
performance-efficiency | Performance Efficiency |
cost-optimization | Cost Optimization |
sustainability | Sustainability |
Regenerate or add a lens
Pass the URL of the lens welcome page to crawl it:REL.1, OPS.2). For these, also pass --lens-name to set the output directory name explicitly:
Where files are written
| Content | Output path |
|---|---|
| Framework question files | skills/wa-review/references/questions/ |
| Lens reference files | skills/wa-review/references/lenses/<lens-name>/ |
