Sourcing Selection
Use When
- The user wants a sourcing or product-selection judgment, not just raw platform data.
- Supply-side evidence and demand-side evidence need to be combined.
- A product idea, supplier signal, channel opportunity, or shortlist needs a
cautious go/no-go or next-step memo.
Do Not Use When
- Do not replace platform collection skills.
- Do not claim hosted supplier collection from this released skill surface.
- Do not turn incomplete evidence into a confident sourcing recommendation.
Core Rule
A sourcing judgment is only as strong as its weakest missing layer.
Always separate:
- observed evidence
- inference
- missing layer
If evidence is incomplete, return a provisional judgment, supporting signals,
and the missing layer instead of fake certainty.
Minimal Decision Model
Use this order unless the user asks otherwise:
- demand proof
- competition shape
- channel fit
- merchant-model fit
- supply-side feasibility
- unit-economics pressure
- compliance or operational risk
Input Shapes
- Product idea validation: demand proof, supply feasibility, then synthesis.
- Supply-led opportunity check: supplier or cheap-supply signal first, then
matching demand proof and channel fit.
- Demand-led sourcing check: marketplace, search, or content demand first, then
supply feasibility.
- Shortlist comparison: normalize candidates into one decision frame, compare
strongest evidence and biggest gaps, then rank cautiously.
Capability Routing
- Supply-side source: user-provided supplier sheets, quotations, or approved
marketplace data. Do not imply a released hosted 1688 collector.
- Search-intent source: use
google-trends-research for early momentum and
rising-query signals.
- Search-led demand: use
google-trends-research for rising-query signals and
user-provided marketplace exports for listings, reviews, price bands, and
channel-native competition.
- Content-language fit: use
tiktok-research when demos, hooks, audience
language, or content-led selling matter.
- Instagram/Meta social proof: use
social-media-extractor before choosing
the platform-specific collector.
Output Shape
The artifact packages the decision memo as JSON with product or niche, target
channel, decision, demand signals, supply signals, rationale, missing layers,
and recommended next step when provided.
Stop Conditions
- Stop when required user intent, source evidence, or owned input artifacts are
missing and guessing would change the result.
- If an owned CLI or script command fails, report the exact error and stop. Do
not bypass the failure with metadata-only answers, readiness probing, local
payload rewrites, fallback providers, or unpublished tools.
Handoff
- Evidence missing -> route to the right collection skill first.
- Memo complete -> hand
decision.json to research expansion, supplier
outreach, channel decision, or brief creation.
Public Command Boundary
- Choose the smallest matching command or workflow from the user input and run
it directly.
- If an owned CLI or script command fails, report the exact error and stop. Do
not bypass the failure with metadata-only answers, readiness probing, local
payload rewrites, fallback providers, or unpublished tools.
- This public skill is instruction-driven. Produce the artifact described by the workflow directly from the available evidence.
- Do not call private provider/runtime paths or unpublished local tools.
- If the CLI returns a quote-confirmation challenge, run
postplus quote confirm --json --challenge-file <challenge.json> and retry with the returned token.
1---2name: sourcing-selection3description: Synthesize supply-side and demand-side evidence into a practical sourcing judgment for a product, niche, or shortlist without collapsing platform data collection and business judgment into one step.4---56# Sourcing Selection78## Use When9- The user wants a sourcing or product-selection judgment, not just raw platform data.10- Supply-side evidence and demand-side evidence need to be combined.11- A product idea, supplier signal, channel opportunity, or shortlist needs a12 cautious go/no-go or next-step memo.1314## Do Not Use When15- Do not replace platform collection skills.16- Do not claim hosted supplier collection from this released skill surface.17- Do not turn incomplete evidence into a confident sourcing recommendation.1819## Core Rule20A sourcing judgment is only as strong as its weakest missing layer.2122Always separate:2324- observed evidence25- inference26- missing layer2728If evidence is incomplete, return a provisional judgment, supporting signals,29and the missing layer instead of fake certainty.3031## Minimal Decision Model32Use this order unless the user asks otherwise:33341. demand proof352. competition shape363. channel fit374. merchant-model fit385. supply-side feasibility396. unit-economics pressure407. compliance or operational risk4142## Input Shapes43- Product idea validation: demand proof, supply feasibility, then synthesis.44- Supply-led opportunity check: supplier or cheap-supply signal first, then45 matching demand proof and channel fit.46- Demand-led sourcing check: marketplace, search, or content demand first, then47 supply feasibility.48- Shortlist comparison: normalize candidates into one decision frame, compare49 strongest evidence and biggest gaps, then rank cautiously.5051## Capability Routing52- Supply-side source: user-provided supplier sheets, quotations, or approved53 marketplace data. Do not imply a released hosted 1688 collector.54- Search-intent source: use `google-trends-research` for early momentum and55 rising-query signals.56- Search-led demand: use `google-trends-research` for rising-query signals and57 user-provided marketplace exports for listings, reviews, price bands, and58 channel-native competition.59- Content-language fit: use `tiktok-research` when demos, hooks, audience60 language, or content-led selling matter.61- Instagram/Meta social proof: use `social-media-extractor` before choosing62 the platform-specific collector.6364## Output Shape65The artifact packages the decision memo as JSON with product or niche, target66channel, decision, demand signals, supply signals, rationale, missing layers,67and recommended next step when provided.6869## Stop Conditions70- Stop when required user intent, source evidence, or owned input artifacts are71 missing and guessing would change the result.72- If an owned CLI or script command fails, report the exact error and stop. Do73 not bypass the failure with metadata-only answers, readiness probing, local74 payload rewrites, fallback providers, or unpublished tools.7576## Handoff77- Evidence missing -> route to the right collection skill first.78- Memo complete -> hand `decision.json` to research expansion, supplier79 outreach, channel decision, or brief creation.8081## Public Command Boundary8283- Choose the smallest matching command or workflow from the user input and run84 it directly.85- If an owned CLI or script command fails, report the exact error and stop. Do86 not bypass the failure with metadata-only answers, readiness probing, local87 payload rewrites, fallback providers, or unpublished tools.88- This public skill is instruction-driven. Produce the artifact described by the workflow directly from the available evidence.89- Do not call private provider/runtime paths or unpublished local tools.90- If the CLI returns a quote-confirmation challenge, run `postplus quote confirm --json --challenge-file <challenge.json>` and retry with the returned token.