JetBrains Junie reads always-on guidelines fromDocumentation 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.
.junie/guidelines/*.md and discovers step-by-step skill playbooks from .junie/skills/. Installing both gives Junie persistent Well-Architected awareness in every conversation plus 11 structured assessment workflows it can follow on request — all from within your JetBrains IDE.
What gets installed
.junie/guidelines/well-architected.md
Always-on steering that applies the six Well-Architected pillars, design principles, and trade-off guidance to every Junie session in the project.
.junie/skills/ directory
Eleven skill subdirectories, each containing a
SKILL.md playbook. Junie follows these step-by-step when you request a specific review, plan, or assessment.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
Once the files are installed, Junie automatically applies the Well-Architected guidelines from.junie/guidelines/well-architected.md to every conversation. Invoke a specific skill by describing what you want:
.junie/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) |
