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-builder skill is the educational and generative counterpart to the assessment skills. Where wa-review evaluates and scores, wa-builder teaches and creates. It adapts WA framework guidance to your specific workload, then produces visual artifacts you can commit directly to your repository — color-annotated architecture diagrams, architectural decision trees, and improvement roadmaps with dependency ordering.
What it does
Personalized WA Learning
Explains Well-Architected concepts using your actual services and patterns as examples. Beginner explanations include analogies; practitioner mode skips the teaching and goes straight to artifact generation.
Architecture Diagrams
Produces PlantUML diagrams (primary) and Mermaid alternatives with color-coded pillar health overlays — green for healthy areas, yellow for partial gaps, red for critical risks — with BP IDs cited on every annotation.
Decision Trees
Generates Mermaid flowcharts for the most impactful architectural choices your workload faces: serverless vs containers, single vs multi-region, canary vs blue/green, SQL vs NoSQL. Each branch ends with a concrete recommendation citing WA BP IDs.
Improvement Roadmaps
Creates Gantt charts showing Quick Wins, Foundation, and Strategic phases with dependency ordering — so you know not just what to improve, but in what sequence.
wa-builder vs wa-review
wa-builder | wa-review | |
|---|---|---|
| Primary output | Diagrams, decision trees, roadmaps | Findings report with gaps and evidence |
| Tone | Educational and generative | Evaluative and evidence-backed |
| WA experience needed | None — the skill teaches as it goes | Helpful but not required |
| Scores your workload | No | Yes, per WA question |
| Can consume wa-review output | Yes — richer artifacts from review data | — |
| Best for | Learning, diagramming, design sessions | Formal reviews, audits, remediation planning |
Adaptive experience levels
The skill detects your WA familiarity from language and adapts accordingly:- Beginner
- Familiar
- Practitioner
Full pillar explanations with analogies before any artifacts are produced. Decision tree nodes include “what does this mean?” context. Every annotation is explained in the diagram legend.Detection signals: asks “what is WA?”, “how does this apply to me?”, unfamiliar with terms like HRI, RTO/RPO, blast radius.
How to invoke it
Artifact 1: Architecture diagram with WA annotations
The agent produces a PlantUML diagram with color-coded pillar health overlays and a Mermaid alternative. Both include BP ID citations on every annotation.Artifact 2: Decision trees
The agent generates 2–3 Mermaid decision trees for the most impactful architectural choices your workload faces, with each leaf node citing the WA Best Practice ID that underpins the recommendation.Artifact 3: Improvement roadmap
The agent produces a Mermaid Gantt chart plus an ASCII dependency graph showing what must be completed before each item can begin.Working with prior wa-review output
If you have already runwa-review, share the report when invoking wa-builder. The agent parses it to extract:
- Pillar scores from the scorecard (used for diagram color-coding)
- Findings by severity (used for decision tree branching priorities)
- Evidence locations (file:line) (used for roadmap item descriptions)
- Existing remediation plan items (used for Gantt chart phases and dependency ordering)
Providing
wa-review output produces significantly richer artifacts because the color-coding reflects scored gaps rather than inferred health signals, and the roadmap reflects actual finding severity rather than heuristic prioritization.Commit guidance
After generating artifacts, the agent suggests standard commit locations:Effectiveness
Evaluated using an automated LLM-as-judge framework with paired comparison (same prompt, with and without skill context) using Claude Opus 4.8.
| Baseline | With skill | Delta | |
|---|---|---|---|
| Score | 61% | 94% | +33% |
wa-builder shows the largest improvement of any skill in the collection (+33 percentage points). A bare agent tends to produce generic WA summaries with no workload personalization and no visual artifacts. The skill adds adaptive learning content, BP-cited diagrams, and dependency-ordered roadmaps that require structured guidance to produce consistently.
Follow-up actions the agent offers
After delivering artifacts, the agent offers to:- Refine any artifact — more detail, different format, or a different audience (engineering vs executive)
- Deep-dive into a specific decision domain with additional BP context
- Generate IaC for a specific improvement from the roadmap
- Create an ADR for a decision made from a decision tree
- Run a full
wa-reviewfor precise per-BP scoring to feed back into richer artifacts
Related skills
| Skill | When to use instead |
|---|---|
wa-review | Scored, evidence-backed assessment rather than educational artifacts |
architecture-decision-record | Document a specific architectural decision with WA pillar trade-off analysis |
wa-guardrails | Turn identified improvements into preventive controls and Config rules |
