Create a new child AWS account in the configured organization, assign the AdministratorAccess permission set via IAM Identity Center, and register a local SSO profile for it. Use when a new app needs an isolated AWS account.
Render the CDK stack template into a new app's cdk/ directory, bootstrap the child account, and run the first deploy. Use when a new app needs its S3+CloudFront+CodePipeline infrastructure.
Check Route 53 domain availability, register if approved, and set up cross-account hosted zone delegation so the child account's CDK stack can manage DNS.
Verify prerequisites before /new-app — config file present, AWS mgt session, GitHub auth + configured-org membership, and required local CLIs. Use whenever a workflow needs the user signed in or tools installed.
Answer natural-language questions about the user's AWS Organization spend (why costs changed, which app or service grew, forecasts) using local Cost Explorer data. Use when the user asks about their AWS costs in plain language.
Launch the mesh44-cost local dashboard — per-app AWS Organization spend, trends, forecast, and top services, using the user's own AWS credentials. Use when the user wants to see, open, or refresh their AWS cost dashboard.
Save an idea from the current coding session into the user's Obsidian vault as an atomic note. Use when the user says "save that idea", "capture this", "note that down", "add this to Obsidian", or wants to sweep the session for ideas worth keeping.