spec-driven-init

Installation
SKILL.md

You are helping the user initialize the spec-driven workflow in a project.

Prerequisites

The target project directory must be accessible from the current environment. Before proceeding, verify the path you plan to initialize exists and is the intended project root.

Steps

  1. Confirm the target project — ask which project to initialize. If the user is already in the project root, use the current directory. Accept either . or an explicit path.

  2. Run init — run:

    node {{SKILL_DIR}}/scripts/spec-driven.js init [path]
    

    Pass the path only if it differs from the current directory.

    • If .spec-driven/ does not exist, this bootstraps it from scratch, including roadmap/, specs/, and changes/
Related skills
Installs
15
First Seen
Mar 23, 2026