Gsd Claw

PassAudited by ClawScan on May 1, 2026.

Overview

GSD Claw is a coherent instruction-only project workflow skill, with the main caution that it can guide the agent to edit project files, run verification commands, use sub-agents, and persist project planning notes.

Install this if you want a structured project-planning and execution workflow. Before letting it execute, review the generated .gsd plans, affected files, and verification commands; avoid storing secrets in .gsd files; and request manual approval before commits or broad changes if needed.

Findings (3)

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

The agent may make and commit code changes as part of an approved plan.

Why it was flagged

The skill explicitly allows autonomous execution and commits during a development plan. This is expected for a spec-driven build workflow, but it gives the agent meaningful project-mutation authority.

Skill content
Task Types: - `type="auto"` — Agent executes autonomously ... After each task: ... Commit changes (if applicable)
Recommendation

Review generated plans and verification commands before execution, and ask the agent to pause before commits or broad changes if you want tighter control.

What this means

Project notes and plans can influence future agent behavior in the same project.

Why it was flagged

The workflow stores project decisions and plans as persistent prompt-like files that the agent later treats as instructions. This is central to the skill, but users should keep those files accurate and free of secrets or untrusted edits.

Skill content
**Plans ARE prompts** — Executable instructions, not documents to interpret ... Document decisions in `{project}/.gsd/CONTEXT.md`
Recommendation

Keep .gsd files inside the intended project, review them before reuse, and avoid storing credentials or sensitive private information in them.

What this means

Sub-agents may receive project information and perform parts of the workflow.

Why it was flagged

The skill may delegate work to sub-agents with project context. This is purpose-aligned, but it means task details may be shared across agent contexts.

Skill content
For multi-task execution, spawn sub-agents: - Each sub-agent gets fresh 200k context
Recommendation

Use this workflow only with project data you are comfortable sharing with the agent system, and ask for single-agent execution if delegation is not desired.