Spec Flow

PassAudited by ClawScan on May 1, 2026.

Overview

Spec Flow appears to be a transparent, purpose-aligned planning and coding workflow that creates local project documentation and can guide user-approved implementation work.

This skill looks suitable for users who want a structured spec-first coding workflow. Before installing, be comfortable with it creating .spec-flow files in your project and guiding code changes during implementation. Prefer step-by-step mode for important work, review generated specs before continuing, and inspect helper scripts before running them.

Findings (4)

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

Running the helper can create or modify files under the current project’s .spec-flow directory.

Why it was flagged

The workflow may run a local shell helper to initialize project files. This is disclosed and aligned with the skill’s purpose, but it is still local command execution.

Skill content
Run `scripts/init-spec-flow.sh <feature-name>` or create `.spec-flow/active/<feature>/`
Recommendation

Review the helper script before running it, or manually create the .spec-flow directory if preferred.

What this means

If you use batch mode, the agent may make many project changes before you review the result.

Why it was flagged

The skill documents a mode where the agent can execute all remaining implementation tasks consecutively after a user asks for it. This is purpose-aligned but increases the amount of change made between review points.

Skill content
Batch Mode... 一次性执行所有剩余任务... User: execute all tasks
Recommendation

Use the default step mode for sensitive or large changes, and reserve batch mode for simple, well-scoped tasks.

What this means

Shared or previously generated .spec-flow documents can shape what the agent does in later sessions.

Why it was flagged

The skill intentionally reads persistent local project-context files to guide later work. This is coherent for spec-driven development, but stale or tampered files could influence future agent decisions.

Skill content
Check if `.spec-flow/steering/` exists — if so, read for project context
Recommendation

Keep .spec-flow files under review, especially steering documents and task lists, before letting the agent implement from them.

What this means

It may be harder to verify the package origin or compare it with an upstream repository.

Why it was flagged

The registry metadata does not provide a clear source/homepage and does not describe an install mechanism, while helper code files are present. This is a provenance and metadata clarity issue, not evidence of malicious behavior.

Skill content
Source: unknown; Homepage: none ... No install spec — this is an instruction-only skill ... 3 code file(s)
Recommendation

Install from a trusted registry/source and inspect included scripts before use.