OpenClaw readsDocumentation 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.
AGENTS.md from your project root as always-on steering context and discovers structured skills from the .agents/skills/ directory. Installing both gives OpenClaw continuous Well-Architected awareness plus 11 step-by-step assessment playbooks it can follow whenever you request a review or assessment.
What gets installed
AGENTS.md
Steering context that applies all six Well-Architected pillars, surfaces trade-offs explicitly, and routes structured assessment requests to the appropriate skill playbook.
.agents/skills/ directory
Eleven skill subdirectories, each containing a
SKILL.md playbook. OpenClaw follows these step-by-step when you invoke a specific review or improvement plan.Installation
Clone or download the source repo
If you haven’t already, clone the sample repository to a local path you can reference:
Copy files into your project
Run the commands below from the root of your project directory, substituting
path/to/this-repo with the actual clone location.Install via script
If you prefer the one-command approach from a local clone, the install script handles directory creation and copying automatically:Usage
WithAGENTS.md in place, OpenClaw automatically applies Well-Architected principles to architecture conversations. Trigger a specific skill by describing what you need:
AGENTS.md at session start and loads the matching .agents/skills/{skill-name}/SKILL.md when a structured assessment is requested.
Available skills
| Skill | What it does |
|---|---|
wa-review | Full 6-pillar review with prioritized findings report |
security-assessment | Deep-dive into IAM, detection, data protection, incident response |
reliability-improvement-plan | Find SPOFs, assess recovery, produce remediation plan |
cost-optimization-review | Identify waste, right-sizing, pricing model improvements |
performance-efficiency | Resource selection, scaling, caching, optimization |
sustainability-optimization | Utilization, architecture efficiency, carbon reduction |
operational-excellence | CI/CD, observability, incident management, operational maturity |
migration-readiness | 7 Rs assessment, dependency analysis, migration plan |
architecture-decision-record | ADR with WA pillar impact analysis |
wa-builder | Learn WA for your workload and generate visual artifacts |
wa-guardrails | Generate preventive controls (Config rules, SCPs, CI checks) |
