514-production-rollout-plan

Installation
SKILL.md

Production Rollout Planning

Run through three stages sequentially: SETUP -> MIGRATION PLANNING -> REVIEW AND SHIP.

If the user provided a project slug as an argument, use it to skip the project selection prompt in Stage 1.

Command safety

Commands fall into three categories:

Guardrailed read-only: 514 agent auth whoami, 514 agent project list, 514 agent deployment list, 514 agent table list, 514 agent materialized-view list, 514 agent sql-resource list, 514 deployment list, 514 env list, 514 env get, git branch --show-current, git status --short, git diff --name-only, gh pr view, moose ls

Raw ClickHouse (require user approval): Any 514 clickhouse query invocation used to inspect current production state or define validation SQL.

Before running any 514 clickhouse query command, use AskUserQuestion to show the user the exact command or SQL and get explicit approval.


Stage 1 — SETUP

Related skills
Installs
1
GitHub Stars
3
First Seen
11 days ago