Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions src/specify-cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

# GitHub Specify CLI (specify-cli)

Installs the GitHub Specify CLI for Spec-Driven Development.

## Example Usage

```json
"features": {
"ghcr.io/nulldriver/devcontainer-features/specify-cli:1": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a Specify CLI version. Use 'latest' for the latest version from the main branch. | string | latest |

## About

This feature installs the [GitHub Specify CLI](https://github.com/github/spec-kit) for Spec-Driven Development. The Specify CLI helps you build high-quality software faster by focusing on product scenarios rather than writing undifferentiated code through a structured, specification-driven development process.

## Learn More

- [GitHub spec-kit Repository](https://github.com/github/spec-kit) - Main project repository
- [Spec-Driven Development Guide](https://github.com/github/spec-kit/blob/main/spec-driven.md) - Complete methodology documentation
- [Video Overview](https://www.youtube.com/watch?v=a9eR1xsfvHg) - Introduction to Spec-Driven Development


---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/nulldriver/devcontainer-features/blob/main/src/specify-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._