Chat on WhatsApp

What are the best Claude Code workflows for ecommerce dev?

Six workflows that compound massively in ecommerce dev:

  1. Setup-patch generation: a /setup-patch slash-command that scaffolds idempotent DataPatchInterface patches with dependency wiring — for seeding configs, products, categories, FAQs.
  2. db_schema → migration: describe the column you want, Claude Code writes db_schema.xml + db_schema_whitelist.json + a setup-patch for backfill.
  3. Hyvä port: a /hyva-port-block command that takes a Luma block and spits out the Hyvä equivalent with Tailwind classes + Alpine.js.
  4. MFTF + PHPUnit: features ship with tests in the same PR — non-negotiable in CLAUDE.md.
  5. Sub-agent audit: nightly sub-agent that audits your repo against Magento Coding Standard + EQP, files Linear tickets via MCP.
  6. 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?