Skip to main content
Generaldavepoon

gsd:scan

Rapid codebase assessment — lightweight alternative to /gsd:map-codebase

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--scan
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davepoon/buildwithclaude/HEAD/plugins/gsd/skills/scan/SKILL.md -o .claude/skills/scan.md

Drops the SKILL.md into .claude/skills/scan.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Run a focused codebase scan for a single area, producing targeted documents in `.planning/codebase/`. Accepts an optional `--focus` flag: `tech`, `arch`, `quality`, `concerns`, or `tech+arch` (default).

Lightweight alternative to /gsd:map-codebase — spawns one mapper agent instead of four parallel ones.

@${CLAUDE_PLUGIN_ROOT}/workflows/scan.md Execute the scan workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/scan.md end-to-end.