spec-generator

Installation
SKILL.md

Spec Generator

Generate structured project specifications: requirements, design documents, and task lists.

⚠️ CRITICAL: First Steps (ALWAYS EXECUTE)

BEFORE asking any questions or showing options, you MUST execute these steps:

  1. Check current directory:

    • Run pwd to see where you are
    • Run ls -la to see directory contents
    • Understand the project context
  2. Detect existing source code:

    find . -maxdepth 3 -type f \( -name "*.py" -o -name "*.js" -o -name "*.ts" -o -name "*.java" -o -name "*.go" -o -name "SKILL.md" \) 2>/dev/null | head -20
    
    • Note what kind of project this is
    • Check for skills/ directory → might be adding a new skill
Related skills
Installs
35
GitHub Stars
1
First Seen
Feb 16, 2026