configurator-workflow
Installation
SKILL.md
Configurator Workflow
Overview
This skill defines the optimal workflow sequence for deploying Saleor configurations. It covers the validate-diff-plan-deploy pipeline, JSON envelope parsing at each step, failure recovery with entity-scoped drill-down, and report-based context gathering.
When to Use
- "Deploy my config to the store"
- "What would change if I deploy?"
- "The last deploy failed, help me fix it"
- "Set up a deployment pipeline"
- Building CI/CD automation around the CLI
- When NOT looking for individual command flags -- use
configurator-cliinstead - When NOT parsing JSON output structure -- use
agent-output-parsinginstead
Core Workflow Sequence
Always follow this sequence for safe deployments: