environment-deployment-strategy

Installation
SKILL.md

Environment Deployment Strategy

This is a reference pattern. Learn from the approach, adapt to your context — don't copy verbatim.

Problem: Need safe deployment practices that prevent accidental production deployments while enabling rapid development iteration.

Solution: Three-tier environment strategy with deployment restrictions.


Pattern

Three Environments:

  1. Local (local)
    • Runs on developer machine
    • Uses cloud resources from dev environment
    • Cannot be deployed (no cloud resources)
    • Fast iteration, no deployment wait
Related skills
Installs
49
First Seen
Mar 27, 2026