mirror of
https://github.com/github/spec-kit.git
synced 2026-02-04 06:53:07 +00:00
Consistency updates to commands
This commit is contained in:
@@ -5,11 +5,15 @@ scripts:
|
||||
ps: scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"
|
||||
---
|
||||
|
||||
The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty).
|
||||
## User Input
|
||||
|
||||
User input:
|
||||
```text
|
||||
$ARGUMENTS
|
||||
```
|
||||
|
||||
`$ARGUMENTS`
|
||||
You **MUST** consider the user input before proceeding (if not empty).
|
||||
|
||||
## Outline
|
||||
|
||||
The text the user typed after `/specify` in the triggering message **is** the feature description. Assume you always have it available in this conversation even if `{ARGS}` appears literally below. Do not ask the user to repeat it unless they provided an empty command.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user