Cursor integrates Well-Architected guidance throughDocumentation 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.
.cursor/rules/*.md files — a native Cursor mechanism for injecting persistent instructions into the AI assistant. Two rules files are provided: well-architected.md applies always-on WA principles to every conversation, while wa-review.md activates conditionally when you request an architecture review, running the full structured assessment process.
What gets installed
| File | Activation | What it does |
|---|---|---|
.cursor/rules/well-architected.md | Always on (alwaysApply: true) | Six pillars, design principles, trade-off guidance, and response format |
.cursor/rules/wa-review.md | Conditional | Full multi-step review process: scope, discovery, pillar evaluation, risk assessment, report |
Installation
How the rules activate
well-architected.md
Always active. The rule carries
alwaysApply: true in its frontmatter, so Cursor injects it into every conversation automatically. You get six-pillar awareness, design principle reminders, and trade-off acknowledgement without any extra prompting.wa-review.md
Conditionally active. Cursor applies this rule when the conversation matches its description — architecture review, WA assessment, or architecture health check requests. It walks through scope definition, infrastructure discovery, per-pillar evaluation, and report generation.
Usage
To trigger a full structured Well-Architected review, mention it in your message:Every finding produced by
wa-review.md is evidence-backed: the rule instructs the agent to cite specific file paths and line numbers. If code is unavailable, findings are marked “Cannot Determine” rather than generating generic recommendations.