What problem does it solve? Setting up CI/CD pipelines, container packaging, and release processes is error-prone and often drifts from the project's actual stack. This Skill reads the project's declared stack configuration and builds pipelines, deployment configs, and release documentation that match it exactly, while enforcing a strict approval gate before anything reaches production. ## Core Features & Use Cases - Stack-Aware Pipeline Configuration: Reads stack from .archflow/project-settings.yaml and configures exactly the CI provider and hosting target named there, detecting existing pipeline config from the repo when fields are unset. - Release Management: Determines semantic versions from the change set, writes changelogs and release notes in the project's existing format, and prepares mobile store metadata per platform. - Production Safety Gate: Requires explicit user approval before every production deploy, store submission, DNS change, production migration, or credential rotation, and never merges to main. - Use Case: A team finishing a release phase asks the agent to ship version 1.2.0. The Skill verifies tests pass in CI, writes release notes to docs/releases/, tags the release, and stops to request approval before deploying to production. ## Quick Start Ask the agent to set up a CI/CD pipeline and prepare the next release based on the stack declared in .archflow/project-settings.yaml.