What problem does it solve?
This skill removes the manual, error-prone work of translating desired app components (frontend, backend, auth, data, queues, CI/CD) into a consistent set of CloudFormation deployments and runnable automation artifacts.
Core Features & Use Cases
- Composes stack skills into a deployable project by reading stack skill definitions and deriving templates, parameters, wiring, deployment order, and feature-flag auto-wiring.
- Generates executable deployment artifacts including scripts for prepare/deploy/build/post-deploy/test, plus a security disposition register.
- Handles first-time security provisioning by delegating security configuration to /ipa-security and then proceeding with composition.
- Ensures idempotent, environment-driven operations by standardizing
.env synchronization via scripts/env.mk and avoiding parameter drift through reusing deployed outputs.
Quick Start
Use the /ipa-compose skill to compose and generate the deployment Makefiles for your selected stack tiers in your initialized project.