competitive-landscape — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited competitive-landscape (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
# Suiperpower telemetry. Routes through the CLI so projects.json + Convex stay in sync.
# Silent on failure so the skill never blocks. Opt out: SUIPERPOWER_TELEMETRY=off.
#
# AGENT NOTE: when this skill finishes, run the matching completion command:
# suiperpower track competitive-landscape idea completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track competitive-landscape idea started >/dev/null 2>&1 &
trueIf TEL_PROMPTED is no, before doing real work, ask the user:
Help suiperpower get better. We track which skills get used and how long they take. No code, no file paths, no PII. Change anytime in ~/.suiperpower/config.json.>
A) Sure, anonymous B) No thanks
Write the answer to ~/.suiperpower/config.json telemetryTier field and create ~/.suiperpower/.telemetry-prompted. Then continue.
Builds a structured competitive map for a candidate idea. Three rings: Sui-native competitors, adjacent-chain competitors, off-chain competitors (web2 services, centralized products). For each ring, lists the players, their stage, what they do well, what they miss, and the candidate's angle against them.
Output is a defensible angle (one sentence) backed by the map. Without a defensible angle, the candidate is "me too" and the skill says so.
find-next-sui-idea.validate-idea (which calls this skill internally).deepbook-research or walrus-research.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
.suiperpower/idea-context.md if it exists.A competitive block appended to .suiperpower/idea-context.md:
### Competitive landscape, <timestamp>
#### On Sui
- <project>: <stage>, <one-line summary>, <strength>, <gap>
- ...
#### On EVM / Solana / other chains
- <project>: <chain>, <one-line summary>, <why they have not come to Sui>
- ...
#### Off-chain
- <product>: <what they do>, <where they fall short for crypto-native users>
- ...
#### Defensible angle
- <one sentence stating the candidate's specific differentiation, naming at least one competitor it explicitly beats and how>
#### Risks from competition
- <if any incumbent could trivially extend into the candidate's territory, name them and the response>cli/data/clonable-repos.json and the broader Sui ecosystem catalog (when available)..suiperpower/idea-context.md.Before reporting done:
If any answer is no, the skill keeps working.
On-demand references (load when relevant to the user's question):
references/where-to-look.md: Sources for Sui ecosystem mapping, adjacent-chain mapping, off-chain mapping.references/defensibility-tests.md: Tests to apply to the candidate's angle.Knowledge docs:
skills/data/sui-knowledge/06-opensource-research.md: Open-source research workflow.cli/data/clonable-repos.json: Sui ecosystem repos catalog.claude "/suiper:competitive-landscape <your message>"codex "/competitive-landscape <your message>"grok, then /competitive-landscape <your message> in the session~/.cursor/rules/competitive-landscape.mdc and reference it.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.