# Ecom Applicability

> Determine whether AI is appropriate for a specific e-commerce task. Use when evaluating if a problem has enough data, the right tools, or acceptable risk for AI automation. Answers 'should I use AI for X?' with boundary-aware reasoning.

- **Type:** Skill
- **Install:** `agentstack add skill-kangise-ecommerce-ai-skills-ecom-applicability`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [kangise](https://agentstack.voostack.com/s/kangise)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** CC0-1.0
- **Upstream author:** [kangise](https://github.com/kangise)
- **Source:** https://github.com/kangise/ecommerce-ai-skills/tree/main/skills/ecom-applicability
- **Website:** https://kangise.github.io/ecommerce-ai-skills/

## Install

```sh
agentstack add skill-kangise-ecommerce-ai-skills-ecom-applicability
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Applicability Skill

Determine whether AI is appropriate for a specific e-commerce task — answers "should I use AI for X?" with boundary-aware reasoning instead of a generic yes/no.

## When to Use

- The user asks "should I use AI for X?", "can AI do X?", or "is it worth automating X?".
- The user is deciding between AI, manual work, a script, a SaaS tool, or a workflow engine.
- The user is about to invest in an AI tool, agent, or pipeline and needs a feasibility/ROI sanity check.

## Routing Method

### Step 1 — Identify the Domain Chapter

Map the question to the matching chapter in `references/boundaries.md` (57 chapters, grouped by path):

| If the question is about… | Look up |
|---|---|
| Foundations: prompt quality, RAG, agents, RPA, tool choice | `## Path 0 · Foundations` |
| Listing, ads, customer service, inventory, pricing, SEO, visual content, compliance, research, brand, finance, growth, operations agent | `## Path A · Operators` |
| Data pipeline, prediction, RAG systems, agents, local models, review NLP, dashboards, image pipelines | `## Path B · Developers` |
| AI assessment, team upskilling, ROI, risk governance, competitive intel | `## Path C · Managers` |
| A specific marketplace (Amazon, Walmart, Temu, Shopify, TikTok Shop, eBay, etc.) or cross-platform strategy | `## Path D · Platforms` |
| A social channel (Meta, YouTube, 小红书, Pinterest, WhatsApp, Reddit) or cross-channel strategy | `## Path E · Social Media` |

Not sure? Grep `boundaries.md` for the domain keyword (e.g. `pricing`, `RAG`, `Temu`) — each chapter's `Source:` line gives the exact book file.

### Step 2 — Check Boundary Conditions

Read that chapter's entry. Every entry is a list of "this doesn't work when…" bullets. Evaluate the user's situation against each bullet using the three-part decision rule:

1. **Data sufficiency** — is there enough real data? (e.g. ≥1 year of sales history for inventory models, ≥hundreds of reviews for review NLP, real search-term data instead of guessed keywords). If the data is missing, estimated, or polluted, the AI cannot produce a trustworthy answer.
2. **Tool availability** — does the tool/API exist and fit the constraints? (e.g. platform API instead of fragile RPA, local model when data cannot leave the network, official API instead of scraping). If the tool doesn't exist or the constraint blocks it, the whole approach is off the table.
3. **Risk / reward** — what is the cost of being wrong, and can it be reversed? (e.g. irreversible actions like auto-pricing, auto-orders, or legal filings must have human confirmation; low-frequency tasks may not repay automation cost).

### Step 3 — Give the Verdict

- **If a boundary bullet applies** → answer **"No"** clearly, then name the *specific prerequisite* from that bullet (e.g. "not yet — you need one full year of sales history first", "no — that action is irreversible, make it suggest + human-confirm").
- **If no bullet applies** → answer **"Yes"**, then attach the caveats the chapter implies (e.g. "yes, but fix your conversion rate first", "yes, but verify the platform's current policy before scaling").
- **Ambiguous or multi-domain** → answer per domain, and state which chapter's boundary decided each part.

### Step 4 — Escalate to Execution

If the verdict is "yes", hand off to the domain-specific skill for execution (ecom-listing, ecom-advertising, ecom-pricing, ecom-inventory, ecom-research, ecom-compliance, etc.) — see `references/playbook.md`. This skill decides *whether*; the other skills decide *how*.

## Key Decision Rule

**Data sufficiency + tool availability + risk/reward.** A "yes" requires: (1) enough real data, (2) a tool that exists and fits the constraints, (3) error cost that is bounded or reversible. If any of the three fails, the answer is "no" until the prerequisite is met — not a modified prompt.

## References

- [Boundaries](references/boundaries.md) — 57 chapter-specific applicability rules (the source of truth for this skill)
- [Constraints](references/constraints.md) — why this skill uses boundary conditions instead of numeric constraints
- [Playbook](references/playbook.md) — what to do when prompts ARE needed (hand off to domain skills)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [kangise](https://github.com/kangise)
- **Source:** [kangise/ecommerce-ai-skills](https://github.com/kangise/ecommerce-ai-skills)
- **License:** CC0-1.0
- **Homepage:** https://kangise.github.io/ecommerce-ai-skills/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-kangise-ecommerce-ai-skills-ecom-applicability
- Seller: https://agentstack.voostack.com/s/kangise
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
