validate-idea — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited validate-idea (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 validate-idea idea completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track validate-idea 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.
Pressure tests a Sui product idea on four dimensions, demand evidence, competition, feasibility (real research-grade unknowns only, not "this sounds like a lot of code"), and Sui-native fit, and produces a written go/no-go recommendation. The skill is designed to kill weak ideas early. A "no go" with a clear reason is more valuable than a "go" with hand-waving. With AI-assisted pacing, do not kill ideas on apparent scope alone, application-layer scope is rarely the bottleneck.
find-next-sui-idea has written a chosen idea to .suiperpower/idea-context.md and the user wants a second pass before scaffolding.find-next-sui-idea.competitive-landscape.roast-my-product.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 validation block appended to .suiperpower/idea-context.md:
### Validation, <timestamp>
- demand evidence: <strong | medium | weak>, with one to three citations
- competition: <none | one | crowded>, with named competitors (Sui-specific and adjacent-chain)
- feasibility: <yes | research-blocked> (research-blocked means the idea requires novel cryptographic, consensus, or L1-level work the user must drive personally, not just "lots of code"; AI-assisted pace handles application-layer scope)
- Sui-native fit: <strong | medium | weak>
- recommendation: <go | go-with-pivot | no-go>
- reasoning: <one paragraph>
- next experiments: <bullet list of 1-3 cheap tests to run before deeper investment>The recommendation is one of go, go-with-pivot, no-go. go-with-pivot means the underlying market is real but the proposed product needs a specific change.
.suiperpower/idea-context.md.go if at least three of four dimensions are strong or medium and no dimension is weak.go-with-pivot if one dimension is weak but the underlying category is healthy.no-go if two or more dimensions are weak, or if the idea is on the non-sui-native rejection list with no override..suiperpower/idea-context.md.Before reporting done:
go, go-with-pivot, or no-go, not a hedge?If any answer is no, the skill keeps working.
On-demand references (load when relevant to the user's question):
references/demand-evidence-questions.md: Specific questions to test demand claims.references/no-go-criteria.md: Patterns that should trigger a no-go regardless of enthusiasm.Knowledge docs:
skills/data/ideas/sui-native-gaps.json: Curated gap list, useful for pivot suggestions.skills/data/sui-knowledge/06-opensource-research.md: Where to look for adjacent research and existing competitors.claude "/suiper:validate-idea <your message>"codex "/validate-idea <your message>"grok, then /validate-idea <your message> in the session~/.cursor/rules/validate-idea.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.