npx skills add ...
npx skills add aws/agent-toolkit-for-aws --skill resilience-program-design
Designs a resilience program: how to structure and standardize resilience policies across an organization, team, or portfolio (tiered policy model with availability/RTO/RPO targets and DR approach selection), and how often to run resilience activities (operational cadence). Applies when the user asks how to structure policies org-wide, what tiers/targets to set, which DR approach fits a tier, or how frequently to run assessments, FIS experiments, GameDays, or autoshift practice. Does not apply to creating or configuring a specific policy or resource for a single workload (use resilience-hub-getting-started), to step-by-step lifecycle execution (see aws-resilience-lifecycle), or to service-specific setup.
npx skills add aws/agent-toolkit-for-aws --skill resilience-program-design
Planning-level guidance for an organization's resilience program: how to structure policies by tier, and how often to run resilience activities.
Recommend a tiered policy model (not one policy per service): classify services by business criticality and set policy targets accordingly.
aws resiliencehubv2 create-policy help or the Resilience Hub documentation)
rather than relying on a hardcoded list — illustratively, values such as 99.9/99.95/99.99.aws resiliencehubv2 create-policy help); illustratively ACTIVE_ACTIVE …
BACKUP_AND_RESTORE.Example (illustrative — resolve the actual enum values against the API before recommending): payments/auth → 99.99 + single-digit-minute RTO + ACTIVE_ACTIVE; internal tools →
99.9 + tens-of-minutes RTO + WARM_STANDBY; dev/test → 99.9 + multi-hour RTO + BACKUP_AND_RESTORE.
Warn against contradictory policies (e.g. the maximum SLO 99.99 with BACKUP_AND_RESTORE, or
multi-region RTO shorter than multi-AZ RTO).
Recommend this minimum cadence when asked how often to run resilience activities:
Program-level guidance — bake security into the standards you set:
aws:SourceArn / aws:SourceAccount condition keys on their trust policies to prevent confused-deputy access.aws:SecureTransport deny-if-false condition on those bucket policies and HTTPS-only API access.