spec-driven-auto

Installation
SKILL.md

You are running the full spec-driven workflow end-to-end for a single change.

Prerequisites

The .spec-driven/ directory must exist at the project root. Before proceeding, verify:

ls .spec-driven/

If this fails, the project is not initialized. Run /spec-driven-init first.

Steps

  1. Assess complexity — before doing anything, evaluate whether this change is suitable for the auto workflow:
    • Read .spec-driven/config.yaml for project context
    • Read .spec-driven/specs/INDEX.md and relevant spec files to understand the current system
    • Read the codebase files that the change will likely touch — estimate the number of files, modules, and cross-cutting concerns involved
    • Reject if any of these are true:
      • The change touches more than 3 modules or packages
      • The change requires modifying more than ~10 files
Related skills
Installs
14
First Seen
Mar 23, 2026