Deployment

Deployment

Plans, executes and verifies safe production deployment: build settings, environment config, domains, HTTPS, rollback.

What it does

Plans, executes and verifies safe production deployment: build settings, environment config, domains, HTTPS, rollback.

When to use it

Use when preparing preview, staging or production launches, or troubleshooting a deployment.

Problems it prevents

Prevents launches with no rollback path if the new build breaks something in production.

Typical workflow

  1. Confirm build and environment settings
  2. Verify domains and HTTPS
  3. Deploy with a rollback plan
  4. Run live smoke tests

Example output

A launch with a documented rollback step and a smoke-test pass on the actual live URL, not just the staging build.

What's included

  1. 01
    The complete prompt

    The full manual as a ready-to-save SKILL.md file, matched exactly to what ships in the T7 library.

  2. 02
    Install walkthrough

    Personal (~/.claude/skills/) and project (.claude/skills/) folder instructions, whichever fits how you work.

  3. 03
    Use notes

    How Claude invokes it, what a good result looks like, and what to check before you trust the output.

Installation

Save the manual as SKILL.md in ~/.claude/skills/deployment/ to use it on every project, or in .claude/skills/deployment/ to scope it to one repository. Then invoke it directly:

/deployment

Read the official Claude Code skills guide

Works well with