Files
spec-kit/templates/commands/specify.md
Den Delimarsky 🌺 0a5b1ac538 Fix package logic
2025-09-12 13:30:15 -07:00

1.0 KiB

description
description
Create or update the feature specification from a natural language feature description.

Given the feature description provided as an argument, do this:

  1. VARIANT-INJECT
  2. Load templates/spec-template.md to understand required sections.
  3. Write the specification to SPEC_FILE using the template structure, replacing placeholders with concrete details derived from the feature description (arguments) while preserving section order and headings.
  4. Report completion with branch name, spec file path, and readiness for the next phase.

Note: The script creates and checks out the new branch and initializes the spec file before writing.