Design or refactor CDK stacks, boundaries, and resource ownership
How this command is triggered — by the user, by Claude, or both
Slash command
/mastering-aws-cdk-plugin:cdk-architectureThe summary Claude sees in its command listing — used to decide when to auto-load this command
# CDK Architecture Plan stack boundaries and ownership with CDK best practices. ## Usage ## What It Does 1. Recommends stack segmentation and ownership 2. Highlights cross-stack reference strategies 3. Proposes guardrails for stateful vs stateless resources 4. Uses the cdk-architecture-assistant agent when relevant
Plan stack boundaries and ownership with CDK best practices.
/cdk-architecture
/cdk-architecture --goal "split stack to avoid 500 resource limit"
/cdk-architecture --scope stack
npx claudepluginhub SpillwaveSolutions/mastering-aws-cdk-plugin --plugin mastering-aws-cdk/infraDesigns Infrastructure as Code configurations using Terraform, CDK, or CloudFormation based on a natural language requirement. Specify optional tool preference.
/awsGuides users through AWS CloudFront, WAF, Lambda@Edge, and multi-account security patterns with interactive mode selection and Terraform generation.
/infraValidates, plans, and deploys Infrastructure as Code using Terraform, CloudFormation, Pulumi, or CDK with policy enforcement, cost estimation, drift detection, and test execution.
/cloud-foundation-reviewReviews current infrastructure code against cloud foundation principles, identifies violations with file/line references, suggests fixes, and provides severity-based summary.
/cloud-reviewAnalyzes AWS cloud architecture for patterns, scalability, security, costs, and best practices in project or scoped changes, generating markdown optimization plan report.
/tf-scaffoldScaffolds production-ready Terraform infrastructure for a service with live/, modules/, envs/ structure, resource modules for DB/cache/etc., environment wiring, and CI/CD pipeline.