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/setup-plan.ps1 -Json
---
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
Given the implementation details provided as an argument, do this:
1. Run `{SCRIPT}` from the repo root and parse JSON for FEATURE_SPEC, IMPL_PLAN, SPECS_DIR, BRANCH. All future file paths must be absolute.