Amp 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 persistent steering context and discovers structured skills from the .agents/skills/ directory. Installing both gives Amp always-on Well-Architected awareness plus 11 step-by-step assessment playbooks it can follow on request.
What gets installed
AGENTS.md
Steering context that applies the six Well-Architected pillars to every architecture conversation, surfaces trade-offs, and routes structured assessment requests to the correct skill.
.agents/skills/ directory
Eleven skill subdirectories, each containing a
SKILL.md playbook. Amp reads these when you invoke a specific review or 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 present, Amp applies Well-Architected principles automatically whenever architecture topics come up. Invoke a specific skill by name or description:
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) |
