gsd-scan

Assess a codebase area and generate planning documents in .planning/codebase.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-scan-poom5741
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-scan
Source: https://github.com/Poom5741/eggo-world-pb/tree/main/.qwen/skills/gsd-scan
Command: npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-scan-poom5741

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rapid, lightweight codebase assessment that produces targeted planning documents in .planning/codebase to streamline reviews and decisions.

Core Features & Use Cases

  • Focused area scans within a codebase to generate concise planning artifacts.
  • Spawns a single mapper agent to replace heavier parallel scans, reducing resource usage.
  • Use Case: Quickly analyze tech, architecture, quality concerns, or combined tech+arch for a module.

Quick Start

Invoke the gsd-scan workflow to generate targeted codebase documents in .planning/codebase and optionally specify --focus=tech,arch,quality,concerns, or tech+arch.

Frequently Asked Questions about gsd-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a focused codebase scan to generate planning documents?

A focused codebase scan generates targeted planning documents by assessing a single area using a single mapper agent. Output is saved directly to .planning/codebase to streamline reviews.

Can I scan only the architecture or tech stack of a specific module?

Yes, you can scan specific architecture or tech by invoking the workflow with an optional --focus flag. Acceptable values include tech, arch, quality, concerns, or tech+arch.

What is the best way to map codebase quality without using heavy parallel scans?

Using a single mapper agent provides lightweight codebase mapping, reducing resource usage. This approach replaces heavier parallel scans while producing concise planning artifacts.

Does this codebase assessment require any external dependencies?

No external dependencies are required. The codebase assessment operates independently, needing only a codebase context to execute the scan and output results.

When should I avoid using a single mapper agent for codebase analysis?

Avoid single mapper scans when you need parallel processing across multiple repository areas. This tool is designed for focused, single-area assessments rather than comprehensive codebase mapping.