Strategy

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only strategy skill appears purpose-aligned, with the main user consideration being that it can keep local strategy memory under ~/strategy/.

This looks safe to install as an instruction-only strategy aid. Before using its memory feature, decide what strategy context you want retained in ~/strategy/memory.md, avoid storing confidential secrets, and review or clear that file when plans or constraints should no longer be reused.

Findings (1)

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.

What this means

Sensitive strategy context could remain available in future sessions unless the user reviews, edits, or deletes the local memory file.

Why it was flagged

The skill intentionally stores strategy context persistently on the user's machine, which is useful for continuity but may retain sensitive business constraints, preferences, or past decisions.

Skill content
User context persists in `~/strategy/memory.md`. Create on first use.
Recommendation

Use the memory file only for information you are comfortable retaining locally; avoid secrets, periodically review ~/strategy/memory.md, and delete or edit it when context should not persist.