Files
2026-07-13 11:57:40 +08:00

707 B

description, scripts
description scripts
Create a feature specification (preset override)
sh ps
scripts/bash/create-new-feature.sh "{ARGS}" scripts/powershell/create-new-feature.ps1 "{ARGS}"

User Input

$ARGUMENTS

Given the feature description above:

  1. Create the feature branch by running the script:

    • Bash: {SCRIPT} --json --short-name "<short-name>" "<description>"
    • The JSON output contains BRANCH_NAME and SPEC_FILE paths.
  2. Read the spec-template to see the sections you need to fill.

  3. Write the specification to SPEC_FILE, replacing the placeholders in each section (Overview, Requirements, Acceptance Criteria) with details from the user's description.