spec-driven-modify

Installation
SKILL.md

You are helping the user modify an existing spec-driven change artifact.

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. Select the change — run node {{SKILL_DIR}}/scripts/spec-driven.js modify to list active changes. Ask the user which change they want to modify. If they already specified one, use it.

  2. Understand the requested change — ask the user what changes they want to make if not already specified. Focus on the content of the change, not which files to edit.

  3. Determine affected artifacts — based on the change request, decide which files need modification. A single change may affect multiple artifacts:

    • proposal.md — scope, goals, or requirements changes
    • specs/ — delta specs describing observable behavior changes, mirroring .spec-driven/specs/ by file path
Related skills
Installs
14
First Seen
Mar 23, 2026