aesthetic-instrument
great_cto's own committed aesthetic — the instrument panel. Dark five-step surface ladder, exactly one accent, two faces divided by MEANING (Geist speaks,…
Retail & e-commerce domain knowledge for SMB storefront products (storefront, inventory, pricing, cart-recovery). Codifies the vocabulary (SKU vs variant, reorder point, COGS/margin, ATS, AOV), the non-obvious rules (Shopify owns the storefront — don't fight it head-on; the
$ npx -y skills add avelikiy/great_cto --skill vertical-retail --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/vertical-retailContext preview
The summary Claude sees to decide when to auto-load this skill.
Retail & e-commerce domain knowledge for SMB storefront products (storefront, inventory, pricing, cart-recovery). Codifies the vocabulary (SKU vs variant, reorder point, COGS/margin, ATS, AOV), the non-obvious rules (Shopify owns the storefront — don't fight it head-on; the
name: vertical-retail description: Retail & e-commerce domain knowledge for SMB storefront products (storefront, inventory, pricing, cart-recovery). Codifies the vocabulary (SKU vs variant, reorder point, COGS/margin, ATS, AOV), the non-obvious rules (Shopify owns the storefront — don't fight it head-on; the wedge is multichannel inventory + reorder and cart recovery), the must-model entities (Product→Variants matrix, channel-aware InventoryLevel, ReorderRule, PricingRule, AbandonedCart), and what a naive build gets wrong (no variant model, single-channel inventory, reorder without lead-time/safety-stock). Applied by architect/pm during spec authoring so they aren't naive about retail; checked implicitly by pci-reviewer + cms-reviewer. when_to_use: | Apply when architect or pm is speccing a retail / e-commerce product: - storefront / inventory / pricing / cart-recovery for an SMB seller - any catalog, checkout, stock-tracking, promotion, or abandoned-cart feature Do NOT apply to non-commerce verticals, or to heavy payments/tax work (defer those to pci-reviewer / billing). effort: low allowed-tools: Read, Write, Grep, Glob paths: - "docs/architecture/**" - "docs/plans/**" - "docs/design/**"
The SMB retail buyer already pays Shopify ($39–399/mo + 2.9%), BigCommerce, Wix, Ecwid, or WooCommerce. They are not naive — so the spec can't be either. A storefront that "has products and a cart" is table stakes; the value is in the parts those platforms do badly. Read this before writing the catalog/inventory/pricing/cart sections of any retail ARCH or PLAN doc.
the unique code that variant ships and is counted under. A "product" is the parent; you stock, price, and sell *variants*, not products.
eBay, in-store POS, Instagram). *Omnichannel* additionally means one inventory pool behind all of them. Channel-awareness is the whole game for SMB inventory.
time** in days) + **safety stock**. **Lead time** = supplier days from order to receipt. **Safety stock** = buffer for demand/lead-time variance. Reordering without all three is wrong.
cost + freight + duties + handling; margin must use landed cost, not invoice cost.
Customers buy against ATS, never raw on-hand.
PO). Preorder = not released yet, future availability date. Different fulfillment promises.
pricing/promotions move.
stock (so "stock" is the supplier's ATS feed, not yours).
it or the seller loses the brand.
the platforms' *weak spots*: **multichannel inventory + reorder**, and **cart recovery**. Spec the storefront as competent-and-owned, and put the differentiation in the other three.
variants per product. The data model, UI, and import flow must assume hundreds of variants per product, each with its own SKU / price / stock — not a flat product list.
must decrement across all and sync back, or you oversell. Single-channel inventory is the most common naive failure and the strongest wedge.
**margin floor** and **MAP**. A rule that can price below landed-cost margin is a bug, not a discount.
instant the seller stocks two sizes. Variants are core, not an add-on.
Amazon / POS. Guarantees overselling for any real SMB.
supplier lead time. Must use reorder-point math.
unsubscribe/purchase, is illegal (CAN-SPAM / TCPA / GDPR) and burns deliverability. Honor suppression + quiet hours.
| Entity | Key fields | |---|---| | **Product** | id, title, option axes (e.g. Size, Color) — the parent | | **Variant** | product_id, option values (Red/L), **SKU**, price, COGS/landed cost — one per option combo | | **InventoryLevel** | variant_id, **channel/location**, on_hand, allocated, safety_stock → derive ATS | | **ReorderRule** | variant_id, reorder_point, reorder_qty, **lead_time_days**, supplier | | **PricingRule** | scope (variant/collection), trigger (demand/margin/schedule), action, **margin_floor**, **MAP** | | **AbandonedCart** | cart_id, customer, line items, value, abandoned_at, recovery state, cons
You already have the agent. This is everything around it. great_cto runs Claude Code as a pipeline of 70 specialist agents — an independent model checks each stage before the next builds on it, spending caps refuse rather than warn, and three decisions stay yours: what gets built, how, and whether it ships.
Repo: avelikiy/great_cto
great_cto's own committed aesthetic — the instrument panel. Dark five-step surface ladder, exactly one accent, two faces divided by MEANING (Geist speaks,…
Catalogue of known SDLC anti-patterns that great_cto agents must actively reject when reviewing architecture, plans, code, or post-mortems. Used by architect…
Analyze images, websites, and Figma files to extract their design and generate a `design.md` with token system, component inventory, and reconstruction notes.…
Shared review framework that every domain reviewer (pci, oracle, gov, edtech, healthcare, mlops, etc.) MUST follow. Defines the output artifact (TM-{slug}.md),…
Structured idea generation + multi-LLM debate for the product-owner stage. Diverge (generate genuinely different bets), debate (a 4-persona panel on 4 models…
Run the great_cto controlled Codex lifecycle with controller-owned writes, verifier evidence, human gates and optional artifact release.