Windsurf integrates Well-Architected guidance through a singleDocumentation 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.
.windsurfrules file — Windsurf’s native mechanism for persistent agent instructions. The file establishes your AI assistant as an AWS Well-Architected advisor, applies all six pillars to every architecture conversation, and routes structured assessment requests to the appropriate skill playbook in the skills/ directory.
What gets installed
.windsurfrules file contains:
- Role definition — sets the agent as an AWS Well-Architected advisor
- Six-pillar definitions — Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, and Sustainability
- Design principles — managed services preference, failure design, least-privilege access, IaC, observability
- Trade-off guidance — explicit acknowledgement of security/latency, cost/availability, and portability trade-offs
- Skill routing — references the
skills/directory so Windsurf can follow step-by-step playbooks on demand
Installation
Usage
Windsurf reads.windsurfrules at the start of every session, so WA principles are active immediately. For structured deep-dive assessments, ask Windsurf to follow the relevant skill playbook:
Windsurf’s
.windsurfrules applies to all conversations in the workspace. If you only want WA guidance for specific projects, use a project-level install (the default). For guidance across all Windsurf projects, place .windsurfrules in your home directory.