What are the best Claude Code workflows for ecommerce dev?
Categories:
Claude Code Developer Guide
Six workflows that compound massively in ecommerce dev:
- Setup-patch generation: a
/setup-patchslash-command that scaffolds idempotentDataPatchInterfacepatches with dependency wiring — for seeding configs, products, categories, FAQs. - db_schema → migration: describe the column you want, Claude Code writes
db_schema.xml+db_schema_whitelist.json+ a setup-patch for backfill. - Hyvä port: a
/hyva-port-blockcommand that takes a Luma block and spits out the Hyvä equivalent with Tailwind classes + Alpine.js. - MFTF + PHPUnit: features ship with tests in the same PR — non-negotiable in
CLAUDE.md. - Sub-agent audit: nightly sub-agent that audits your repo against Magento Coding Standard + EQP, files Linear tickets via MCP.
- SEO page builder: a slash-command that scaffolds a new Tier-1 pillar page (block + layout + template + LESS + 3 setup-patches) following your established pattern. (We use this exact one to ship our SEO landing pages.)
For the deep-dive, see our Magento playbook and Hyvä playbook.
Was this helpful?