Back to skill
v0.1.0

Brainstorming

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:47 AM.

Analysis

This is a coherent instruction-only brainstorming skill that asks clarifying questions, writes a scoped design document, and hands it to a planning skill.

GuidanceThis skill appears safe for normal use as a planning aid. Be aware that it may create a design file in docs/design/ and carry that content into a follow-on planning skill.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Tool Misuse and Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
Save to: `docs/design/YYYY-MM-DD-feature-name.md`

The skill instructs the agent to write a file, but the path is scoped to a design-docs directory and fits the stated purpose.

User impactThe agent may create a design document in the project when using this skill.
RecommendationInstall if you are comfortable with the agent creating planning documents under docs/design/.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Insecure Inter-Agent Communication
SeverityInfoConfidenceMediumStatusNote
SKILL.md
Pass design doc to writing-plans skill.

The workflow hands the generated design document to another skill. This is disclosed and purpose-aligned, but users should know project design context may be reused in the next planning step.

User impactInformation captured in the design document may be carried forward into a separate planning workflow.
RecommendationAvoid including secrets or sensitive business details in the design document unless you intend them to be used by later planning steps.