brainstorming — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited brainstorming (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.
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design in small sections (200-300 words), checking after each section whether it looks right so far.
Understanding the idea:
Exploring approaches:
Presenting the design:
Documentation:
docs/plans/YYYY-MM-DD-<topic>-design.md.prime/ graph (see "Prime Indexing" below)Prime Indexing: After writing the design doc, register it as a node so /create-prompt, create-plans, and future brainstorming sessions can recall it:
mcp__prime__prime_recall { text: <user's stated idea>, top_k: 5, depth: 1 } without node_type filter — surface ANY related prior work (brainstorms, plans, prompts) in this codebase. If matches above ~0.75 exist, mention them inline before asking the first question:"Related prior work in this repo: docs/plans/2026-04-12-vault-design.md (similarity 0.82). Want me to read it first?"
mcp__prime__prime_add_node:"brainstorm"{ name: "<topic>-design", file: "docs/plans/YYYY-MM-DD-<topic>-design.md", topic: "<kebab-topic>", domain: <inferred>, created_at: <YYYY-MM-DD> }mcp__prime__prime_embed { id: <entity_id>, text: <validated design's one-liner + core architectural decisions, ~2–3 sentences> } — server embeds via in-process fastembed. Enables future brainstorming/create-prompt invocations to discover this design.@path/to/file reference in the design body, ensure a file node exists (search by path, create if missing) and mcp__prime__prime_add_edge { source: <brainstorm>, target: <file>, relation: "references" }.mcp__prime__prime_add_edge { source: <new>, target: <prior>, relation: "supersedes" }.Best-effort: Prime failures don't block git commit or implementation handoff. Requires allsource-prime ≥ 0.21.3.
Implementation (if continuing):
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.