Update prompts

This commit is contained in:
Den Delimarsky 🌺
2025-09-21 00:02:33 -07:00
parent 90f06521a2
commit 895bcbef00
5 changed files with 28 additions and 2 deletions

View File

@@ -5,6 +5,12 @@ scripts:
ps: scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"
---
The user input to you can be provided directly by the agent or in `$ARGUMENTS` - you **MUST** consider it before proceeding with the prompt (if not empty).
User input:
$ARGUMENTS
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.
Given that feature description, do this: