Skip to content

merch-pimp

Active router for ALL merch requests — classifies and routes to the correct merch skill before any response. Use when anything involves merchandise, t-shirts, stickers, apparel, mockups, Printful, POD, blanks, DTG, DTF, or merch production.

ModelSource
sonnetpack: merch
Full Reference If the request involves merch in ANY way — merchandise, t-shirts, stickers, apparel, mockups, Printful, POD, blanks, DTG, DTF, screen print, gang sheets, premium gear, expo merch, die-cut, kiss-cut, sticker design, product listings, or anything else merch-related — you MUST route through this skill FIRST.

This is not optional. This is not negotiable. You cannot skip this.

The orchestration layer for all merch expertise. Not documentation — an active router. Every merch request flows through this routing table before any response.

Mandatory Announcement — FIRST OUTPUT before anything else:

┏━ 🎽 merch-pimp ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ [one-line description of what request/routing] ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

No exceptions. Box frame first, then route.

The merch pack covers three lanes of merchandise production: sell online via Printful/POD, produce physical sticker files for print shops, and source premium blanks for team gear or events. 6 skills covering product setup, sticker file creation, blank sourcing, mockup generation, API integration, and QA — everything from first design to final product.

Classify the request. Invoke the matching skill. No response before invocation.

Request PatternSkill
Printful, POD, sell merch, online store, product listings, fulfillmentprintful-pod
Die-cut sticker, sticker design, sticker file, kiss-cut, gang sheetsticker-forge
Premium blanks, team gear, expo merch, DTG, DTF, screen print, bulk orderpremium-gear
Generate mockup, product mockup, t-shirt mockup, sticker mockup, previewmockup-generator
Printful API, Printful auth, Printful endpoints, webhook, API integrationprintful-api
Merch quality check, visual QA, inspect output, review file, check mockupmerch-qa
  • If a request spans multiple skills, invoke the PRIMARY skill first (the one closest to the core question)
  • If unclear which skill fits, ask ONE clarifying question — “Selling online, producing for print, or sourcing blanks?” — then route
  • QA is automatic: after any production skill completes, invoke merch-qa before declaring done
  • Never respond about merch before invoking the target skill
LaneWhenPrimary SkillProductionQuality
Sell OnlinePOD store, Printful catalog, customer ordersprintful-podprintful-apimerch-qa
Sticker FilesDie-cut, kiss-cut, gang sheets, print-ready filessticker-forgemockup-generatormerch-qa
Team GearBlanks, DTG, DTF, screen print, bulk, eventspremium-gearmockup-generatormerch-qa

When the request is “set up our merch” or “build a merch line from scratch,” chain by lane:

Sell Online lane:

  1. printful-pod — set up products, configure variants, write listings
  2. printful-api — connect store, configure webhooks, test fulfillment
  3. mockup-generator — generate product preview images
  4. merch-qa — validate listings, mockups, and fulfillment flow

Sticker Files lane:

  1. sticker-forge — create die-cut or kiss-cut sticker files
  2. mockup-generator — generate sticker mockups for preview
  3. merch-qa — inspect file specs, bleed, resolution, color mode

Team Gear lane:

  1. premium-gear — source blanks, select print method, spec order
  2. mockup-generator — generate wearable mockups
  3. merch-qa — review print specs, color accuracy, placement

Independent lanes can run in parallel. Do not chain across lanes unless the user requests cross-lane work.

Before routing, check project state to inform the recommendation:

  • printful-token or PRINTFUL_API_KEY in .env → Printful integration exists; route to printful-pod or printful-api
  • brand.json at project root → brand assets available; sticker-forge and mockup-generator can pull from it
  • merch/ or stickers/ directory → existing merch work; audit before starting fresh
StateRecommendation
No merch setup foundAsk which lane — sell online, sticker files, or team gear
Printful token presentRoute to printful-pod or printful-api based on request
Sticker files existRoute to merch-qa first to assess existing output
Brand assets presentInform all production skills — pull colors, logos from brand.json
  • General e-commerce work without merch context (product pages, checkout flows) → let armadillo-shepherd handle
  • Logo design or brand identity → brand-pimp first, then return for merch
  • Photography or photo editing without merch context → not merch-specific
  • Never respond about merch before invoking the target skill
  • No summarizing, planning to invoke, or explaining what you’re about to do
  • If unclear, ask ONE clarifying question, then route
  • The skill’s content has the verified facts — always defer to it